Shades of Olive Drab #5D831E
Tints of Olive Drab #5D831E
RGB
CMYK
RGB Variations
Color information
#5D831E (or 0x5D831E) is known color: Olive Drab. HEX triplet: 5D, 83 and 1E. RGB value is (93,131,30). Sum of RGB (Red+Green+Blue) = 93+131+30=254 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.61% from 254); Green value is 131 (51.56% from 255 or 51.57% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 131 - color contains mainly: green. Hex color #5D831E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D831E is #A27CE1. Grayscale: #6C6C6C. Windows color (decimal): -10648802 or 1999709. OLE color: 1999709.
HSL color Cylindrical-coordinate representation of color #5D831E: hue angle of 82.57º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D831E is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 93 | 131 | 30 | - |
| CMYK | 0.29 | 0 | 0.77 | 0.49 |
| HSL | 82.57º | 0.63% | 0.32% | - |
| HSV(B) | 82.57º | 0.77% | 0.51% | - |
| XYZ | 12.86 | 18.65 | 4.15 | - |
| YUV | 108.12 | 83.91 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 131 | 30 | 0.29 | 0 | 0.77 | 0.49 | 82.57 | 0.63 | 0.32 |
| Hex | 5D | 83 | 1E | 1D | 0 | 4D | 31 | 53 | 3F | 20 |
| Octal | 135 | 203 | 36 | 35 | 0 | 115 | 61 | 123 | 77 | 40 |
| Binary | 1011101 | 10000011 | 11110 | 11101 | 0 | 1001101 | 110001 | 1010011 | 111111 | 100000 |
Color Harmonies of #5D831E
Complementary color
Monochromatic Colors of #5D831E
Black with #5D831E
Text Example
Text Example
White with #5D831E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D831E; }
p { color: rgb(93,131,30); }
H1.HeaderClassName
{
color: #5D831E;
}
.AnyTagClassName
{
color: #5D831E;
}
</style>
background-color css
<style>
a { background-color: #5D831E; }
a { background-color: rgb(93,131,30); }
div.DivClassName
{
background-color: #5D831E;
}
.BgClassName
{
background-color: #5D831E;
}
</style>
border-color css
<style>
span { border-color: #5D831E; }
span { border-color: rgb(93,131,30); }
td.TdClassName
{
border-color: #5D831E;
}
.TagClassName
{
border-color: #5D831E;
}
</style>