Shades of Mineral Green #5D7061
Tints of Mineral Green #5D7061
RGB
CMYK
RGB Variations
Color information
#5D7061 (or 0x5D7061) is known color: Mineral Green. HEX triplet: 5D, 70 and 61. RGB value is (93,112,97). Sum of RGB (Red+Green+Blue) = 93+112+97=302 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.79% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 112 - color contains mainly: green. Hex color #5D7061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7061 is #A28F9E. Grayscale: #686868. Windows color (decimal): -10653599 or 6385757. OLE color: 6385757.
HSL color Cylindrical-coordinate representation of color #5D7061: hue angle of 132.63º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5D7061 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 112 | 97 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.56 |
| HSL | 132.63º | 0.09% | 0.4% | - |
| HSV(B) | 132.63º | 0.17% | 0.44% | - |
| XYZ | 12.47 | 14.78 | 13.5 | - |
| YUV | 104.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 112 | 97 | 0.17 | 0 | 0.13 | 0.56 | 132.63 | 0.09 | 0.4 |
| Hex | 5D | 70 | 61 | 11 | 0 | D | 38 | 85 | 9 | 28 |
| Octal | 135 | 160 | 141 | 21 | 0 | 15 | 70 | 205 | 11 | 50 |
| Binary | 1011101 | 1110000 | 1100001 | 10001 | 0 | 1101 | 111000 | 10000101 | 1001 | 101000 |
Color Harmonies of #5D7061
Complementary color
Monochromatic Colors of #5D7061
Black with #5D7061
Text Example
Text Example
White with #5D7061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7061; }
p { color: rgb(93,112,97); }
H1.HeaderClassName
{
color: #5D7061;
}
.AnyTagClassName
{
color: #5D7061;
}
</style>
background-color css
<style>
a { background-color: #5D7061; }
a { background-color: rgb(93,112,97); }
div.DivClassName
{
background-color: #5D7061;
}
.BgClassName
{
background-color: #5D7061;
}
</style>
border-color css
<style>
span { border-color: #5D7061; }
span { border-color: rgb(93,112,97); }
td.TdClassName
{
border-color: #5D7061;
}
.TagClassName
{
border-color: #5D7061;
}
</style>