Shades of Olive Drab #5D831F
Tints of Olive Drab #5D831F
RGB
CMYK
RGB Variations
Color information
#5D831F (or 0x5D831F) is known color: Olive Drab. HEX triplet: 5D, 83 and 1F. RGB value is (93,131,31). Sum of RGB (Red+Green+Blue) = 93+131+31=255 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.47% from 255); Green value is 131 (51.56% from 255 or 51.37% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 131 - color contains mainly: green. Hex color #5D831F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D831F is #A27CE0. Grayscale: #6C6C6C. Windows color (decimal): -10648801 or 2065245. OLE color: 2065245.
HSL color Cylindrical-coordinate representation of color #5D831F: hue angle of 82.8º degrees, saturation: 0.62, 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 #5D831F is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 93 | 131 | 31 | - |
| CMYK | 0.29 | 0 | 0.76 | 0.49 |
| HSL | 82.8º | 0.62% | 0.32% | - |
| HSV(B) | 82.8º | 0.76% | 0.51% | - |
| XYZ | 12.88 | 18.66 | 4.22 | - |
| YUV | 108.24 | 84.41 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 131 | 31 | 0.29 | 0 | 0.76 | 0.49 | 82.8 | 0.62 | 0.32 |
| Hex | 5D | 83 | 1F | 1D | 0 | 4C | 31 | 53 | 3E | 20 |
| Octal | 135 | 203 | 37 | 35 | 0 | 114 | 61 | 123 | 76 | 40 |
| Binary | 1011101 | 10000011 | 11111 | 11101 | 0 | 1001100 | 110001 | 1010011 | 111110 | 100000 |
Color Harmonies of #5D831F
Complementary color
Monochromatic Colors of #5D831F
Black with #5D831F
Text Example
Text Example
White with #5D831F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D831F; }
p { color: rgb(93,131,31); }
H1.HeaderClassName
{
color: #5D831F;
}
.AnyTagClassName
{
color: #5D831F;
}
</style>
background-color css
<style>
a { background-color: #5D831F; }
a { background-color: rgb(93,131,31); }
div.DivClassName
{
background-color: #5D831F;
}
.BgClassName
{
background-color: #5D831F;
}
</style>
border-color css
<style>
span { border-color: #5D831F; }
span { border-color: rgb(93,131,31); }
td.TdClassName
{
border-color: #5D831F;
}
.TagClassName
{
border-color: #5D831F;
}
</style>