Shades of Mineral Green #59685E
Tints of Mineral Green #59685E
RGB
CMYK
RGB Variations
Color information
#59685E (or 0x59685E) is known color: Mineral Green. HEX triplet: 59, 68 and 5E. RGB value is (89,104,94). Sum of RGB (Red+Green+Blue) = 89+104+94=287 (38% of max value = 765). Red value is 89 (35.16% from 255 or 31.01% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 104 - color contains mainly: green. Hex color #59685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59685E is #A697A1. Grayscale: #626262. Windows color (decimal): -10917794 or 6187097. OLE color: 6187097.
HSL color Cylindrical-coordinate representation of color #59685E: hue angle of 140º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #59685E is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 89 | 104 | 94 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.59 |
| HSL | 140º | 0.08% | 0.38% | - |
| HSV(B) | 140º | 0.14% | 0.41% | - |
| XYZ | 11.09 | 12.83 | 12.48 | - |
| YUV | 98.38 | 125.53 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 104 | 94 | 0.14 | 0 | 0.10 | 0.59 | 140 | 0.08 | 0.38 |
| Hex | 59 | 68 | 5E | E | 0 | A | 3B | 8C | 8 | 26 |
| Octal | 131 | 150 | 136 | 16 | 0 | 12 | 73 | 214 | 10 | 46 |
| Binary | 1011001 | 1101000 | 1011110 | 1110 | 0 | 1010 | 111011 | 10001100 | 1000 | 100110 |
Color Harmonies of #59685E
Complementary color
Monochromatic Colors of #59685E
Black with #59685E
Text Example
Text Example
White with #59685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59685E; }
p { color: rgb(89,104,94); }
H1.HeaderClassName
{
color: #59685E;
}
.AnyTagClassName
{
color: #59685E;
}
</style>
background-color css
<style>
a { background-color: #59685E; }
a { background-color: rgb(89,104,94); }
div.DivClassName
{
background-color: #59685E;
}
.BgClassName
{
background-color: #59685E;
}
</style>
border-color css
<style>
span { border-color: #59685E; }
span { border-color: rgb(89,104,94); }
td.TdClassName
{
border-color: #59685E;
}
.TagClassName
{
border-color: #59685E;
}
</style>