Shades of Olive Drab #5B8E05
Tints of Olive Drab #5B8E05
RGB
CMYK
RGB Variations
Color information
#5B8E05 (or 0x5B8E05) is known color: Olive Drab. HEX triplet: 5B, 8E and 05. RGB value is (91,142,5). Sum of RGB (Red+Green+Blue) = 91+142+5=238 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.24% from 238); Green value is 142 (55.86% from 255 or 59.66% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 142 - color contains mainly: green. Hex color #5B8E05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B8E05 is #A471FA. Grayscale: #6F6F6F. Windows color (decimal): -10777083 or 364123. OLE color: 364123.
HSL color Cylindrical-coordinate representation of color #5B8E05: hue angle of 82.34º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B8E05 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 91 | 142 | 5 | - |
| CMYK | 0.36 | 0 | 0.96 | 0.44 |
| HSL | 82.34º | 0.93% | 0.29% | - |
| HSV(B) | 82.34º | 0.96% | 0.56% | - |
| XYZ | 14.01 | 21.58 | 3.57 | - |
| YUV | 111.13 | 68.1 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 142 | 5 | 0.36 | 0 | 0.96 | 0.44 | 82.34 | 0.93 | 0.29 |
| Hex | 5B | 8E | 5 | 24 | 0 | 60 | 2C | 52 | 5D | 1D |
| Octal | 133 | 216 | 5 | 44 | 0 | 140 | 54 | 122 | 135 | 35 |
| Binary | 1011011 | 10001110 | 101 | 100100 | 0 | 1100000 | 101100 | 1010010 | 1011101 | 11101 |
Color Harmonies of #5B8E05
Complementary color
Monochromatic Colors of #5B8E05
Black with #5B8E05
Text Example
Text Example
White with #5B8E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8E05; }
p { color: rgb(91,142,5); }
H1.HeaderClassName
{
color: #5B8E05;
}
.AnyTagClassName
{
color: #5B8E05;
}
</style>
background-color css
<style>
a { background-color: #5B8E05; }
a { background-color: rgb(91,142,5); }
div.DivClassName
{
background-color: #5B8E05;
}
.BgClassName
{
background-color: #5B8E05;
}
</style>
border-color css
<style>
span { border-color: #5B8E05; }
span { border-color: rgb(91,142,5); }
td.TdClassName
{
border-color: #5B8E05;
}
.TagClassName
{
border-color: #5B8E05;
}
</style>