Color Hex Logo

#006a20 Color Hex

#006A20
(0,106,32)
0 Favorites   0 Comments

Color spaces of #006a20

RGB 010632
HSL0.381.000.21
HSV138°100°42°
CMYK 1.000.000.70   0.58
XYZ5.414710.41243.0909
Yxy10.41240.28620.5504
Hunter Lab32.2683-26.516716.9085
CIE-Lab38.5726-42.837133.0802

#006a20 color RGB value is (0,106,32).

#006a20 hex color red value is 0, green value is 106 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #006a20 hue: 0.38 , saturation: 1.00 and the lightness value of 006a20 is 0.21.

The process color (four color CMYK) of #006a20 color hex is 1.00, 0.00, 0.70, 0.58. Web safe color of #006a20 is #006633. Color #006a20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101010 00100000
Octal 0 152 40
Decimal 0 106 32
Hex 0 6A 20

RGB Percentages of Color #006a20

%0.00
%76.81
%23.19

CMYK Percentages of Color #006a20

%100
%0
%70
%58

Triadic Colors of #006a20

#006a20 #20006a #6a2000

Analogous Colors of #006a20

#006a20 #006a55 #156a00

Monochromatic Colors of #006a20

#006a20

Complementary Color

#006a20 #6a004a

#006a20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006a20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#006a20 Color CSS Codes

.mybgcolor {background-color:#006a20; } 
.myforecolor {color:#006a20; }
.mybordercolor {border:3px solid #006a20; }

#006a20 Text Font Color

<p style="color:#006a20">Text here</p>

This sample text font color is #006a20
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#006a20 Background Color

<div style="background-color:#006a20">
Div content here</div>

This div background color is #006a20


#006a20 Border Color

<div style="border:3px solid #006a20">
Div here</div>

This div border color is #006a20


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,106,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #006a20; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #006a20;
  -webkit-box-shadow: 1px 1px 3px 2px #006a20;
  box-shadow:         1px 1px 3px 2px #006a20; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,106,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #006a20">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #006a20;
  -webkit-box-shadow: 1px 1px 3px 2px #006a20;
  box-shadow:         1px 1px 3px 2px #006a20;">
Div content here</div>

This div box has shadow with color #006a20


Comments

No comments written yet.

Please login to write comment.