Shades of Olive Drab #6E8814
Tints of Olive Drab #6E8814
RGB
CMYK
RGB Variations
Color information
#6E8814 (or 0x6E8814) is known color: Olive Drab. HEX triplet: 6E, 88 and 14. RGB value is (110,136,20). Sum of RGB (Red+Green+Blue) = 110+136+20=266 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.35% from 266); Green value is 136 (53.52% from 255 or 51.13% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 136 - color contains mainly: green. Hex color #6E8814 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8814 is #9177EB. Grayscale: #737373. Windows color (decimal): -9533420 or 1345646. OLE color: 1345646.
HSL color Cylindrical-coordinate representation of color #6E8814: hue angle of 73.45º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E8814 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 136 | 20 | - |
| CMYK | 0.19 | 0 | 0.85 | 0.47 |
| HSL | 73.45º | 0.74% | 0.31% | - |
| HSV(B) | 73.45º | 0.85% | 0.53% | - |
| XYZ | 15.36 | 20.97 | 3.9 | - |
| YUV | 115 | 74.39 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 136 | 20 | 0.19 | 0 | 0.85 | 0.47 | 73.45 | 0.74 | 0.31 |
| Hex | 6E | 88 | 14 | 13 | 0 | 55 | 2F | 49 | 4A | 1F |
| Octal | 156 | 210 | 24 | 23 | 0 | 125 | 57 | 111 | 112 | 37 |
| Binary | 1101110 | 10001000 | 10100 | 10011 | 0 | 1010101 | 101111 | 1001001 | 1001010 | 11111 |
Color Harmonies of #6E8814
Complementary color
Monochromatic Colors of #6E8814
Black with #6E8814
Text Example
Text Example
White with #6E8814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8814; }
p { color: rgb(110,136,20); }
H1.HeaderClassName
{
color: #6E8814;
}
.AnyTagClassName
{
color: #6E8814;
}
</style>
background-color css
<style>
a { background-color: #6E8814; }
a { background-color: rgb(110,136,20); }
div.DivClassName
{
background-color: #6E8814;
}
.BgClassName
{
background-color: #6E8814;
}
</style>
border-color css
<style>
span { border-color: #6E8814; }
span { border-color: rgb(110,136,20); }
td.TdClassName
{
border-color: #6E8814;
}
.TagClassName
{
border-color: #6E8814;
}
</style>