Shades of Mineral Green #5C7160
Tints of Mineral Green #5C7160
RGB
CMYK
RGB Variations
Color information
#5C7160 (or 0x5C7160) is known color: Mineral Green. HEX triplet: 5C, 71 and 60. RGB value is (92,113,96). Sum of RGB (Red+Green+Blue) = 92+113+96=301 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.56% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 113 - color contains mainly: green. Hex color #5C7160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7160 is #A38E9F. Grayscale: #686868. Windows color (decimal): -10718880 or 6320476. OLE color: 6320476.
HSL color Cylindrical-coordinate representation of color #5C7160: hue angle of 131.43º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5C7160 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 113 | 96 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.56 |
| HSL | 131.43º | 0.1% | 0.4% | - |
| HSV(B) | 131.43º | 0.19% | 0.44% | - |
| XYZ | 12.43 | 14.93 | 13.29 | - |
| YUV | 104.78 | 123.04 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 113 | 96 | 0.19 | 0 | 0.15 | 0.56 | 131.43 | 0.1 | 0.4 |
| Hex | 5C | 71 | 60 | 13 | 0 | F | 38 | 83 | A | 28 |
| Octal | 134 | 161 | 140 | 23 | 0 | 17 | 70 | 203 | 12 | 50 |
| Binary | 1011100 | 1110001 | 1100000 | 10011 | 0 | 1111 | 111000 | 10000011 | 1010 | 101000 |
Color Harmonies of #5C7160
Complementary color
Monochromatic Colors of #5C7160
Black with #5C7160
Text Example
Text Example
White with #5C7160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7160; }
p { color: rgb(92,113,96); }
H1.HeaderClassName
{
color: #5C7160;
}
.AnyTagClassName
{
color: #5C7160;
}
</style>
background-color css
<style>
a { background-color: #5C7160; }
a { background-color: rgb(92,113,96); }
div.DivClassName
{
background-color: #5C7160;
}
.BgClassName
{
background-color: #5C7160;
}
</style>
border-color css
<style>
span { border-color: #5C7160; }
span { border-color: rgb(92,113,96); }
td.TdClassName
{
border-color: #5C7160;
}
.TagClassName
{
border-color: #5C7160;
}
</style>