Shades of Mineral Green #5A705F
Tints of Mineral Green #5A705F
RGB
CMYK
RGB Variations
Color information
#5A705F (or 0x5A705F) is known color: Mineral Green. HEX triplet: 5A, 70 and 5F. RGB value is (90,112,95). Sum of RGB (Red+Green+Blue) = 90+112+95=297 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.30% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 112 - color contains mainly: green. Hex color #5A705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A705F is #A58FA0. Grayscale: #676767. Windows color (decimal): -10850209 or 6254682. OLE color: 6254682.
HSL color Cylindrical-coordinate representation of color #5A705F: hue angle of 133.64º 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 #5A705F is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 112 | 95 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.56 |
| HSL | 133.64º | 0.11% | 0.4% | - |
| HSV(B) | 133.64º | 0.2% | 0.44% | - |
| XYZ | 12.08 | 14.59 | 13.01 | - |
| YUV | 103.48 | 123.21 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 112 | 95 | 0.20 | 0 | 0.15 | 0.56 | 133.64 | 0.11 | 0.4 |
| Hex | 5A | 70 | 5F | 14 | 0 | F | 38 | 86 | B | 28 |
| Octal | 132 | 160 | 137 | 24 | 0 | 17 | 70 | 206 | 13 | 50 |
| Binary | 1011010 | 1110000 | 1011111 | 10100 | 0 | 1111 | 111000 | 10000110 | 1011 | 101000 |
Color Harmonies of #5A705F
Complementary color
Monochromatic Colors of #5A705F
Black with #5A705F
Text Example
Text Example
White with #5A705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A705F; }
p { color: rgb(90,112,95); }
H1.HeaderClassName
{
color: #5A705F;
}
.AnyTagClassName
{
color: #5A705F;
}
</style>
background-color css
<style>
a { background-color: #5A705F; }
a { background-color: rgb(90,112,95); }
div.DivClassName
{
background-color: #5A705F;
}
.BgClassName
{
background-color: #5A705F;
}
</style>
border-color css
<style>
span { border-color: #5A705F; }
span { border-color: rgb(90,112,95); }
td.TdClassName
{
border-color: #5A705F;
}
.TagClassName
{
border-color: #5A705F;
}
</style>