Shades of Olive Drab #5B8701
Tints of Olive Drab #5B8701
RGB
CMYK
RGB Variations
Color information
#5B8701 (or 0x5B8701) is known color: Olive Drab. HEX triplet: 5B, 87 and 01. RGB value is (91,135,1). Sum of RGB (Red+Green+Blue) = 91+135+1=227 (30% of max value = 765). Red value is 91 (35.94% from 255 or 40.09% from 227); Green value is 135 (53.12% from 255 or 59.47% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 135 - color contains mainly: green. Hex color #5B8701 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B8701 is #A478FE. Grayscale: #6B6B6B. Windows color (decimal): -10778879 or 100187. OLE color: 100187.
HSL color Cylindrical-coordinate representation of color #5B8701: hue angle of 79.7º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B8701 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 135 | 1 | - |
| CMYK | 0.33 | 0 | 0.99 | 0.47 |
| HSL | 79.7º | 0.99% | 0.27% | - |
| HSV(B) | 79.7º | 0.99% | 0.53% | - |
| XYZ | 12.98 | 19.55 | 3.12 | - |
| YUV | 106.57 | 68.42 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 135 | 1 | 0.33 | 0 | 0.99 | 0.47 | 79.7 | 0.99 | 0.27 |
| Hex | 5B | 87 | 1 | 21 | 0 | 63 | 2F | 50 | 63 | 1B |
| Octal | 133 | 207 | 1 | 41 | 0 | 143 | 57 | 120 | 143 | 33 |
| Binary | 1011011 | 10000111 | 1 | 100001 | 0 | 1100011 | 101111 | 1010000 | 1100011 | 11011 |
Color Harmonies of #5B8701
Complementary color
Monochromatic Colors of #5B8701
Black with #5B8701
Text Example
Text Example
White with #5B8701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8701; }
p { color: rgb(91,135,1); }
H1.HeaderClassName
{
color: #5B8701;
}
.AnyTagClassName
{
color: #5B8701;
}
</style>
background-color css
<style>
a { background-color: #5B8701; }
a { background-color: rgb(91,135,1); }
div.DivClassName
{
background-color: #5B8701;
}
.BgClassName
{
background-color: #5B8701;
}
</style>
border-color css
<style>
span { border-color: #5B8701; }
span { border-color: rgb(91,135,1); }
td.TdClassName
{
border-color: #5B8701;
}
.TagClassName
{
border-color: #5B8701;
}
</style>