Shades of Olive Drab #5E860E
Tints of Olive Drab #5E860E
RGB
CMYK
RGB Variations
Color information
#5E860E (or 0x5E860E) is known color: Olive Drab. HEX triplet: 5E, 86 and 0E. RGB value is (94,134,14). Sum of RGB (Red+Green+Blue) = 94+134+14=242 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.84% from 242); Green value is 134 (52.73% from 255 or 55.37% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 134 - color contains mainly: green. Hex color #5E860E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E860E is #A179F1. Grayscale: #6C6C6C. Windows color (decimal): -10582514 or 951902. OLE color: 951902.
HSL color Cylindrical-coordinate representation of color #5E860E: hue angle of 80º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E860E is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 134 | 14 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.47 |
| HSL | 80º | 0.81% | 0.29% | - |
| HSV(B) | 80º | 0.9% | 0.53% | - |
| XYZ | 13.22 | 19.46 | 3.48 | - |
| YUV | 108.36 | 74.75 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 134 | 14 | 0.30 | 0 | 0.90 | 0.47 | 80 | 0.81 | 0.29 |
| Hex | 5E | 86 | E | 1E | 0 | 5A | 2F | 50 | 51 | 1D |
| Octal | 136 | 206 | 16 | 36 | 0 | 132 | 57 | 120 | 121 | 35 |
| Binary | 1011110 | 10000110 | 1110 | 11110 | 0 | 1011010 | 101111 | 1010000 | 1010001 | 11101 |
Color Harmonies of #5E860E
Complementary color
Monochromatic Colors of #5E860E
Black with #5E860E
Text Example
Text Example
White with #5E860E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E860E; }
p { color: rgb(94,134,14); }
H1.HeaderClassName
{
color: #5E860E;
}
.AnyTagClassName
{
color: #5E860E;
}
</style>
background-color css
<style>
a { background-color: #5E860E; }
a { background-color: rgb(94,134,14); }
div.DivClassName
{
background-color: #5E860E;
}
.BgClassName
{
background-color: #5E860E;
}
</style>
border-color css
<style>
span { border-color: #5E860E; }
span { border-color: rgb(94,134,14); }
td.TdClassName
{
border-color: #5E860E;
}
.TagClassName
{
border-color: #5E860E;
}
</style>