Shades of Olive Drab #5B8510
Tints of Olive Drab #5B8510
RGB
CMYK
RGB Variations
Color information
#5B8510 (or 0x5B8510) is known color: Olive Drab. HEX triplet: 5B, 85 and 10. RGB value is (91,133,16). Sum of RGB (Red+Green+Blue) = 91+133+16=240 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.92% from 240); Green value is 133 (52.34% from 255 or 55.42% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 133 - color contains mainly: green. Hex color #5B8510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B8510 is #A47AEF. Grayscale: #6B6B6B. Windows color (decimal): -10779376 or 1082715. OLE color: 1082715.
HSL color Cylindrical-coordinate representation of color #5B8510: hue angle of 81.54º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B8510 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 91 | 133 | 16 | - |
| CMYK | 0.32 | 0 | 0.88 | 0.48 |
| HSL | 81.54º | 0.79% | 0.29% | - |
| HSV(B) | 81.54º | 0.88% | 0.52% | - |
| XYZ | 12.8 | 19.04 | 3.49 | - |
| YUV | 107.1 | 76.59 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 133 | 16 | 0.32 | 0 | 0.88 | 0.48 | 81.54 | 0.79 | 0.29 |
| Hex | 5B | 85 | 10 | 20 | 0 | 58 | 30 | 52 | 4F | 1D |
| Octal | 133 | 205 | 20 | 40 | 0 | 130 | 60 | 122 | 117 | 35 |
| Binary | 1011011 | 10000101 | 10000 | 100000 | 0 | 1011000 | 110000 | 1010010 | 1001111 | 11101 |
Color Harmonies of #5B8510
Complementary color
Monochromatic Colors of #5B8510
Black with #5B8510
Text Example
Text Example
White with #5B8510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8510; }
p { color: rgb(91,133,16); }
H1.HeaderClassName
{
color: #5B8510;
}
.AnyTagClassName
{
color: #5B8510;
}
</style>
background-color css
<style>
a { background-color: #5B8510; }
a { background-color: rgb(91,133,16); }
div.DivClassName
{
background-color: #5B8510;
}
.BgClassName
{
background-color: #5B8510;
}
</style>
border-color css
<style>
span { border-color: #5B8510; }
span { border-color: rgb(91,133,16); }
td.TdClassName
{
border-color: #5B8510;
}
.TagClassName
{
border-color: #5B8510;
}
</style>