Shades of Dark Olive Green #5E782B
Tints of Dark Olive Green #5E782B
RGB
CMYK
RGB Variations
Color information
#5E782B (or 0x5E782B) is known color: Dark Olive Green. HEX triplet: 5E, 78 and 2B. RGB value is (94,120,43). Sum of RGB (Red+Green+Blue) = 94+120+43=257 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.58% from 257); Green value is 120 (47.27% from 255 or 46.69% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 120 - color contains mainly: green. Hex color #5E782B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E782B is #A187D4. Grayscale: #676767. Windows color (decimal): -10586069 or 2848862. OLE color: 2848862.
HSL color Cylindrical-coordinate representation of color #5E782B: hue angle of 80.26º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E782B is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 120 | 43 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.53 |
| HSL | 80.26º | 0.47% | 0.32% | - |
| HSV(B) | 80.26º | 0.64% | 0.47% | - |
| XYZ | 11.77 | 15.99 | 4.75 | - |
| YUV | 103.45 | 93.89 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 120 | 43 | 0.22 | 0 | 0.64 | 0.53 | 80.26 | 0.47 | 0.32 |
| Hex | 5E | 78 | 2B | 16 | 0 | 40 | 35 | 50 | 2F | 20 |
| Octal | 136 | 170 | 53 | 26 | 0 | 100 | 65 | 120 | 57 | 40 |
| Binary | 1011110 | 1111000 | 101011 | 10110 | 0 | 1000000 | 110101 | 1010000 | 101111 | 100000 |
Color Harmonies of #5E782B
Complementary color
Monochromatic Colors of #5E782B
Black with #5E782B
Text Example
Text Example
White with #5E782B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E782B; }
p { color: rgb(94,120,43); }
H1.HeaderClassName
{
color: #5E782B;
}
.AnyTagClassName
{
color: #5E782B;
}
</style>
background-color css
<style>
a { background-color: #5E782B; }
a { background-color: rgb(94,120,43); }
div.DivClassName
{
background-color: #5E782B;
}
.BgClassName
{
background-color: #5E782B;
}
</style>
border-color css
<style>
span { border-color: #5E782B; }
span { border-color: rgb(94,120,43); }
td.TdClassName
{
border-color: #5E782B;
}
.TagClassName
{
border-color: #5E782B;
}
</style>