Shades of Mineral Green #57615A
Tints of Mineral Green #57615A
RGB
CMYK
RGB Variations
Color information
#57615A (or 0x57615A) is known color: Mineral Green. HEX triplet: 57, 61 and 5A. RGB value is (87,97,90). Sum of RGB (Red+Green+Blue) = 87+97+90=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 97 - color contains mainly: green. Hex color #57615A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57615A is #A89EA5. Grayscale: #5D5D5D. Windows color (decimal): -11050662 or 5923159. OLE color: 5923159.
HSL color Cylindrical-coordinate representation of color #57615A: hue angle of 138º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #57615A is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 87 | 97 | 90 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.62 |
| HSL | 138º | 0.05% | 0.36% | - |
| HSV(B) | 138º | 0.1% | 0.38% | - |
| XYZ | 10.05 | 11.31 | 11.33 | - |
| YUV | 93.21 | 126.19 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 97 | 90 | 0.10 | 0 | 0.07 | 0.62 | 138 | 0.05 | 0.36 |
| Hex | 57 | 61 | 5A | A | 0 | 7 | 3E | 8A | 5 | 24 |
| Octal | 127 | 141 | 132 | 12 | 0 | 7 | 76 | 212 | 5 | 44 |
| Binary | 1010111 | 1100001 | 1011010 | 1010 | 0 | 111 | 111110 | 10001010 | 101 | 100100 |
Color Harmonies of #57615A
Complementary color
Monochromatic Colors of #57615A
Black with #57615A
Text Example
Text Example
White with #57615A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57615A; }
p { color: rgb(87,97,90); }
H1.HeaderClassName
{
color: #57615A;
}
.AnyTagClassName
{
color: #57615A;
}
</style>
background-color css
<style>
a { background-color: #57615A; }
a { background-color: rgb(87,97,90); }
div.DivClassName
{
background-color: #57615A;
}
.BgClassName
{
background-color: #57615A;
}
</style>
border-color css
<style>
span { border-color: #57615A; }
span { border-color: rgb(87,97,90); }
td.TdClassName
{
border-color: #57615A;
}
.TagClassName
{
border-color: #57615A;
}
</style>