Shades of Olive Drab #5E8224
Tints of Olive Drab #5E8224
RGB
CMYK
RGB Variations
Color information
#5E8224 (or 0x5E8224) is known color: Olive Drab. HEX triplet: 5E, 82 and 24. RGB value is (94,130,36). Sum of RGB (Red+Green+Blue) = 94+130+36=260 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.15% from 260); Green value is 130 (51.17% from 255 or 50% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 130 - color contains mainly: green. Hex color #5E8224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8224 is #A17DDB. Grayscale: #6C6C6C. Windows color (decimal): -10583516 or 2392670. OLE color: 2392670.
HSL color Cylindrical-coordinate representation of color #5E8224: hue angle of 82.98º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E8224 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 130 | 36 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.49 |
| HSL | 82.98º | 0.57% | 0.33% | - |
| HSV(B) | 82.98º | 0.72% | 0.51% | - |
| XYZ | 12.92 | 18.47 | 4.55 | - |
| YUV | 108.52 | 87.07 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 130 | 36 | 0.28 | 0 | 0.72 | 0.49 | 82.98 | 0.57 | 0.33 |
| Hex | 5E | 82 | 24 | 1C | 0 | 48 | 31 | 53 | 39 | 21 |
| Octal | 136 | 202 | 44 | 34 | 0 | 110 | 61 | 123 | 71 | 41 |
| Binary | 1011110 | 10000010 | 100100 | 11100 | 0 | 1001000 | 110001 | 1010011 | 111001 | 100001 |
Color Harmonies of #5E8224
Complementary color
Monochromatic Colors of #5E8224
Black with #5E8224
Text Example
Text Example
White with #5E8224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8224; }
p { color: rgb(94,130,36); }
H1.HeaderClassName
{
color: #5E8224;
}
.AnyTagClassName
{
color: #5E8224;
}
</style>
background-color css
<style>
a { background-color: #5E8224; }
a { background-color: rgb(94,130,36); }
div.DivClassName
{
background-color: #5E8224;
}
.BgClassName
{
background-color: #5E8224;
}
</style>
border-color css
<style>
span { border-color: #5E8224; }
span { border-color: rgb(94,130,36); }
td.TdClassName
{
border-color: #5E8224;
}
.TagClassName
{
border-color: #5E8224;
}
</style>