Shades of Olive Drab #6E8B39
Tints of Olive Drab #6E8B39
RGB
CMYK
RGB Variations
Color information
#6E8B39 (or 0x6E8B39) is known color: Olive Drab. HEX triplet: 6E, 8B and 39. RGB value is (110,139,57). Sum of RGB (Red+Green+Blue) = 110+139+57=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 139 (54.69% from 255 or 45.42% from 306); Blue value is 57 (22.66% from 255 or 18.63% from 306); Max value from RGB is 139 - color contains mainly: green. Hex color #6E8B39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8B39 is #9174C6. Grayscale: #797979. Windows color (decimal): -9532615 or 3771246. OLE color: 3771246.
HSL color Cylindrical-coordinate representation of color #6E8B39: hue angle of 81.22º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6E8B39 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 139 | 57 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.45 |
| HSL | 81.22º | 0.42% | 0.38% | - |
| HSV(B) | 81.22º | 0.59% | 0.55% | - |
| XYZ | 16.4 | 22.08 | 7.27 | - |
| YUV | 120.98 | 91.89 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 139 | 57 | 0.21 | 0 | 0.59 | 0.45 | 81.22 | 0.42 | 0.38 |
| Hex | 6E | 8B | 39 | 15 | 0 | 3B | 2D | 51 | 2A | 26 |
| Octal | 156 | 213 | 71 | 25 | 0 | 73 | 55 | 121 | 52 | 46 |
| Binary | 1101110 | 10001011 | 111001 | 10101 | 0 | 111011 | 101101 | 1010001 | 101010 | 100110 |
Color Harmonies of #6E8B39
Complementary color
Monochromatic Colors of #6E8B39
Black with #6E8B39
Text Example
Text Example
White with #6E8B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8B39; }
p { color: rgb(110,139,57); }
H1.HeaderClassName
{
color: #6E8B39;
}
.AnyTagClassName
{
color: #6E8B39;
}
</style>
background-color css
<style>
a { background-color: #6E8B39; }
a { background-color: rgb(110,139,57); }
div.DivClassName
{
background-color: #6E8B39;
}
.BgClassName
{
background-color: #6E8B39;
}
</style>
border-color css
<style>
span { border-color: #6E8B39; }
span { border-color: rgb(110,139,57); }
td.TdClassName
{
border-color: #6E8B39;
}
.TagClassName
{
border-color: #6E8B39;
}
</style>