Shades of Mineral Green #57695A
Tints of Mineral Green #57695A
RGB
CMYK
RGB Variations
Color information
#57695A (or 0x57695A) is known color: Mineral Green. HEX triplet: 57, 69 and 5A. RGB value is (87,105,90). Sum of RGB (Red+Green+Blue) = 87+105+90=282 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.85% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 105 - color contains mainly: green. Hex color #57695A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57695A is #A896A5. Grayscale: #616161. Windows color (decimal): -11048614 or 5925207. OLE color: 5925207.
HSL color Cylindrical-coordinate representation of color #57695A: hue angle of 130º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #57695A is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 87 | 105 | 90 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.59 |
| HSL | 130º | 0.09% | 0.38% | - |
| HSV(B) | 130º | 0.17% | 0.41% | - |
| XYZ | 10.83 | 12.87 | 11.59 | - |
| YUV | 97.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 105 | 90 | 0.17 | 0 | 0.14 | 0.59 | 130 | 0.09 | 0.38 |
| Hex | 57 | 69 | 5A | 11 | 0 | E | 3B | 82 | 9 | 26 |
| Octal | 127 | 151 | 132 | 21 | 0 | 16 | 73 | 202 | 11 | 46 |
| Binary | 1010111 | 1101001 | 1011010 | 10001 | 0 | 1110 | 111011 | 10000010 | 1001 | 100110 |
Color Harmonies of #57695A
Complementary color
Monochromatic Colors of #57695A
Black with #57695A
Text Example
Text Example
White with #57695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57695A; }
p { color: rgb(87,105,90); }
H1.HeaderClassName
{
color: #57695A;
}
.AnyTagClassName
{
color: #57695A;
}
</style>
background-color css
<style>
a { background-color: #57695A; }
a { background-color: rgb(87,105,90); }
div.DivClassName
{
background-color: #57695A;
}
.BgClassName
{
background-color: #57695A;
}
</style>
border-color css
<style>
span { border-color: #57695A; }
span { border-color: rgb(87,105,90); }
td.TdClassName
{
border-color: #57695A;
}
.TagClassName
{
border-color: #57695A;
}
</style>