Shades of Olive Drab #5E8811
Tints of Olive Drab #5E8811
RGB
CMYK
RGB Variations
Color information
#5E8811 (or 0x5E8811) is known color: Olive Drab. HEX triplet: 5E, 88 and 11. RGB value is (94,136,17). Sum of RGB (Red+Green+Blue) = 94+136+17=247 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.06% from 247); Green value is 136 (53.52% from 255 or 55.06% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 136 - color contains mainly: green. Hex color #5E8811 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8811 is #A177EE. Grayscale: #6E6E6E. Windows color (decimal): -10581999 or 1149022. OLE color: 1149022.
HSL color Cylindrical-coordinate representation of color #5E8811: hue angle of 81.18º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E8811 is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 136 | 17 | - |
| CMYK | 0.31 | 0 | 0.87 | 0.47 |
| HSL | 81.18º | 0.78% | 0.3% | - |
| HSV(B) | 81.18º | 0.88% | 0.53% | - |
| XYZ | 13.52 | 20.03 | 3.68 | - |
| YUV | 109.88 | 75.59 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 136 | 17 | 0.31 | 0 | 0.87 | 0.47 | 81.18 | 0.78 | 0.3 |
| Hex | 5E | 88 | 11 | 1F | 0 | 57 | 2F | 51 | 4E | 1E |
| Octal | 136 | 210 | 21 | 37 | 0 | 127 | 57 | 121 | 116 | 36 |
| Binary | 1011110 | 10001000 | 10001 | 11111 | 0 | 1010111 | 101111 | 1010001 | 1001110 | 11110 |
Color Harmonies of #5E8811
Complementary color
Monochromatic Colors of #5E8811
Black with #5E8811
Text Example
Text Example
White with #5E8811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8811; }
p { color: rgb(94,136,17); }
H1.HeaderClassName
{
color: #5E8811;
}
.AnyTagClassName
{
color: #5E8811;
}
</style>
background-color css
<style>
a { background-color: #5E8811; }
a { background-color: rgb(94,136,17); }
div.DivClassName
{
background-color: #5E8811;
}
.BgClassName
{
background-color: #5E8811;
}
</style>
border-color css
<style>
span { border-color: #5E8811; }
span { border-color: rgb(94,136,17); }
td.TdClassName
{
border-color: #5E8811;
}
.TagClassName
{
border-color: #5E8811;
}
</style>