Shades of Dark Olive Green #5E7133
Tints of Dark Olive Green #5E7133
RGB
CMYK
RGB Variations
Color information
#5E7133 (or 0x5E7133) is known color: Dark Olive Green. HEX triplet: 5E, 71 and 33. RGB value is (94,113,51). Sum of RGB (Red+Green+Blue) = 94+113+51=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 113 - color contains mainly: green. Hex color #5E7133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7133 is #A18ECC. Grayscale: #646464. Windows color (decimal): -10587853 or 3371358. OLE color: 3371358.
HSL color Cylindrical-coordinate representation of color #5E7133: hue angle of 78.39º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E7133 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 113 | 51 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.56 |
| HSL | 78.39º | 0.38% | 0.32% | - |
| HSV(B) | 78.39º | 0.55% | 0.44% | - |
| XYZ | 11.12 | 14.43 | 5.33 | - |
| YUV | 100.25 | 100.21 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 113 | 51 | 0.17 | 0 | 0.55 | 0.56 | 78.39 | 0.38 | 0.32 |
| Hex | 5E | 71 | 33 | 11 | 0 | 37 | 38 | 4E | 26 | 20 |
| Octal | 136 | 161 | 63 | 21 | 0 | 67 | 70 | 116 | 46 | 40 |
| Binary | 1011110 | 1110001 | 110011 | 10001 | 0 | 110111 | 111000 | 1001110 | 100110 | 100000 |
Color Harmonies of #5E7133
Complementary color
Monochromatic Colors of #5E7133
Black with #5E7133
Text Example
Text Example
White with #5E7133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7133; }
p { color: rgb(94,113,51); }
H1.HeaderClassName
{
color: #5E7133;
}
.AnyTagClassName
{
color: #5E7133;
}
</style>
background-color css
<style>
a { background-color: #5E7133; }
a { background-color: rgb(94,113,51); }
div.DivClassName
{
background-color: #5E7133;
}
.BgClassName
{
background-color: #5E7133;
}
</style>
border-color css
<style>
span { border-color: #5E7133; }
span { border-color: rgb(94,113,51); }
td.TdClassName
{
border-color: #5E7133;
}
.TagClassName
{
border-color: #5E7133;
}
</style>