Shades of Olive Drab #5B890B
Tints of Olive Drab #5B890B
RGB
CMYK
RGB Variations
Color information
#5B890B (or 0x5B890B) is known color: Olive Drab. HEX triplet: 5B, 89 and 0B. RGB value is (91,137,11). Sum of RGB (Red+Green+Blue) = 91+137+11=239 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.08% from 239); Green value is 137 (53.91% from 255 or 57.32% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 137 - color contains mainly: green. Hex color #5B890B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B890B is #A476F4. Grayscale: #6D6D6D. Windows color (decimal): -10778357 or 756059. OLE color: 756059.
HSL color Cylindrical-coordinate representation of color #5B890B: hue angle of 81.9º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5B890B is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 91 | 137 | 11 | - |
| CMYK | 0.34 | 0 | 0.92 | 0.46 |
| HSL | 81.9º | 0.85% | 0.29% | - |
| HSV(B) | 81.9º | 0.92% | 0.54% | - |
| XYZ | 13.32 | 20.14 | 3.5 | - |
| YUV | 108.88 | 72.76 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 137 | 11 | 0.34 | 0 | 0.92 | 0.46 | 81.9 | 0.85 | 0.29 |
| Hex | 5B | 89 | B | 22 | 0 | 5C | 2E | 52 | 55 | 1D |
| Octal | 133 | 211 | 13 | 42 | 0 | 134 | 56 | 122 | 125 | 35 |
| Binary | 1011011 | 10001001 | 1011 | 100010 | 0 | 1011100 | 101110 | 1010010 | 1010101 | 11101 |
Color Harmonies of #5B890B
Complementary color
Monochromatic Colors of #5B890B
Black with #5B890B
Text Example
Text Example
White with #5B890B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B890B; }
p { color: rgb(91,137,11); }
H1.HeaderClassName
{
color: #5B890B;
}
.AnyTagClassName
{
color: #5B890B;
}
</style>
background-color css
<style>
a { background-color: #5B890B; }
a { background-color: rgb(91,137,11); }
div.DivClassName
{
background-color: #5B890B;
}
.BgClassName
{
background-color: #5B890B;
}
</style>
border-color css
<style>
span { border-color: #5B890B; }
span { border-color: rgb(91,137,11); }
td.TdClassName
{
border-color: #5B890B;
}
.TagClassName
{
border-color: #5B890B;
}
</style>