Shades of Green #066917
Tints of Green #066917
RGB
CMYK
RGB Variations
Color information
#066917 (or 0x066917) is known color: Green. HEX triplet: 06, 69 and 17. RGB value is (6,105,23). Sum of RGB (Red+Green+Blue) = 6+105+23=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 105 (41.41% from 255 or 78.36% from 134); Blue value is 23 (9.38% from 255 or 17.16% from 134); Max value from RGB is 105 - color contains mainly: green. Hex color #066917 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066917 is #F996E8. Grayscale: #424242. Windows color (decimal): -16357097 or 1534214. OLE color: 1534214.
HSL color Cylindrical-coordinate representation of color #066917: hue angle of 130.3º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066917 is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 105 | 23 | - |
| CMYK | 0.94 | 0 | 0.78 | 0.59 |
| HSL | 130.3º | 0.89% | 0.22% | - |
| HSV(B) | 130.3º | 0.94% | 0.41% | - |
| XYZ | 5.28 | 10.2 | 2.5 | - |
| YUV | 66.05 | 103.7 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 23 | 0.94 | 0 | 0.78 | 0.59 | 130.3 | 0.89 | 0.22 |
| Hex | 6 | 69 | 17 | 5E | 0 | 4E | 3B | 82 | 59 | 16 |
| Octal | 6 | 151 | 27 | 136 | 0 | 116 | 73 | 202 | 131 | 26 |
| Binary | 110 | 1101001 | 10111 | 1011110 | 0 | 1001110 | 111011 | 10000010 | 1011001 | 10110 |
Color Harmonies of #066917
Complementary color
Monochromatic Colors of #066917
Black with #066917
Text Example
Text Example
White with #066917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066917; }
p { color: rgb(6,105,23); }
H1.HeaderClassName
{
color: #066917;
}
.AnyTagClassName
{
color: #066917;
}
</style>
background-color css
<style>
a { background-color: #066917; }
a { background-color: rgb(6,105,23); }
div.DivClassName
{
background-color: #066917;
}
.BgClassName
{
background-color: #066917;
}
</style>
border-color css
<style>
span { border-color: #066917; }
span { border-color: rgb(6,105,23); }
td.TdClassName
{
border-color: #066917;
}
.TagClassName
{
border-color: #066917;
}
</style>