Shades of Mineral Green #58715D
Tints of Mineral Green #58715D
RGB
CMYK
RGB Variations
Color information
#58715D (or 0x58715D) is known color: Mineral Green. HEX triplet: 58, 71 and 5D. RGB value is (88,113,93). Sum of RGB (Red+Green+Blue) = 88+113+93=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 113 - color contains mainly: green. Hex color #58715D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58715D is #A78EA2. Grayscale: #676767. Windows color (decimal): -10981027 or 6123864. OLE color: 6123864.
HSL color Cylindrical-coordinate representation of color #58715D: hue angle of 132º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #58715D is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 113 | 93 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.56 |
| HSL | 132º | 0.12% | 0.39% | - |
| HSV(B) | 132º | 0.22% | 0.44% | - |
| XYZ | 11.91 | 14.68 | 12.56 | - |
| YUV | 103.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 113 | 93 | 0.22 | 0 | 0.18 | 0.56 | 132 | 0.12 | 0.39 |
| Hex | 58 | 71 | 5D | 16 | 0 | 12 | 38 | 84 | C | 27 |
| Octal | 130 | 161 | 135 | 26 | 0 | 22 | 70 | 204 | 14 | 47 |
| Binary | 1011000 | 1110001 | 1011101 | 10110 | 0 | 10010 | 111000 | 10000100 | 1100 | 100111 |
Color Harmonies of #58715D
Complementary color
Monochromatic Colors of #58715D
Black with #58715D
Text Example
Text Example
White with #58715D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58715D; }
p { color: rgb(88,113,93); }
H1.HeaderClassName
{
color: #58715D;
}
.AnyTagClassName
{
color: #58715D;
}
</style>
background-color css
<style>
a { background-color: #58715D; }
a { background-color: rgb(88,113,93); }
div.DivClassName
{
background-color: #58715D;
}
.BgClassName
{
background-color: #58715D;
}
</style>
border-color css
<style>
span { border-color: #58715D; }
span { border-color: rgb(88,113,93); }
td.TdClassName
{
border-color: #58715D;
}
.TagClassName
{
border-color: #58715D;
}
</style>