Shades of Olive Drab #5B8204
Tints of Olive Drab #5B8204
RGB
CMYK
RGB Variations
Color information
#5B8204 (or 0x5B8204) is known color: Olive Drab. HEX triplet: 5B, 82 and 04. RGB value is (91,130,4). Sum of RGB (Red+Green+Blue) = 91+130+4=225 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.44% from 225); Green value is 130 (51.17% from 255 or 57.78% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 130 - color contains mainly: green. Hex color #5B8204 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B8204 is #A47DFB. Grayscale: #686868. Windows color (decimal): -10780156 or 295515. OLE color: 295515.
HSL color Cylindrical-coordinate representation of color #5B8204: hue angle of 78.57º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B8204 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 130 | 4 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.49 |
| HSL | 78.57º | 0.94% | 0.26% | - |
| HSV(B) | 78.57º | 0.97% | 0.51% | - |
| XYZ | 12.32 | 18.2 | 2.98 | - |
| YUV | 103.98 | 71.58 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 130 | 4 | 0.30 | 0 | 0.97 | 0.49 | 78.57 | 0.94 | 0.26 |
| Hex | 5B | 82 | 4 | 1E | 0 | 61 | 31 | 4F | 5E | 1A |
| Octal | 133 | 202 | 4 | 36 | 0 | 141 | 61 | 117 | 136 | 32 |
| Binary | 1011011 | 10000010 | 100 | 11110 | 0 | 1100001 | 110001 | 1001111 | 1011110 | 11010 |
Color Harmonies of #5B8204
Complementary color
Monochromatic Colors of #5B8204
Black with #5B8204
Text Example
Text Example
White with #5B8204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8204; }
p { color: rgb(91,130,4); }
H1.HeaderClassName
{
color: #5B8204;
}
.AnyTagClassName
{
color: #5B8204;
}
</style>
background-color css
<style>
a { background-color: #5B8204; }
a { background-color: rgb(91,130,4); }
div.DivClassName
{
background-color: #5B8204;
}
.BgClassName
{
background-color: #5B8204;
}
</style>
border-color css
<style>
span { border-color: #5B8204; }
span { border-color: rgb(91,130,4); }
td.TdClassName
{
border-color: #5B8204;
}
.TagClassName
{
border-color: #5B8204;
}
</style>