Shades of Olive Drab #6E8918
Tints of Olive Drab #6E8918
RGB
CMYK
RGB Variations
Color information
#6E8918 (or 0x6E8918) is known color: Olive Drab. HEX triplet: 6E, 89 and 18. RGB value is (110,137,24). Sum of RGB (Red+Green+Blue) = 110+137+24=271 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.59% from 271); Green value is 137 (53.91% from 255 or 50.55% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 137 - color contains mainly: green. Hex color #6E8918 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8918 is #9176E7. Grayscale: #747474. Windows color (decimal): -9533160 or 1608046. OLE color: 1608046.
HSL color Cylindrical-coordinate representation of color #6E8918: hue angle of 74.34º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E8918 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 110 | 137 | 24 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.46 |
| HSL | 74.34º | 0.7% | 0.32% | - |
| HSV(B) | 74.34º | 0.82% | 0.54% | - |
| XYZ | 15.54 | 21.27 | 4.15 | - |
| YUV | 116.05 | 76.05 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 137 | 24 | 0.20 | 0 | 0.82 | 0.46 | 74.34 | 0.7 | 0.32 |
| Hex | 6E | 89 | 18 | 14 | 0 | 52 | 2E | 4A | 46 | 20 |
| Octal | 156 | 211 | 30 | 24 | 0 | 122 | 56 | 112 | 106 | 40 |
| Binary | 1101110 | 10001001 | 11000 | 10100 | 0 | 1010010 | 101110 | 1001010 | 1000110 | 100000 |
Color Harmonies of #6E8918
Complementary color
Monochromatic Colors of #6E8918
Black with #6E8918
Text Example
Text Example
White with #6E8918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8918; }
p { color: rgb(110,137,24); }
H1.HeaderClassName
{
color: #6E8918;
}
.AnyTagClassName
{
color: #6E8918;
}
</style>
background-color css
<style>
a { background-color: #6E8918; }
a { background-color: rgb(110,137,24); }
div.DivClassName
{
background-color: #6E8918;
}
.BgClassName
{
background-color: #6E8918;
}
</style>
border-color css
<style>
span { border-color: #6E8918; }
span { border-color: rgb(110,137,24); }
td.TdClassName
{
border-color: #6E8918;
}
.TagClassName
{
border-color: #6E8918;
}
</style>