Shades of Dark Olive Green #59752B
Tints of Dark Olive Green #59752B
RGB
CMYK
RGB Variations
Color information
#59752B (or 0x59752B) is known color: Dark Olive Green. HEX triplet: 59, 75 and 2B. RGB value is (89,117,43). Sum of RGB (Red+Green+Blue) = 89+117+43=249 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.74% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 117 - color contains mainly: green. Hex color #59752B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59752B is #A68AD4. Grayscale: #646464. Windows color (decimal): -10914517 or 2848089. OLE color: 2848089.
HSL color Cylindrical-coordinate representation of color #59752B: hue angle of 82.7º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59752B is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 89 | 117 | 43 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.54 |
| HSL | 82.7º | 0.46% | 0.31% | - |
| HSV(B) | 82.7º | 0.63% | 0.46% | - |
| XYZ | 10.92 | 15.02 | 4.61 | - |
| YUV | 100.19 | 95.72 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 117 | 43 | 0.24 | 0 | 0.63 | 0.54 | 82.7 | 0.46 | 0.31 |
| Hex | 59 | 75 | 2B | 18 | 0 | 3F | 36 | 53 | 2E | 1F |
| Octal | 131 | 165 | 53 | 30 | 0 | 77 | 66 | 123 | 56 | 37 |
| Binary | 1011001 | 1110101 | 101011 | 11000 | 0 | 111111 | 110110 | 1010011 | 101110 | 11111 |
Color Harmonies of #59752B
Complementary color
Monochromatic Colors of #59752B
Black with #59752B
Text Example
Text Example
White with #59752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59752B; }
p { color: rgb(89,117,43); }
H1.HeaderClassName
{
color: #59752B;
}
.AnyTagClassName
{
color: #59752B;
}
</style>
background-color css
<style>
a { background-color: #59752B; }
a { background-color: rgb(89,117,43); }
div.DivClassName
{
background-color: #59752B;
}
.BgClassName
{
background-color: #59752B;
}
</style>
border-color css
<style>
span { border-color: #59752B; }
span { border-color: rgb(89,117,43); }
td.TdClassName
{
border-color: #59752B;
}
.TagClassName
{
border-color: #59752B;
}
</style>