Shades of Mineral Green #5A715E
Tints of Mineral Green #5A715E
RGB
CMYK
RGB Variations
Color information
#5A715E (or 0x5A715E) is known color: Mineral Green. HEX triplet: 5A, 71 and 5E. RGB value is (90,113,94). Sum of RGB (Red+Green+Blue) = 90+113+94=297 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.30% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 113 - color contains mainly: green. Hex color #5A715E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A715E is #A58EA1. Grayscale: #686868. Windows color (decimal): -10849954 or 6189402. OLE color: 6189402.
HSL color Cylindrical-coordinate representation of color #5A715E: hue angle of 130.43º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5A715E is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 113 | 94 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.56 |
| HSL | 130.43º | 0.11% | 0.4% | - |
| HSV(B) | 130.43º | 0.2% | 0.44% | - |
| XYZ | 12.14 | 14.79 | 12.8 | - |
| YUV | 103.96 | 122.38 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 113 | 94 | 0.20 | 0 | 0.17 | 0.56 | 130.43 | 0.11 | 0.4 |
| Hex | 5A | 71 | 5E | 14 | 0 | 11 | 38 | 82 | B | 28 |
| Octal | 132 | 161 | 136 | 24 | 0 | 21 | 70 | 202 | 13 | 50 |
| Binary | 1011010 | 1110001 | 1011110 | 10100 | 0 | 10001 | 111000 | 10000010 | 1011 | 101000 |
Color Harmonies of #5A715E
Complementary color
Monochromatic Colors of #5A715E
Black with #5A715E
Text Example
Text Example
White with #5A715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A715E; }
p { color: rgb(90,113,94); }
H1.HeaderClassName
{
color: #5A715E;
}
.AnyTagClassName
{
color: #5A715E;
}
</style>
background-color css
<style>
a { background-color: #5A715E; }
a { background-color: rgb(90,113,94); }
div.DivClassName
{
background-color: #5A715E;
}
.BgClassName
{
background-color: #5A715E;
}
</style>
border-color css
<style>
span { border-color: #5A715E; }
span { border-color: rgb(90,113,94); }
td.TdClassName
{
border-color: #5A715E;
}
.TagClassName
{
border-color: #5A715E;
}
</style>