Shades of Olive Drab #6E9617
Tints of Olive Drab #6E9617
RGB
CMYK
RGB Variations
Color information
#6E9617 (or 0x6E9617) is known color: Olive Drab. HEX triplet: 6E, 96 and 17. RGB value is (110,150,23). Sum of RGB (Red+Green+Blue) = 110+150+23=283 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.87% from 283); Green value is 150 (58.98% from 255 or 53.00% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 150 - color contains mainly: green. Hex color #6E9617 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E9617 is #9169E8. Grayscale: #7C7C7C. Windows color (decimal): -9529833 or 1545838. OLE color: 1545838.
HSL color Cylindrical-coordinate representation of color #6E9617: hue angle of 78.9º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E9617 is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 110 | 150 | 23 | - |
| CMYK | 0.27 | 0 | 0.85 | 0.41 |
| HSL | 78.9º | 0.73% | 0.34% | - |
| HSV(B) | 78.9º | 0.85% | 0.59% | - |
| XYZ | 17.49 | 25.19 | 4.75 | - |
| YUV | 123.56 | 71.25 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 150 | 23 | 0.27 | 0 | 0.85 | 0.41 | 78.9 | 0.73 | 0.34 |
| Hex | 6E | 96 | 17 | 1B | 0 | 55 | 29 | 4F | 49 | 22 |
| Octal | 156 | 226 | 27 | 33 | 0 | 125 | 51 | 117 | 111 | 42 |
| Binary | 1101110 | 10010110 | 10111 | 11011 | 0 | 1010101 | 101001 | 1001111 | 1001001 | 100010 |
Color Harmonies of #6E9617
Complementary color
Monochromatic Colors of #6E9617
Black with #6E9617
Text Example
Text Example
White with #6E9617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9617; }
p { color: rgb(110,150,23); }
H1.HeaderClassName
{
color: #6E9617;
}
.AnyTagClassName
{
color: #6E9617;
}
</style>
background-color css
<style>
a { background-color: #6E9617; }
a { background-color: rgb(110,150,23); }
div.DivClassName
{
background-color: #6E9617;
}
.BgClassName
{
background-color: #6E9617;
}
</style>
border-color css
<style>
span { border-color: #6E9617; }
span { border-color: rgb(110,150,23); }
td.TdClassName
{
border-color: #6E9617;
}
.TagClassName
{
border-color: #6E9617;
}
</style>