Shades of Olive Drab #5E831F
Tints of Olive Drab #5E831F
RGB
CMYK
RGB Variations
Color information
#5E831F (or 0x5E831F) is known color: Olive Drab. HEX triplet: 5E, 83 and 1F. RGB value is (94,131,31). Sum of RGB (Red+Green+Blue) = 94+131+31=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 131 (51.56% from 255 or 51.17% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 131 - color contains mainly: green. Hex color #5E831F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E831F is #A17CE0. Grayscale: #6C6C6C. Windows color (decimal): -10583265 or 2065246. OLE color: 2065246.
HSL color Cylindrical-coordinate representation of color #5E831F: hue angle of 82.2º 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 #5E831F is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 131 | 31 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.49 |
| HSL | 82.2º | 0.62% | 0.32% | - |
| HSV(B) | 82.2º | 0.76% | 0.51% | - |
| XYZ | 12.98 | 18.71 | 4.22 | - |
| YUV | 108.54 | 84.24 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 131 | 31 | 0.28 | 0 | 0.76 | 0.49 | 82.2 | 0.62 | 0.32 |
| Hex | 5E | 83 | 1F | 1C | 0 | 4C | 31 | 52 | 3E | 20 |
| Octal | 136 | 203 | 37 | 34 | 0 | 114 | 61 | 122 | 76 | 40 |
| Binary | 1011110 | 10000011 | 11111 | 11100 | 0 | 1001100 | 110001 | 1010010 | 111110 | 100000 |
Color Harmonies of #5E831F
Complementary color
Monochromatic Colors of #5E831F
Black with #5E831F
Text Example
Text Example
White with #5E831F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E831F; }
p { color: rgb(94,131,31); }
H1.HeaderClassName
{
color: #5E831F;
}
.AnyTagClassName
{
color: #5E831F;
}
</style>
background-color css
<style>
a { background-color: #5E831F; }
a { background-color: rgb(94,131,31); }
div.DivClassName
{
background-color: #5E831F;
}
.BgClassName
{
background-color: #5E831F;
}
</style>
border-color css
<style>
span { border-color: #5E831F; }
span { border-color: rgb(94,131,31); }
td.TdClassName
{
border-color: #5E831F;
}
.TagClassName
{
border-color: #5E831F;
}
</style>