Shades of Green #066E08
Tints of Green #066E08
RGB
CMYK
RGB Variations
Color information
#066E08 (or 0x066E08) is known color: Green. HEX triplet: 06, 6E and 08. RGB value is (6,110,8). Sum of RGB (Red+Green+Blue) = 6+110+8=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 110 (43.36% from 255 or 88.71% from 124); Blue value is 8 (3.52% from 255 or 6.45% from 124); Max value from RGB is 110 - color contains mainly: green. Hex color #066E08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066E08 is #F991F7. Grayscale: #434343. Windows color (decimal): -16355832 or 552454. OLE color: 552454.
HSL color Cylindrical-coordinate representation of color #066E08: hue angle of 121.15º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066E08 is Cyan = 0.95, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 110 | 8 | - |
| CMYK | 0.95 | 0 | 0.93 | 0.57 |
| HSL | 121.15º | 0.9% | 0.23% | - |
| HSV(B) | 121.15º | 0.95% | 0.43% | - |
| XYZ | 5.69 | 11.21 | 2.09 | - |
| YUV | 67.28 | 94.54 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 110 | 8 | 0.95 | 0 | 0.93 | 0.57 | 121.15 | 0.9 | 0.23 |
| Hex | 6 | 6E | 8 | 5F | 0 | 5D | 39 | 79 | 5A | 17 |
| Octal | 6 | 156 | 10 | 137 | 0 | 135 | 71 | 171 | 132 | 27 |
| Binary | 110 | 1101110 | 1000 | 1011111 | 0 | 1011101 | 111001 | 1111001 | 1011010 | 10111 |
Color Harmonies of #066E08
Complementary color
Monochromatic Colors of #066E08
Black with #066E08
Text Example
Text Example
White with #066E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066E08; }
p { color: rgb(6,110,8); }
H1.HeaderClassName
{
color: #066E08;
}
.AnyTagClassName
{
color: #066E08;
}
</style>
background-color css
<style>
a { background-color: #066E08; }
a { background-color: rgb(6,110,8); }
div.DivClassName
{
background-color: #066E08;
}
.BgClassName
{
background-color: #066E08;
}
</style>
border-color css
<style>
span { border-color: #066E08; }
span { border-color: rgb(6,110,8); }
td.TdClassName
{
border-color: #066E08;
}
.TagClassName
{
border-color: #066E08;
}
</style>