Shades of Olive Drab #6E840E
Tints of Olive Drab #6E840E
RGB
CMYK
RGB Variations
Color information
#6E840E (or 0x6E840E) is known color: Olive Drab. HEX triplet: 6E, 84 and 0E. RGB value is (110,132,14). Sum of RGB (Red+Green+Blue) = 110+132+14=256 (33% of max value = 765). Red value is 110 (43.36% from 255 or 42.97% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #6E840E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E840E is #917BF1. Grayscale: #707070. Windows color (decimal): -9534450 or 951406. OLE color: 951406.
HSL color Cylindrical-coordinate representation of color #6E840E: hue angle of 71.19º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E840E is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 110 | 132 | 14 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.48 |
| HSL | 71.19º | 0.81% | 0.29% | - |
| HSV(B) | 71.19º | 0.89% | 0.52% | - |
| XYZ | 14.76 | 19.85 | 3.47 | - |
| YUV | 111.97 | 72.71 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 132 | 14 | 0.17 | 0 | 0.89 | 0.48 | 71.19 | 0.81 | 0.29 |
| Hex | 6E | 84 | E | 11 | 0 | 59 | 30 | 47 | 51 | 1D |
| Octal | 156 | 204 | 16 | 21 | 0 | 131 | 60 | 107 | 121 | 35 |
| Binary | 1101110 | 10000100 | 1110 | 10001 | 0 | 1011001 | 110000 | 1000111 | 1010001 | 11101 |
Color Harmonies of #6E840E
Complementary color
Monochromatic Colors of #6E840E
Black with #6E840E
Text Example
Text Example
White with #6E840E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E840E; }
p { color: rgb(110,132,14); }
H1.HeaderClassName
{
color: #6E840E;
}
.AnyTagClassName
{
color: #6E840E;
}
</style>
background-color css
<style>
a { background-color: #6E840E; }
a { background-color: rgb(110,132,14); }
div.DivClassName
{
background-color: #6E840E;
}
.BgClassName
{
background-color: #6E840E;
}
</style>
border-color css
<style>
span { border-color: #6E840E; }
span { border-color: rgb(110,132,14); }
td.TdClassName
{
border-color: #6E840E;
}
.TagClassName
{
border-color: #6E840E;
}
</style>