Shades of Dark Olive Green #5E7230
Tints of Dark Olive Green #5E7230
RGB
CMYK
RGB Variations
Color information
#5E7230 (or 0x5E7230) is known color: Dark Olive Green. HEX triplet: 5E, 72 and 30. RGB value is (94,114,48). Sum of RGB (Red+Green+Blue) = 94+114+48=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 114 - color contains mainly: green. Hex color #5E7230 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7230 is #A18DCF. Grayscale: #646464. Windows color (decimal): -10587600 or 3175006. OLE color: 3175006.
HSL color Cylindrical-coordinate representation of color #5E7230: hue angle of 78.18º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E7230 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 114 | 48 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.55 |
| HSL | 78.18º | 0.41% | 0.32% | - |
| HSV(B) | 78.18º | 0.58% | 0.45% | - |
| XYZ | 11.17 | 14.63 | 5.03 | - |
| YUV | 100.5 | 98.37 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 114 | 48 | 0.18 | 0 | 0.58 | 0.55 | 78.18 | 0.41 | 0.32 |
| Hex | 5E | 72 | 30 | 12 | 0 | 3A | 37 | 4E | 29 | 20 |
| Octal | 136 | 162 | 60 | 22 | 0 | 72 | 67 | 116 | 51 | 40 |
| Binary | 1011110 | 1110010 | 110000 | 10010 | 0 | 111010 | 110111 | 1001110 | 101001 | 100000 |
Color Harmonies of #5E7230
Complementary color
Monochromatic Colors of #5E7230
Black with #5E7230
Text Example
Text Example
White with #5E7230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7230; }
p { color: rgb(94,114,48); }
H1.HeaderClassName
{
color: #5E7230;
}
.AnyTagClassName
{
color: #5E7230;
}
</style>
background-color css
<style>
a { background-color: #5E7230; }
a { background-color: rgb(94,114,48); }
div.DivClassName
{
background-color: #5E7230;
}
.BgClassName
{
background-color: #5E7230;
}
</style>
border-color css
<style>
span { border-color: #5E7230; }
span { border-color: rgb(94,114,48); }
td.TdClassName
{
border-color: #5E7230;
}
.TagClassName
{
border-color: #5E7230;
}
</style>