Shades of Mineral Green #59715D
Tints of Mineral Green #59715D
RGB
CMYK
RGB Variations
Color information
#59715D (or 0x59715D) is known color: Mineral Green. HEX triplet: 59, 71 and 5D. RGB value is (89,113,93). Sum of RGB (Red+Green+Blue) = 89+113+93=295 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.17% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 113 - color contains mainly: green. Hex color #59715D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59715D is #A68EA2. Grayscale: #676767. Windows color (decimal): -10915491 or 6123865. OLE color: 6123865.
HSL color Cylindrical-coordinate representation of color #59715D: hue angle of 130º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #59715D is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 113 | 93 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.56 |
| HSL | 130º | 0.12% | 0.4% | - |
| HSV(B) | 130º | 0.21% | 0.44% | - |
| XYZ | 12 | 14.72 | 12.57 | - |
| YUV | 103.54 | 122.05 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 113 | 93 | 0.21 | 0 | 0.18 | 0.56 | 130 | 0.12 | 0.4 |
| Hex | 59 | 71 | 5D | 15 | 0 | 12 | 38 | 82 | C | 28 |
| Octal | 131 | 161 | 135 | 25 | 0 | 22 | 70 | 202 | 14 | 50 |
| Binary | 1011001 | 1110001 | 1011101 | 10101 | 0 | 10010 | 111000 | 10000010 | 1100 | 101000 |
Color Harmonies of #59715D
Complementary color
Monochromatic Colors of #59715D
Black with #59715D
Text Example
Text Example
White with #59715D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59715D; }
p { color: rgb(89,113,93); }
H1.HeaderClassName
{
color: #59715D;
}
.AnyTagClassName
{
color: #59715D;
}
</style>
background-color css
<style>
a { background-color: #59715D; }
a { background-color: rgb(89,113,93); }
div.DivClassName
{
background-color: #59715D;
}
.BgClassName
{
background-color: #59715D;
}
</style>
border-color css
<style>
span { border-color: #59715D; }
span { border-color: rgb(89,113,93); }
td.TdClassName
{
border-color: #59715D;
}
.TagClassName
{
border-color: #59715D;
}
</style>