Shades of Mineral Green #5F7162
Tints of Mineral Green #5F7162
RGB
CMYK
RGB Variations
Color information
#5F7162 (or 0x5F7162) is known color: Mineral Green. HEX triplet: 5F, 71 and 62. RGB value is (95,113,98). Sum of RGB (Red+Green+Blue) = 95+113+98=306 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.05% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 113 - color contains mainly: green. Hex color #5F7162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7162 is #A08E9D. Grayscale: #696969. Windows color (decimal): -10522270 or 6451551. OLE color: 6451551.
HSL color Cylindrical-coordinate representation of color #5F7162: hue angle of 130º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5F7162 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 113 | 98 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.56 |
| HSL | 130º | 0.09% | 0.41% | - |
| HSV(B) | 130º | 0.16% | 0.44% | - |
| XYZ | 12.83 | 15.12 | 13.8 | - |
| YUV | 105.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 113 | 98 | 0.16 | 0 | 0.13 | 0.56 | 130 | 0.09 | 0.41 |
| Hex | 5F | 71 | 62 | 10 | 0 | D | 38 | 82 | 9 | 29 |
| Octal | 137 | 161 | 142 | 20 | 0 | 15 | 70 | 202 | 11 | 51 |
| Binary | 1011111 | 1110001 | 1100010 | 10000 | 0 | 1101 | 111000 | 10000010 | 1001 | 101001 |
Color Harmonies of #5F7162
Complementary color
Monochromatic Colors of #5F7162
Black with #5F7162
Text Example
Text Example
White with #5F7162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7162; }
p { color: rgb(95,113,98); }
H1.HeaderClassName
{
color: #5F7162;
}
.AnyTagClassName
{
color: #5F7162;
}
</style>
background-color css
<style>
a { background-color: #5F7162; }
a { background-color: rgb(95,113,98); }
div.DivClassName
{
background-color: #5F7162;
}
.BgClassName
{
background-color: #5F7162;
}
</style>
border-color css
<style>
span { border-color: #5F7162; }
span { border-color: rgb(95,113,98); }
td.TdClassName
{
border-color: #5F7162;
}
.TagClassName
{
border-color: #5F7162;
}
</style>