Shades of Olive Drab #5B820F
Tints of Olive Drab #5B820F
RGB
CMYK
RGB Variations
Color information
#5B820F (or 0x5B820F) is known color: Olive Drab. HEX triplet: 5B, 82 and 0F. RGB value is (91,130,15). Sum of RGB (Red+Green+Blue) = 91+130+15=236 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.56% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #5B820F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B820F is #A47DF0. Grayscale: #696969. Windows color (decimal): -10780145 or 1016411. OLE color: 1016411.
HSL color Cylindrical-coordinate representation of color #5B820F: hue angle of 80.35º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B820F is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 130 | 15 | - |
| CMYK | 0.30 | 0 | 0.88 | 0.49 |
| HSL | 80.35º | 0.79% | 0.28% | - |
| HSV(B) | 80.35º | 0.88% | 0.51% | - |
| XYZ | 12.38 | 18.22 | 3.32 | - |
| YUV | 105.23 | 77.08 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 130 | 15 | 0.30 | 0 | 0.88 | 0.49 | 80.35 | 0.79 | 0.28 |
| Hex | 5B | 82 | F | 1E | 0 | 58 | 31 | 50 | 4F | 1C |
| Octal | 133 | 202 | 17 | 36 | 0 | 130 | 61 | 120 | 117 | 34 |
| Binary | 1011011 | 10000010 | 1111 | 11110 | 0 | 1011000 | 110001 | 1010000 | 1001111 | 11100 |
Color Harmonies of #5B820F
Complementary color
Monochromatic Colors of #5B820F
Black with #5B820F
Text Example
Text Example
White with #5B820F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B820F; }
p { color: rgb(91,130,15); }
H1.HeaderClassName
{
color: #5B820F;
}
.AnyTagClassName
{
color: #5B820F;
}
</style>
background-color css
<style>
a { background-color: #5B820F; }
a { background-color: rgb(91,130,15); }
div.DivClassName
{
background-color: #5B820F;
}
.BgClassName
{
background-color: #5B820F;
}
</style>
border-color css
<style>
span { border-color: #5B820F; }
span { border-color: rgb(91,130,15); }
td.TdClassName
{
border-color: #5B820F;
}
.TagClassName
{
border-color: #5B820F;
}
</style>