Shades of Olive Drab #5B8E01
Tints of Olive Drab #5B8E01
RGB
CMYK
RGB Variations
Color information
#5B8E01 (or 0x5B8E01) is known color: Olive Drab. HEX triplet: 5B, 8E and 01. RGB value is (91,142,1). Sum of RGB (Red+Green+Blue) = 91+142+1=234 (30% of max value = 765). Red value is 91 (35.94% from 255 or 38.89% from 234); Green value is 142 (55.86% from 255 or 60.68% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 142 - color contains mainly: green. Hex color #5B8E01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B8E01 is #A471FE. Grayscale: #6F6F6F. Windows color (decimal): -10777087 or 101979. OLE color: 101979.
HSL color Cylindrical-coordinate representation of color #5B8E01: hue angle of 81.7º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B8E01 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 91 | 142 | 1 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.44 |
| HSL | 81.7º | 0.99% | 0.28% | - |
| HSV(B) | 81.7º | 0.99% | 0.56% | - |
| XYZ | 13.99 | 21.57 | 3.46 | - |
| YUV | 110.68 | 66.1 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 142 | 1 | 0.36 | 0 | 0.99 | 0.44 | 81.7 | 0.99 | 0.28 |
| Hex | 5B | 8E | 1 | 24 | 0 | 63 | 2C | 52 | 63 | 1C |
| Octal | 133 | 216 | 1 | 44 | 0 | 143 | 54 | 122 | 143 | 34 |
| Binary | 1011011 | 10001110 | 1 | 100100 | 0 | 1100011 | 101100 | 1010010 | 1100011 | 11100 |
Color Harmonies of #5B8E01
Complementary color
Monochromatic Colors of #5B8E01
Black with #5B8E01
Text Example
Text Example
White with #5B8E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8E01; }
p { color: rgb(91,142,1); }
H1.HeaderClassName
{
color: #5B8E01;
}
.AnyTagClassName
{
color: #5B8E01;
}
</style>
background-color css
<style>
a { background-color: #5B8E01; }
a { background-color: rgb(91,142,1); }
div.DivClassName
{
background-color: #5B8E01;
}
.BgClassName
{
background-color: #5B8E01;
}
</style>
border-color css
<style>
span { border-color: #5B8E01; }
span { border-color: rgb(91,142,1); }
td.TdClassName
{
border-color: #5B8E01;
}
.TagClassName
{
border-color: #5B8E01;
}
</style>