Shades of Dark Olive Green #5E772C
Tints of Dark Olive Green #5E772C
RGB
CMYK
RGB Variations
Color information
#5E772C (or 0x5E772C) is known color: Dark Olive Green. HEX triplet: 5E, 77 and 2C. RGB value is (94,119,44). Sum of RGB (Red+Green+Blue) = 94+119+44=257 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.58% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #5E772C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E772C is #A188D3. Grayscale: #676767. Windows color (decimal): -10586324 or 2914142. OLE color: 2914142.
HSL color Cylindrical-coordinate representation of color #5E772C: hue angle of 80º 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 #5E772C is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 119 | 44 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.53 |
| HSL | 80º | 0.46% | 0.32% | - |
| HSV(B) | 80º | 0.63% | 0.47% | - |
| XYZ | 11.67 | 15.76 | 4.81 | - |
| YUV | 102.98 | 94.72 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 119 | 44 | 0.21 | 0 | 0.63 | 0.53 | 80 | 0.46 | 0.32 |
| Hex | 5E | 77 | 2C | 15 | 0 | 3F | 35 | 50 | 2E | 20 |
| Octal | 136 | 167 | 54 | 25 | 0 | 77 | 65 | 120 | 56 | 40 |
| Binary | 1011110 | 1110111 | 101100 | 10101 | 0 | 111111 | 110101 | 1010000 | 101110 | 100000 |
Color Harmonies of #5E772C
Complementary color
Monochromatic Colors of #5E772C
Black with #5E772C
Text Example
Text Example
White with #5E772C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E772C; }
p { color: rgb(94,119,44); }
H1.HeaderClassName
{
color: #5E772C;
}
.AnyTagClassName
{
color: #5E772C;
}
</style>
background-color css
<style>
a { background-color: #5E772C; }
a { background-color: rgb(94,119,44); }
div.DivClassName
{
background-color: #5E772C;
}
.BgClassName
{
background-color: #5E772C;
}
</style>
border-color css
<style>
span { border-color: #5E772C; }
span { border-color: rgb(94,119,44); }
td.TdClassName
{
border-color: #5E772C;
}
.TagClassName
{
border-color: #5E772C;
}
</style>