Shades of Dark Olive Green #5D792A
Tints of Dark Olive Green #5D792A
RGB
CMYK
RGB Variations
Color information
#5D792A (or 0x5D792A) is known color: Dark Olive Green. HEX triplet: 5D, 79 and 2A. RGB value is (93,121,42). Sum of RGB (Red+Green+Blue) = 93+121+42=256 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.33% from 256); Green value is 121 (47.66% from 255 or 47.27% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 121 - color contains mainly: green. Hex color #5D792A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D792A is #A286D5. Grayscale: #676767. Windows color (decimal): -10651350 or 2783581. OLE color: 2783581.
HSL color Cylindrical-coordinate representation of color #5D792A: hue angle of 81.27º 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 #5D792A is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 121 | 42 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.53 |
| HSL | 81.27º | 0.48% | 0.32% | - |
| HSV(B) | 81.27º | 0.65% | 0.47% | - |
| XYZ | 11.77 | 16.17 | 4.69 | - |
| YUV | 103.62 | 93.22 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 121 | 42 | 0.23 | 0 | 0.65 | 0.53 | 81.27 | 0.48 | 0.32 |
| Hex | 5D | 79 | 2A | 17 | 0 | 41 | 35 | 51 | 30 | 20 |
| Octal | 135 | 171 | 52 | 27 | 0 | 101 | 65 | 121 | 60 | 40 |
| Binary | 1011101 | 1111001 | 101010 | 10111 | 0 | 1000001 | 110101 | 1010001 | 110000 | 100000 |
Color Harmonies of #5D792A
Complementary color
Monochromatic Colors of #5D792A
Black with #5D792A
Text Example
Text Example
White with #5D792A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D792A; }
p { color: rgb(93,121,42); }
H1.HeaderClassName
{
color: #5D792A;
}
.AnyTagClassName
{
color: #5D792A;
}
</style>
background-color css
<style>
a { background-color: #5D792A; }
a { background-color: rgb(93,121,42); }
div.DivClassName
{
background-color: #5D792A;
}
.BgClassName
{
background-color: #5D792A;
}
</style>
border-color css
<style>
span { border-color: #5D792A; }
span { border-color: rgb(93,121,42); }
td.TdClassName
{
border-color: #5D792A;
}
.TagClassName
{
border-color: #5D792A;
}
</style>