Shades of Olive Drab #5E8905
Tints of Olive Drab #5E8905
RGB
CMYK
RGB Variations
Color information
#5E8905 (or 0x5E8905) is known color: Olive Drab. HEX triplet: 5E, 89 and 05. RGB value is (94,137,5). Sum of RGB (Red+Green+Blue) = 94+137+5=236 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.83% from 236); Green value is 137 (53.91% from 255 or 58.05% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 137 - color contains mainly: green. Hex color #5E8905 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8905 is #A176FA. Grayscale: #6D6D6D. Windows color (decimal): -10581755 or 362846. OLE color: 362846.
HSL color Cylindrical-coordinate representation of color #5E8905: hue angle of 79.55º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E8905 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 137 | 5 | - |
| CMYK | 0.31 | 0 | 0.96 | 0.46 |
| HSL | 79.55º | 0.93% | 0.28% | - |
| HSV(B) | 79.55º | 0.96% | 0.54% | - |
| XYZ | 13.59 | 20.28 | 3.34 | - |
| YUV | 109.1 | 69.25 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 137 | 5 | 0.31 | 0 | 0.96 | 0.46 | 79.55 | 0.93 | 0.28 |
| Hex | 5E | 89 | 5 | 1F | 0 | 60 | 2E | 50 | 5D | 1C |
| Octal | 136 | 211 | 5 | 37 | 0 | 140 | 56 | 120 | 135 | 34 |
| Binary | 1011110 | 10001001 | 101 | 11111 | 0 | 1100000 | 101110 | 1010000 | 1011101 | 11100 |
Color Harmonies of #5E8905
Complementary color
Monochromatic Colors of #5E8905
Black with #5E8905
Text Example
Text Example
White with #5E8905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8905; }
p { color: rgb(94,137,5); }
H1.HeaderClassName
{
color: #5E8905;
}
.AnyTagClassName
{
color: #5E8905;
}
</style>
background-color css
<style>
a { background-color: #5E8905; }
a { background-color: rgb(94,137,5); }
div.DivClassName
{
background-color: #5E8905;
}
.BgClassName
{
background-color: #5E8905;
}
</style>
border-color css
<style>
span { border-color: #5E8905; }
span { border-color: rgb(94,137,5); }
td.TdClassName
{
border-color: #5E8905;
}
.TagClassName
{
border-color: #5E8905;
}
</style>