Shades of Olive Drab #6E881E
Tints of Olive Drab #6E881E
RGB
CMYK
RGB Variations
Color information
#6E881E (or 0x6E881E) is known color: Olive Drab. HEX triplet: 6E, 88 and 1E. RGB value is (110,136,30). Sum of RGB (Red+Green+Blue) = 110+136+30=276 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.86% from 276); Green value is 136 (53.52% from 255 or 49.28% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 136 - color contains mainly: green. Hex color #6E881E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E881E is #9177E1. Grayscale: #747474. Windows color (decimal): -9533410 or 2001006. OLE color: 2001006.
HSL color Cylindrical-coordinate representation of color #6E881E: hue angle of 74.72º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6E881E is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 136 | 30 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.47 |
| HSL | 74.72º | 0.64% | 0.33% | - |
| HSV(B) | 74.72º | 0.78% | 0.53% | - |
| XYZ | 15.47 | 21.02 | 4.47 | - |
| YUV | 116.14 | 79.39 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 136 | 30 | 0.19 | 0 | 0.78 | 0.47 | 74.72 | 0.64 | 0.33 |
| Hex | 6E | 88 | 1E | 13 | 0 | 4E | 2F | 4B | 40 | 21 |
| Octal | 156 | 210 | 36 | 23 | 0 | 116 | 57 | 113 | 100 | 41 |
| Binary | 1101110 | 10001000 | 11110 | 10011 | 0 | 1001110 | 101111 | 1001011 | 1000000 | 100001 |
Color Harmonies of #6E881E
Complementary color
Monochromatic Colors of #6E881E
Black with #6E881E
Text Example
Text Example
White with #6E881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E881E; }
p { color: rgb(110,136,30); }
H1.HeaderClassName
{
color: #6E881E;
}
.AnyTagClassName
{
color: #6E881E;
}
</style>
background-color css
<style>
a { background-color: #6E881E; }
a { background-color: rgb(110,136,30); }
div.DivClassName
{
background-color: #6E881E;
}
.BgClassName
{
background-color: #6E881E;
}
</style>
border-color css
<style>
span { border-color: #6E881E; }
span { border-color: rgb(110,136,30); }
td.TdClassName
{
border-color: #6E881E;
}
.TagClassName
{
border-color: #6E881E;
}
</style>