Shades of Green #006917
Tints of Green #006917
RGB
CMYK
RGB Variations
Color information
#006917 (or 0x006917) is known color: Green. HEX triplet: 00, 69 and 17. RGB value is (0,105,23). Sum of RGB (Red+Green+Blue) = 0+105+23=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 105 (41.41% from 255 or 82.03% from 128); Blue value is 23 (9.38% from 255 or 17.97% from 128); Max value from RGB is 105 - color contains mainly: green. Hex color #006917 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006917 is #FF96E8. Grayscale: #404040. Windows color (decimal): -16750313 or 1534208. OLE color: 1534208.
HSL color Cylindrical-coordinate representation of color #006917: hue angle of 133.14º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006917 is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 105 | 23 | - |
| CMYK | 1 | 0 | 0.78 | 0.59 |
| HSL | 133.14º | 1% | 0.21% | - |
| HSV(B) | 133.14º | 1% | 0.41% | - |
| XYZ | 5.21 | 10.17 | 2.5 | - |
| YUV | 64.26 | 104.71 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 105 | 23 | 1 | 0 | 0.78 | 0.59 | 133.14 | 1 | 0.21 |
| Hex | 0 | 69 | 17 | 64 | 0 | 4E | 3B | 85 | 64 | 15 |
| Octal | 0 | 151 | 27 | 144 | 0 | 116 | 73 | 205 | 144 | 25 |
| Binary | 0 | 1101001 | 10111 | 1100100 | 0 | 1001110 | 111011 | 10000101 | 1100100 | 10101 |
Color Harmonies of #006917
Complementary color
Monochromatic Colors of #006917
Black with #006917
Text Example
Text Example
White with #006917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006917; }
p { color: rgb(0,105,23); }
H1.HeaderClassName
{
color: #006917;
}
.AnyTagClassName
{
color: #006917;
}
</style>
background-color css
<style>
a { background-color: #006917; }
a { background-color: rgb(0,105,23); }
div.DivClassName
{
background-color: #006917;
}
.BgClassName
{
background-color: #006917;
}
</style>
border-color css
<style>
span { border-color: #006917; }
span { border-color: rgb(0,105,23); }
td.TdClassName
{
border-color: #006917;
}
.TagClassName
{
border-color: #006917;
}
</style>