Shades of Mineral Green #5E7061
Tints of Mineral Green #5E7061
RGB
CMYK
RGB Variations
Color information
#5E7061 (or 0x5E7061) is known color: Mineral Green. HEX triplet: 5E, 70 and 61. RGB value is (94,112,97). Sum of RGB (Red+Green+Blue) = 94+112+97=303 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.02% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 112 - color contains mainly: green. Hex color #5E7061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7061 is #A18F9E. Grayscale: #686868. Windows color (decimal): -10588063 or 6385758. OLE color: 6385758.
HSL color Cylindrical-coordinate representation of color #5E7061: hue angle of 130º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5E7061 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 112 | 97 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.56 |
| HSL | 130º | 0.09% | 0.4% | - |
| HSV(B) | 130º | 0.16% | 0.44% | - |
| XYZ | 12.57 | 14.83 | 13.51 | - |
| YUV | 104.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 112 | 97 | 0.16 | 0 | 0.13 | 0.56 | 130 | 0.09 | 0.4 |
| Hex | 5E | 70 | 61 | 10 | 0 | D | 38 | 82 | 9 | 28 |
| Octal | 136 | 160 | 141 | 20 | 0 | 15 | 70 | 202 | 11 | 50 |
| Binary | 1011110 | 1110000 | 1100001 | 10000 | 0 | 1101 | 111000 | 10000010 | 1001 | 101000 |
Color Harmonies of #5E7061
Complementary color
Monochromatic Colors of #5E7061
Black with #5E7061
Text Example
Text Example
White with #5E7061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7061; }
p { color: rgb(94,112,97); }
H1.HeaderClassName
{
color: #5E7061;
}
.AnyTagClassName
{
color: #5E7061;
}
</style>
background-color css
<style>
a { background-color: #5E7061; }
a { background-color: rgb(94,112,97); }
div.DivClassName
{
background-color: #5E7061;
}
.BgClassName
{
background-color: #5E7061;
}
</style>
border-color css
<style>
span { border-color: #5E7061; }
span { border-color: rgb(94,112,97); }
td.TdClassName
{
border-color: #5E7061;
}
.TagClassName
{
border-color: #5E7061;
}
</style>