Shades of Dark Olive Green #5E7130
Tints of Dark Olive Green #5E7130
RGB
CMYK
RGB Variations
Color information
#5E7130 (or 0x5E7130) is known color: Dark Olive Green. HEX triplet: 5E, 71 and 30. RGB value is (94,113,48). Sum of RGB (Red+Green+Blue) = 94+113+48=255 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.86% from 255); Green value is 113 (44.53% from 255 or 44.31% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 113 - color contains mainly: green. Hex color #5E7130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7130 is #A18ECF. Grayscale: #646464. Windows color (decimal): -10587856 or 3174750. OLE color: 3174750.
HSL color Cylindrical-coordinate representation of color #5E7130: hue angle of 77.54º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E7130 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 113 | 48 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.56 |
| HSL | 77.54º | 0.4% | 0.32% | - |
| HSV(B) | 77.54º | 0.58% | 0.44% | - |
| XYZ | 11.05 | 14.4 | 4.99 | - |
| YUV | 99.91 | 98.71 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 113 | 48 | 0.17 | 0 | 0.58 | 0.56 | 77.54 | 0.4 | 0.32 |
| Hex | 5E | 71 | 30 | 11 | 0 | 3A | 38 | 4E | 28 | 20 |
| Octal | 136 | 161 | 60 | 21 | 0 | 72 | 70 | 116 | 50 | 40 |
| Binary | 1011110 | 1110001 | 110000 | 10001 | 0 | 111010 | 111000 | 1001110 | 101000 | 100000 |
Color Harmonies of #5E7130
Complementary color
Monochromatic Colors of #5E7130
Black with #5E7130
Text Example
Text Example
White with #5E7130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7130; }
p { color: rgb(94,113,48); }
H1.HeaderClassName
{
color: #5E7130;
}
.AnyTagClassName
{
color: #5E7130;
}
</style>
background-color css
<style>
a { background-color: #5E7130; }
a { background-color: rgb(94,113,48); }
div.DivClassName
{
background-color: #5E7130;
}
.BgClassName
{
background-color: #5E7130;
}
</style>
border-color css
<style>
span { border-color: #5E7130; }
span { border-color: rgb(94,113,48); }
td.TdClassName
{
border-color: #5E7130;
}
.TagClassName
{
border-color: #5E7130;
}
</style>