Shades of Olive Drab #5E841D
Tints of Olive Drab #5E841D
RGB
CMYK
RGB Variations
Color information
#5E841D (or 0x5E841D) is known color: Olive Drab. HEX triplet: 5E, 84 and 1D. RGB value is (94,132,29). Sum of RGB (Red+Green+Blue) = 94+132+29=255 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.86% from 255); Green value is 132 (51.95% from 255 or 51.76% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 132 - color contains mainly: green. Hex color #5E841D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E841D is #A17BE2. Grayscale: #6D6D6D. Windows color (decimal): -10583011 or 1934430. OLE color: 1934430.
HSL color Cylindrical-coordinate representation of color #5E841D: hue angle of 82.14º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E841D is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 132 | 29 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.48 |
| HSL | 82.14º | 0.64% | 0.32% | - |
| HSV(B) | 82.14º | 0.78% | 0.52% | - |
| XYZ | 13.09 | 18.97 | 4.13 | - |
| YUV | 108.9 | 82.91 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 132 | 29 | 0.29 | 0 | 0.78 | 0.48 | 82.14 | 0.64 | 0.32 |
| Hex | 5E | 84 | 1D | 1D | 0 | 4E | 30 | 52 | 40 | 20 |
| Octal | 136 | 204 | 35 | 35 | 0 | 116 | 60 | 122 | 100 | 40 |
| Binary | 1011110 | 10000100 | 11101 | 11101 | 0 | 1001110 | 110000 | 1010010 | 1000000 | 100000 |
Color Harmonies of #5E841D
Complementary color
Monochromatic Colors of #5E841D
Black with #5E841D
Text Example
Text Example
White with #5E841D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E841D; }
p { color: rgb(94,132,29); }
H1.HeaderClassName
{
color: #5E841D;
}
.AnyTagClassName
{
color: #5E841D;
}
</style>
background-color css
<style>
a { background-color: #5E841D; }
a { background-color: rgb(94,132,29); }
div.DivClassName
{
background-color: #5E841D;
}
.BgClassName
{
background-color: #5E841D;
}
</style>
border-color css
<style>
span { border-color: #5E841D; }
span { border-color: rgb(94,132,29); }
td.TdClassName
{
border-color: #5E841D;
}
.TagClassName
{
border-color: #5E841D;
}
</style>