Color Hex Logo

#6daa06 Color Hex

#6DAA06
(109,170,6)
0 Favorites   0 Comments

Color spaces of #6daa06

RGB 1091706
HSL0.230.930.35
HSV82°96°67°
CMYK 0.360.000.96   0.33
XYZ20.714332.01385.2598
Yxy32.01380.35720.5521
Hunter Lab56.5807-33.667234.0949
CIE-Lab63.3543-41.150063.9783

#6daa06 color RGB value is (109,170,6).

#6daa06 hex color red value is 109, green value is 170 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #6daa06 hue: 0.23 , saturation: 0.93 and the lightness value of 6daa06 is 0.35.

The process color (four color CMYK) of #6daa06 color hex is 0.36, 0.00, 0.96, 0.33. Web safe color of #6daa06 is #669900. Color #6daa06 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101010 00000110
Octal 155 252 6
Decimal 109 170 6
Hex 6D AA 6

RGB Percentages of Color #6daa06

%38.25
%59.65
%2.11

CMYK Percentages of Color #6daa06

%36
%0
%96
%33

Triadic Colors of #6daa06

#6daa06 #066daa #aa066d

Analogous Colors of #6daa06

#6daa06 #1baa06 #aa9506

Monochromatic Colors of #6daa06

#6daa06

Complementary Color

#6daa06 #4306aa

#6daa06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6daa06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6daa06 Color CSS Codes

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

#6daa06 Text Font Color

<p style="color:#6daa06">Text here</p>

This sample text font color is #6daa06
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.


#6daa06 Background Color

<div style="background-color:#6daa06">
Div content here</div>

This div background color is #6daa06


#6daa06 Border Color

<div style="border:3px solid #6daa06">
Div here</div>

This div border color is #6daa06


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,170,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6daa06; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6daa06;
  -webkit-box-shadow: 1px 1px 3px 2px #6daa06;
  box-shadow:         1px 1px 3px 2px #6daa06; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,170,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6daa06


Comments

No comments written yet.

Please login to write comment.