Shades of Green #066D06
Tints of Green #066D06
RGB
CMYK
RGB Variations
Color information
#066D06 (or 0x066D06) is known color: Green. HEX triplet: 06, 6D and 06. RGB value is (6,109,6). Sum of RGB (Red+Green+Blue) = 6+109+6=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 109 (42.97% from 255 or 90.08% from 121); Blue value is 6 (2.73% from 255 or 4.96% from 121); Max value from RGB is 109 - color contains mainly: green. Hex color #066D06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066D06 is #F992F9. Grayscale: #424242. Windows color (decimal): -16356090 or 421126. OLE color: 421126.
HSL color Cylindrical-coordinate representation of color #066D06: hue angle of 120º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066D06 is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 109 | 6 | - |
| CMYK | 0.94 | 0 | 0.94 | 0.57 |
| HSL | 120º | 0.9% | 0.23% | - |
| HSV(B) | 120º | 0.94% | 0.43% | - |
| XYZ | 5.58 | 10.99 | 2 | - |
| YUV | 66.46 | 93.88 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 109 | 6 | 0.94 | 0 | 0.94 | 0.57 | 120 | 0.9 | 0.23 |
| Hex | 6 | 6D | 6 | 5E | 0 | 5E | 39 | 78 | 5A | 17 |
| Octal | 6 | 155 | 6 | 136 | 0 | 136 | 71 | 170 | 132 | 27 |
| Binary | 110 | 1101101 | 110 | 1011110 | 0 | 1011110 | 111001 | 1111000 | 1011010 | 10111 |
Color Harmonies of #066D06
Complementary color
Monochromatic Colors of #066D06
Black with #066D06
Text Example
Text Example
White with #066D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066D06; }
p { color: rgb(6,109,6); }
H1.HeaderClassName
{
color: #066D06;
}
.AnyTagClassName
{
color: #066D06;
}
</style>
background-color css
<style>
a { background-color: #066D06; }
a { background-color: rgb(6,109,6); }
div.DivClassName
{
background-color: #066D06;
}
.BgClassName
{
background-color: #066D06;
}
</style>
border-color css
<style>
span { border-color: #066D06; }
span { border-color: rgb(6,109,6); }
td.TdClassName
{
border-color: #066D06;
}
.TagClassName
{
border-color: #066D06;
}
</style>