Shades of Dark Olive Green #5E782C
Tints of Dark Olive Green #5E782C
RGB
CMYK
RGB Variations
Color information
#5E782C (or 0x5E782C) is known color: Dark Olive Green. HEX triplet: 5E, 78 and 2C. RGB value is (94,120,44). Sum of RGB (Red+Green+Blue) = 94+120+44=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 120 (47.27% from 255 or 46.51% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 120 - color contains mainly: green. Hex color #5E782C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E782C is #A187D3. Grayscale: #676767. Windows color (decimal): -10586068 or 2914398. OLE color: 2914398.
HSL color Cylindrical-coordinate representation of color #5E782C: hue angle of 80.53º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E782C is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 120 | 44 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.53 |
| HSL | 80.53º | 0.46% | 0.32% | - |
| HSV(B) | 80.53º | 0.63% | 0.47% | - |
| XYZ | 11.79 | 15.99 | 4.85 | - |
| YUV | 103.56 | 94.39 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 120 | 44 | 0.22 | 0 | 0.63 | 0.53 | 80.53 | 0.46 | 0.32 |
| Hex | 5E | 78 | 2C | 16 | 0 | 3F | 35 | 51 | 2E | 20 |
| Octal | 136 | 170 | 54 | 26 | 0 | 77 | 65 | 121 | 56 | 40 |
| Binary | 1011110 | 1111000 | 101100 | 10110 | 0 | 111111 | 110101 | 1010001 | 101110 | 100000 |
Color Harmonies of #5E782C
Complementary color
Monochromatic Colors of #5E782C
Black with #5E782C
Text Example
Text Example
White with #5E782C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E782C; }
p { color: rgb(94,120,44); }
H1.HeaderClassName
{
color: #5E782C;
}
.AnyTagClassName
{
color: #5E782C;
}
</style>
background-color css
<style>
a { background-color: #5E782C; }
a { background-color: rgb(94,120,44); }
div.DivClassName
{
background-color: #5E782C;
}
.BgClassName
{
background-color: #5E782C;
}
</style>
border-color css
<style>
span { border-color: #5E782C; }
span { border-color: rgb(94,120,44); }
td.TdClassName
{
border-color: #5E782C;
}
.TagClassName
{
border-color: #5E782C;
}
</style>