Shades of Green #066F18
Tints of Green #066F18
RGB
CMYK
RGB Variations
Color information
#066F18 (or 0x066F18) is known color: Green. HEX triplet: 06, 6F and 18. RGB value is (6,111,24). Sum of RGB (Red+Green+Blue) = 6+111+24=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 111 (43.75% from 255 or 78.72% from 141); Blue value is 24 (9.77% from 255 or 17.02% from 141); Max value from RGB is 111 - color contains mainly: green. Hex color #066F18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066F18 is #F990E7. Grayscale: #454545. Windows color (decimal): -16355560 or 1601286. OLE color: 1601286.
HSL color Cylindrical-coordinate representation of color #066F18: hue angle of 130.29º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066F18 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 111 | 24 | - |
| CMYK | 0.95 | 0 | 0.78 | 0.56 |
| HSL | 130.29º | 0.9% | 0.23% | - |
| HSV(B) | 130.29º | 0.95% | 0.44% | - |
| XYZ | 5.92 | 11.47 | 2.77 | - |
| YUV | 69.69 | 102.21 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 111 | 24 | 0.95 | 0 | 0.78 | 0.56 | 130.29 | 0.9 | 0.23 |
| Hex | 6 | 6F | 18 | 5F | 0 | 4E | 38 | 82 | 5A | 17 |
| Octal | 6 | 157 | 30 | 137 | 0 | 116 | 70 | 202 | 132 | 27 |
| Binary | 110 | 1101111 | 11000 | 1011111 | 0 | 1001110 | 111000 | 10000010 | 1011010 | 10111 |
Color Harmonies of #066F18
Complementary color
Monochromatic Colors of #066F18
Black with #066F18
Text Example
Text Example
White with #066F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066F18; }
p { color: rgb(6,111,24); }
H1.HeaderClassName
{
color: #066F18;
}
.AnyTagClassName
{
color: #066F18;
}
</style>
background-color css
<style>
a { background-color: #066F18; }
a { background-color: rgb(6,111,24); }
div.DivClassName
{
background-color: #066F18;
}
.BgClassName
{
background-color: #066F18;
}
</style>
border-color css
<style>
span { border-color: #066F18; }
span { border-color: rgb(6,111,24); }
td.TdClassName
{
border-color: #066F18;
}
.TagClassName
{
border-color: #066F18;
}
</style>