Shades of Olive Drab #6E8E15
Tints of Olive Drab #6E8E15
RGB
CMYK
RGB Variations
Color information
#6E8E15 (or 0x6E8E15) is known color: Olive Drab. HEX triplet: 6E, 8E and 15. RGB value is (110,142,21). Sum of RGB (Red+Green+Blue) = 110+142+21=273 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.29% from 273); Green value is 142 (55.86% from 255 or 52.01% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 142 - color contains mainly: green. Hex color #6E8E15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8E15 is #9171EA. Grayscale: #777777. Windows color (decimal): -9531883 or 1412718. OLE color: 1412718.
HSL color Cylindrical-coordinate representation of color #6E8E15: hue angle of 75.87º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E8E15 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 142 | 21 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.44 |
| HSL | 75.87º | 0.74% | 0.32% | - |
| HSV(B) | 75.87º | 0.85% | 0.56% | - |
| XYZ | 16.24 | 22.72 | 4.24 | - |
| YUV | 118.64 | 72.9 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 142 | 21 | 0.23 | 0 | 0.85 | 0.44 | 75.87 | 0.74 | 0.32 |
| Hex | 6E | 8E | 15 | 17 | 0 | 55 | 2C | 4C | 4A | 20 |
| Octal | 156 | 216 | 25 | 27 | 0 | 125 | 54 | 114 | 112 | 40 |
| Binary | 1101110 | 10001110 | 10101 | 10111 | 0 | 1010101 | 101100 | 1001100 | 1001010 | 100000 |
Color Harmonies of #6E8E15
Complementary color
Monochromatic Colors of #6E8E15
Black with #6E8E15
Text Example
Text Example
White with #6E8E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8E15; }
p { color: rgb(110,142,21); }
H1.HeaderClassName
{
color: #6E8E15;
}
.AnyTagClassName
{
color: #6E8E15;
}
</style>
background-color css
<style>
a { background-color: #6E8E15; }
a { background-color: rgb(110,142,21); }
div.DivClassName
{
background-color: #6E8E15;
}
.BgClassName
{
background-color: #6E8E15;
}
</style>
border-color css
<style>
span { border-color: #6E8E15; }
span { border-color: rgb(110,142,21); }
td.TdClassName
{
border-color: #6E8E15;
}
.TagClassName
{
border-color: #6E8E15;
}
</style>