Shades of Olive Drab #5B820A
Tints of Olive Drab #5B820A
RGB
CMYK
RGB Variations
Color information
#5B820A (or 0x5B820A) is known color: Olive Drab. HEX triplet: 5B, 82 and 0A. RGB value is (91,130,10). Sum of RGB (Red+Green+Blue) = 91+130+10=231 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.39% from 231); Green value is 130 (51.17% from 255 or 56.28% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 130 - color contains mainly: green. Hex color #5B820A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B820A is #A47DF5. Grayscale: #696969. Windows color (decimal): -10780150 or 688731. OLE color: 688731.
HSL color Cylindrical-coordinate representation of color #5B820A: hue angle of 79.5º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5B820A is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 130 | 10 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.49 |
| HSL | 79.5º | 0.86% | 0.27% | - |
| HSV(B) | 79.5º | 0.92% | 0.51% | - |
| XYZ | 12.35 | 18.21 | 3.15 | - |
| YUV | 104.66 | 74.58 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 130 | 10 | 0.30 | 0 | 0.92 | 0.49 | 79.5 | 0.86 | 0.27 |
| Hex | 5B | 82 | A | 1E | 0 | 5C | 31 | 50 | 56 | 1B |
| Octal | 133 | 202 | 12 | 36 | 0 | 134 | 61 | 120 | 126 | 33 |
| Binary | 1011011 | 10000010 | 1010 | 11110 | 0 | 1011100 | 110001 | 1010000 | 1010110 | 11011 |
Color Harmonies of #5B820A
Complementary color
Monochromatic Colors of #5B820A
Black with #5B820A
Text Example
Text Example
White with #5B820A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B820A; }
p { color: rgb(91,130,10); }
H1.HeaderClassName
{
color: #5B820A;
}
.AnyTagClassName
{
color: #5B820A;
}
</style>
background-color css
<style>
a { background-color: #5B820A; }
a { background-color: rgb(91,130,10); }
div.DivClassName
{
background-color: #5B820A;
}
.BgClassName
{
background-color: #5B820A;
}
</style>
border-color css
<style>
span { border-color: #5B820A; }
span { border-color: rgb(91,130,10); }
td.TdClassName
{
border-color: #5B820A;
}
.TagClassName
{
border-color: #5B820A;
}
</style>