Shades of Olive Drab #5D841E
Tints of Olive Drab #5D841E
RGB
CMYK
RGB Variations
Color information
#5D841E (or 0x5D841E) is known color: Olive Drab. HEX triplet: 5D, 84 and 1E. RGB value is (93,132,30). Sum of RGB (Red+Green+Blue) = 93+132+30=255 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.47% from 255); Green value is 132 (51.95% from 255 or 51.76% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 132 - color contains mainly: green. Hex color #5D841E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D841E is #A27BE1. Grayscale: #6D6D6D. Windows color (decimal): -10648546 or 1999965. OLE color: 1999965.
HSL color Cylindrical-coordinate representation of color #5D841E: hue angle of 82.94º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D841E is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 132 | 30 | - |
| CMYK | 0.30 | 0 | 0.77 | 0.48 |
| HSL | 82.94º | 0.63% | 0.32% | - |
| HSV(B) | 82.94º | 0.77% | 0.52% | - |
| XYZ | 13 | 18.92 | 4.2 | - |
| YUV | 108.71 | 83.58 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 132 | 30 | 0.30 | 0 | 0.77 | 0.48 | 82.94 | 0.63 | 0.32 |
| Hex | 5D | 84 | 1E | 1E | 0 | 4D | 30 | 53 | 3F | 20 |
| Octal | 135 | 204 | 36 | 36 | 0 | 115 | 60 | 123 | 77 | 40 |
| Binary | 1011101 | 10000100 | 11110 | 11110 | 0 | 1001101 | 110000 | 1010011 | 111111 | 100000 |
Color Harmonies of #5D841E
Complementary color
Monochromatic Colors of #5D841E
Black with #5D841E
Text Example
Text Example
White with #5D841E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D841E; }
p { color: rgb(93,132,30); }
H1.HeaderClassName
{
color: #5D841E;
}
.AnyTagClassName
{
color: #5D841E;
}
</style>
background-color css
<style>
a { background-color: #5D841E; }
a { background-color: rgb(93,132,30); }
div.DivClassName
{
background-color: #5D841E;
}
.BgClassName
{
background-color: #5D841E;
}
</style>
border-color css
<style>
span { border-color: #5D841E; }
span { border-color: rgb(93,132,30); }
td.TdClassName
{
border-color: #5D841E;
}
.TagClassName
{
border-color: #5D841E;
}
</style>