Shades of Dark Olive Green #5E7530
Tints of Dark Olive Green #5E7530
RGB
CMYK
RGB Variations
Color information
#5E7530 (or 0x5E7530) is known color: Dark Olive Green. HEX triplet: 5E, 75 and 30. RGB value is (94,117,48). Sum of RGB (Red+Green+Blue) = 94+117+48=259 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.29% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 117 - color contains mainly: green. Hex color #5E7530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7530 is #A18ACF. Grayscale: #666666. Windows color (decimal): -10586832 or 3175774. OLE color: 3175774.
HSL color Cylindrical-coordinate representation of color #5E7530: hue angle of 80º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5E7530 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 117 | 48 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.54 |
| HSL | 80º | 0.42% | 0.32% | - |
| HSV(B) | 80º | 0.59% | 0.46% | - |
| XYZ | 11.51 | 15.32 | 5.15 | - |
| YUV | 102.26 | 97.38 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 117 | 48 | 0.20 | 0 | 0.59 | 0.54 | 80 | 0.42 | 0.32 |
| Hex | 5E | 75 | 30 | 14 | 0 | 3B | 36 | 50 | 2A | 20 |
| Octal | 136 | 165 | 60 | 24 | 0 | 73 | 66 | 120 | 52 | 40 |
| Binary | 1011110 | 1110101 | 110000 | 10100 | 0 | 111011 | 110110 | 1010000 | 101010 | 100000 |
Color Harmonies of #5E7530
Complementary color
Monochromatic Colors of #5E7530
Black with #5E7530
Text Example
Text Example
White with #5E7530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7530; }
p { color: rgb(94,117,48); }
H1.HeaderClassName
{
color: #5E7530;
}
.AnyTagClassName
{
color: #5E7530;
}
</style>
background-color css
<style>
a { background-color: #5E7530; }
a { background-color: rgb(94,117,48); }
div.DivClassName
{
background-color: #5E7530;
}
.BgClassName
{
background-color: #5E7530;
}
</style>
border-color css
<style>
span { border-color: #5E7530; }
span { border-color: rgb(94,117,48); }
td.TdClassName
{
border-color: #5E7530;
}
.TagClassName
{
border-color: #5E7530;
}
</style>