Shades of Dark Olive Green #5E782A
Tints of Dark Olive Green #5E782A
RGB
CMYK
RGB Variations
Color information
#5E782A (or 0x5E782A) is known color: Dark Olive Green. HEX triplet: 5E, 78 and 2A. RGB value is (94,120,42). Sum of RGB (Red+Green+Blue) = 94+120+42=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 120 (47.27% from 255 or 46.88% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 120 - color contains mainly: green. Hex color #5E782A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E782A is #A187D5. Grayscale: #676767. Windows color (decimal): -10586070 or 2783326. OLE color: 2783326.
HSL color Cylindrical-coordinate representation of color #5E782A: hue angle of 80º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E782A is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 120 | 42 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.53 |
| HSL | 80º | 0.48% | 0.32% | - |
| HSV(B) | 80º | 0.65% | 0.47% | - |
| XYZ | 11.75 | 15.98 | 4.66 | - |
| YUV | 103.33 | 93.39 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 120 | 42 | 0.22 | 0 | 0.65 | 0.53 | 80 | 0.48 | 0.32 |
| Hex | 5E | 78 | 2A | 16 | 0 | 41 | 35 | 50 | 30 | 20 |
| Octal | 136 | 170 | 52 | 26 | 0 | 101 | 65 | 120 | 60 | 40 |
| Binary | 1011110 | 1111000 | 101010 | 10110 | 0 | 1000001 | 110101 | 1010000 | 110000 | 100000 |
Color Harmonies of #5E782A
Complementary color
Monochromatic Colors of #5E782A
Black with #5E782A
Text Example
Text Example
White with #5E782A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E782A; }
p { color: rgb(94,120,42); }
H1.HeaderClassName
{
color: #5E782A;
}
.AnyTagClassName
{
color: #5E782A;
}
</style>
background-color css
<style>
a { background-color: #5E782A; }
a { background-color: rgb(94,120,42); }
div.DivClassName
{
background-color: #5E782A;
}
.BgClassName
{
background-color: #5E782A;
}
</style>
border-color css
<style>
span { border-color: #5E782A; }
span { border-color: rgb(94,120,42); }
td.TdClassName
{
border-color: #5E782A;
}
.TagClassName
{
border-color: #5E782A;
}
</style>