Shades of Olive Drab #5E8320
Tints of Olive Drab #5E8320
RGB
CMYK
RGB Variations
Color information
#5E8320 (or 0x5E8320) is known color: Olive Drab. HEX triplet: 5E, 83 and 20. RGB value is (94,131,32). Sum of RGB (Red+Green+Blue) = 94+131+32=257 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.58% from 257); Green value is 131 (51.56% from 255 or 50.97% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 131 - color contains mainly: green. Hex color #5E8320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8320 is #A17CDF. Grayscale: #6D6D6D. Windows color (decimal): -10583264 or 2130782. OLE color: 2130782.
HSL color Cylindrical-coordinate representation of color #5E8320: hue angle of 82.42º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E8320 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 131 | 32 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.49 |
| HSL | 82.42º | 0.61% | 0.32% | - |
| HSV(B) | 82.42º | 0.76% | 0.51% | - |
| XYZ | 12.99 | 18.72 | 4.29 | - |
| YUV | 108.65 | 84.74 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 131 | 32 | 0.28 | 0 | 0.76 | 0.49 | 82.42 | 0.61 | 0.32 |
| Hex | 5E | 83 | 20 | 1C | 0 | 4C | 31 | 52 | 3D | 20 |
| Octal | 136 | 203 | 40 | 34 | 0 | 114 | 61 | 122 | 75 | 40 |
| Binary | 1011110 | 10000011 | 100000 | 11100 | 0 | 1001100 | 110001 | 1010010 | 111101 | 100000 |
Color Harmonies of #5E8320
Complementary color
Monochromatic Colors of #5E8320
Black with #5E8320
Text Example
Text Example
White with #5E8320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8320; }
p { color: rgb(94,131,32); }
H1.HeaderClassName
{
color: #5E8320;
}
.AnyTagClassName
{
color: #5E8320;
}
</style>
background-color css
<style>
a { background-color: #5E8320; }
a { background-color: rgb(94,131,32); }
div.DivClassName
{
background-color: #5E8320;
}
.BgClassName
{
background-color: #5E8320;
}
</style>
border-color css
<style>
span { border-color: #5E8320; }
span { border-color: rgb(94,131,32); }
td.TdClassName
{
border-color: #5E8320;
}
.TagClassName
{
border-color: #5E8320;
}
</style>