Shades of Olive Drab #5B8905
Tints of Olive Drab #5B8905
RGB
CMYK
RGB Variations
Color information
#5B8905 (or 0x5B8905) is known color: Olive Drab. HEX triplet: 5B, 89 and 05. RGB value is (91,137,5). Sum of RGB (Red+Green+Blue) = 91+137+5=233 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.06% from 233); Green value is 137 (53.91% from 255 or 58.80% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 137 - color contains mainly: green. Hex color #5B8905 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B8905 is #A476FA. Grayscale: #6C6C6C. Windows color (decimal): -10778363 or 362843. OLE color: 362843.
HSL color Cylindrical-coordinate representation of color #5B8905: hue angle of 80.91º 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 #5B8905 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 91 | 137 | 5 | - |
| CMYK | 0.34 | 0 | 0.96 | 0.46 |
| HSL | 80.91º | 0.93% | 0.28% | - |
| HSV(B) | 80.91º | 0.96% | 0.54% | - |
| XYZ | 13.29 | 20.13 | 3.33 | - |
| YUV | 108.2 | 69.76 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 137 | 5 | 0.34 | 0 | 0.96 | 0.46 | 80.91 | 0.93 | 0.28 |
| Hex | 5B | 89 | 5 | 22 | 0 | 60 | 2E | 51 | 5D | 1C |
| Octal | 133 | 211 | 5 | 42 | 0 | 140 | 56 | 121 | 135 | 34 |
| Binary | 1011011 | 10001001 | 101 | 100010 | 0 | 1100000 | 101110 | 1010001 | 1011101 | 11100 |
Color Harmonies of #5B8905
Complementary color
Monochromatic Colors of #5B8905
Black with #5B8905
Text Example
Text Example
White with #5B8905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8905; }
p { color: rgb(91,137,5); }
H1.HeaderClassName
{
color: #5B8905;
}
.AnyTagClassName
{
color: #5B8905;
}
</style>
background-color css
<style>
a { background-color: #5B8905; }
a { background-color: rgb(91,137,5); }
div.DivClassName
{
background-color: #5B8905;
}
.BgClassName
{
background-color: #5B8905;
}
</style>
border-color css
<style>
span { border-color: #5B8905; }
span { border-color: rgb(91,137,5); }
td.TdClassName
{
border-color: #5B8905;
}
.TagClassName
{
border-color: #5B8905;
}
</style>