Shades of Dark Olive Green #5E792B
Tints of Dark Olive Green #5E792B
RGB
CMYK
RGB Variations
Color information
#5E792B (or 0x5E792B) is known color: Dark Olive Green. HEX triplet: 5E, 79 and 2B. RGB value is (94,121,43). Sum of RGB (Red+Green+Blue) = 94+121+43=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 121 (47.66% from 255 or 46.90% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 121 - color contains mainly: green. Hex color #5E792B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E792B is #A186D4. Grayscale: #686868. Windows color (decimal): -10585813 or 2849118. OLE color: 2849118.
HSL color Cylindrical-coordinate representation of color #5E792B: hue angle of 80.77º degrees, saturation: 0.48, 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 #5E792B is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 121 | 43 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.53 |
| HSL | 80.77º | 0.48% | 0.32% | - |
| HSV(B) | 80.77º | 0.64% | 0.47% | - |
| XYZ | 11.89 | 16.23 | 4.79 | - |
| YUV | 104.04 | 93.55 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 121 | 43 | 0.22 | 0 | 0.64 | 0.53 | 80.77 | 0.48 | 0.32 |
| Hex | 5E | 79 | 2B | 16 | 0 | 40 | 35 | 51 | 30 | 20 |
| Octal | 136 | 171 | 53 | 26 | 0 | 100 | 65 | 121 | 60 | 40 |
| Binary | 1011110 | 1111001 | 101011 | 10110 | 0 | 1000000 | 110101 | 1010001 | 110000 | 100000 |
Color Harmonies of #5E792B
Complementary color
Monochromatic Colors of #5E792B
Black with #5E792B
Text Example
Text Example
White with #5E792B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E792B; }
p { color: rgb(94,121,43); }
H1.HeaderClassName
{
color: #5E792B;
}
.AnyTagClassName
{
color: #5E792B;
}
</style>
background-color css
<style>
a { background-color: #5E792B; }
a { background-color: rgb(94,121,43); }
div.DivClassName
{
background-color: #5E792B;
}
.BgClassName
{
background-color: #5E792B;
}
</style>
border-color css
<style>
span { border-color: #5E792B; }
span { border-color: rgb(94,121,43); }
td.TdClassName
{
border-color: #5E792B;
}
.TagClassName
{
border-color: #5E792B;
}
</style>