Shades of Olive Drab #5B820E
Tints of Olive Drab #5B820E
RGB
CMYK
RGB Variations
Color information
#5B820E (or 0x5B820E) is known color: Olive Drab. HEX triplet: 5B, 82 and 0E. RGB value is (91,130,14). Sum of RGB (Red+Green+Blue) = 91+130+14=235 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.72% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #5B820E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B820E is #A47DF1. Grayscale: #696969. Windows color (decimal): -10780146 or 950875. OLE color: 950875.
HSL color Cylindrical-coordinate representation of color #5B820E: hue angle of 80.17º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B820E is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 130 | 14 | - |
| CMYK | 0.30 | 0 | 0.89 | 0.49 |
| HSL | 80.17º | 0.81% | 0.28% | - |
| HSV(B) | 80.17º | 0.89% | 0.51% | - |
| XYZ | 12.38 | 18.22 | 3.28 | - |
| YUV | 105.12 | 76.58 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 130 | 14 | 0.30 | 0 | 0.89 | 0.49 | 80.17 | 0.81 | 0.28 |
| Hex | 5B | 82 | E | 1E | 0 | 59 | 31 | 50 | 51 | 1C |
| Octal | 133 | 202 | 16 | 36 | 0 | 131 | 61 | 120 | 121 | 34 |
| Binary | 1011011 | 10000010 | 1110 | 11110 | 0 | 1011001 | 110001 | 1010000 | 1010001 | 11100 |
Color Harmonies of #5B820E
Complementary color
Monochromatic Colors of #5B820E
Black with #5B820E
Text Example
Text Example
White with #5B820E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B820E; }
p { color: rgb(91,130,14); }
H1.HeaderClassName
{
color: #5B820E;
}
.AnyTagClassName
{
color: #5B820E;
}
</style>
background-color css
<style>
a { background-color: #5B820E; }
a { background-color: rgb(91,130,14); }
div.DivClassName
{
background-color: #5B820E;
}
.BgClassName
{
background-color: #5B820E;
}
</style>
border-color css
<style>
span { border-color: #5B820E; }
span { border-color: rgb(91,130,14); }
td.TdClassName
{
border-color: #5B820E;
}
.TagClassName
{
border-color: #5B820E;
}
</style>