Shades of Olive Drab #6E870E
Tints of Olive Drab #6E870E
RGB
CMYK
RGB Variations
Color information
#6E870E (or 0x6E870E) is known color: Olive Drab. HEX triplet: 6E, 87 and 0E. RGB value is (110,135,14). Sum of RGB (Red+Green+Blue) = 110+135+14=259 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.47% from 259); Green value is 135 (53.12% from 255 or 52.12% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 135 - color contains mainly: green. Hex color #6E870E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E870E is #9178F1. Grayscale: #727272. Windows color (decimal): -9533682 or 952174. OLE color: 952174.
HSL color Cylindrical-coordinate representation of color #6E870E: hue angle of 72.4º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E870E is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 135 | 14 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.47 |
| HSL | 72.4º | 0.81% | 0.29% | - |
| HSV(B) | 72.4º | 0.9% | 0.53% | - |
| XYZ | 15.17 | 20.67 | 3.61 | - |
| YUV | 113.73 | 71.72 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 135 | 14 | 0.19 | 0 | 0.90 | 0.47 | 72.4 | 0.81 | 0.29 |
| Hex | 6E | 87 | E | 13 | 0 | 5A | 2F | 48 | 51 | 1D |
| Octal | 156 | 207 | 16 | 23 | 0 | 132 | 57 | 110 | 121 | 35 |
| Binary | 1101110 | 10000111 | 1110 | 10011 | 0 | 1011010 | 101111 | 1001000 | 1010001 | 11101 |
Color Harmonies of #6E870E
Complementary color
Monochromatic Colors of #6E870E
Black with #6E870E
Text Example
Text Example
White with #6E870E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E870E; }
p { color: rgb(110,135,14); }
H1.HeaderClassName
{
color: #6E870E;
}
.AnyTagClassName
{
color: #6E870E;
}
</style>
background-color css
<style>
a { background-color: #6E870E; }
a { background-color: rgb(110,135,14); }
div.DivClassName
{
background-color: #6E870E;
}
.BgClassName
{
background-color: #6E870E;
}
</style>
border-color css
<style>
span { border-color: #6E870E; }
span { border-color: rgb(110,135,14); }
td.TdClassName
{
border-color: #6E870E;
}
.TagClassName
{
border-color: #6E870E;
}
</style>