Shades of Olive Drab #5E8805
Tints of Olive Drab #5E8805
RGB
CMYK
RGB Variations
Color information
#5E8805 (or 0x5E8805) is known color: Olive Drab. HEX triplet: 5E, 88 and 05. RGB value is (94,136,5). Sum of RGB (Red+Green+Blue) = 94+136+5=235 (31% of max value = 765). Red value is 94 (37.11% from 255 or 40% from 235); Green value is 136 (53.52% from 255 or 57.87% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 136 - color contains mainly: green. Hex color #5E8805 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8805 is #A177FA. Grayscale: #6C6C6C. Windows color (decimal): -10582011 or 362590. OLE color: 362590.
HSL color Cylindrical-coordinate representation of color #5E8805: hue angle of 79.24º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E8805 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 136 | 5 | - |
| CMYK | 0.31 | 0 | 0.96 | 0.47 |
| HSL | 79.24º | 0.93% | 0.28% | - |
| HSV(B) | 79.24º | 0.96% | 0.53% | - |
| XYZ | 13.45 | 20 | 3.3 | - |
| YUV | 108.51 | 69.59 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 136 | 5 | 0.31 | 0 | 0.96 | 0.47 | 79.24 | 0.93 | 0.28 |
| Hex | 5E | 88 | 5 | 1F | 0 | 60 | 2F | 4F | 5D | 1C |
| Octal | 136 | 210 | 5 | 37 | 0 | 140 | 57 | 117 | 135 | 34 |
| Binary | 1011110 | 10001000 | 101 | 11111 | 0 | 1100000 | 101111 | 1001111 | 1011101 | 11100 |
Color Harmonies of #5E8805
Complementary color
Monochromatic Colors of #5E8805
Black with #5E8805
Text Example
Text Example
White with #5E8805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8805; }
p { color: rgb(94,136,5); }
H1.HeaderClassName
{
color: #5E8805;
}
.AnyTagClassName
{
color: #5E8805;
}
</style>
background-color css
<style>
a { background-color: #5E8805; }
a { background-color: rgb(94,136,5); }
div.DivClassName
{
background-color: #5E8805;
}
.BgClassName
{
background-color: #5E8805;
}
</style>
border-color css
<style>
span { border-color: #5E8805; }
span { border-color: rgb(94,136,5); }
td.TdClassName
{
border-color: #5E8805;
}
.TagClassName
{
border-color: #5E8805;
}
</style>