Shades of Olive Drab #6E8818
Tints of Olive Drab #6E8818
RGB
CMYK
RGB Variations
Color information
#6E8818 (or 0x6E8818) is known color: Olive Drab. HEX triplet: 6E, 88 and 18. RGB value is (110,136,24). Sum of RGB (Red+Green+Blue) = 110+136+24=270 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.74% from 270); Green value is 136 (53.52% from 255 or 50.37% from 270); Blue value is 24 (9.77% from 255 or 8.89% from 270); Max value from RGB is 136 - color contains mainly: green. Hex color #6E8818 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8818 is #9177E7. Grayscale: #737373. Windows color (decimal): -9533416 or 1607790. OLE color: 1607790.
HSL color Cylindrical-coordinate representation of color #6E8818: hue angle of 73.93º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E8818 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 136 | 24 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.47 |
| HSL | 73.93º | 0.7% | 0.31% | - |
| HSV(B) | 73.93º | 0.82% | 0.53% | - |
| XYZ | 15.4 | 20.99 | 4.1 | - |
| YUV | 115.46 | 76.39 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 136 | 24 | 0.19 | 0 | 0.82 | 0.47 | 73.93 | 0.7 | 0.31 |
| Hex | 6E | 88 | 18 | 13 | 0 | 52 | 2F | 4A | 46 | 1F |
| Octal | 156 | 210 | 30 | 23 | 0 | 122 | 57 | 112 | 106 | 37 |
| Binary | 1101110 | 10001000 | 11000 | 10011 | 0 | 1010010 | 101111 | 1001010 | 1000110 | 11111 |
Color Harmonies of #6E8818
Complementary color
Monochromatic Colors of #6E8818
Black with #6E8818
Text Example
Text Example
White with #6E8818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8818; }
p { color: rgb(110,136,24); }
H1.HeaderClassName
{
color: #6E8818;
}
.AnyTagClassName
{
color: #6E8818;
}
</style>
background-color css
<style>
a { background-color: #6E8818; }
a { background-color: rgb(110,136,24); }
div.DivClassName
{
background-color: #6E8818;
}
.BgClassName
{
background-color: #6E8818;
}
</style>
border-color css
<style>
span { border-color: #6E8818; }
span { border-color: rgb(110,136,24); }
td.TdClassName
{
border-color: #6E8818;
}
.TagClassName
{
border-color: #6E8818;
}
</style>