Shades of Mineral Green #57705C
Tints of Mineral Green #57705C
RGB
CMYK
RGB Variations
Color information
#57705C (or 0x57705C) is known color: Mineral Green. HEX triplet: 57, 70 and 5C. RGB value is (87,112,92). Sum of RGB (Red+Green+Blue) = 87+112+92=291 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.90% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 112 - color contains mainly: green. Hex color #57705C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57705C is #A88FA3. Grayscale: #666666. Windows color (decimal): -11046820 or 6058071. OLE color: 6058071.
HSL color Cylindrical-coordinate representation of color #57705C: hue angle of 132º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #57705C is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 87 | 112 | 92 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.56 |
| HSL | 132º | 0.13% | 0.39% | - |
| HSV(B) | 132º | 0.22% | 0.44% | - |
| XYZ | 11.66 | 14.39 | 12.29 | - |
| YUV | 102.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 112 | 92 | 0.22 | 0 | 0.18 | 0.56 | 132 | 0.13 | 0.39 |
| Hex | 57 | 70 | 5C | 16 | 0 | 12 | 38 | 84 | D | 27 |
| Octal | 127 | 160 | 134 | 26 | 0 | 22 | 70 | 204 | 15 | 47 |
| Binary | 1010111 | 1110000 | 1011100 | 10110 | 0 | 10010 | 111000 | 10000100 | 1101 | 100111 |
Color Harmonies of #57705C
Complementary color
Monochromatic Colors of #57705C
Black with #57705C
Text Example
Text Example
White with #57705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57705C; }
p { color: rgb(87,112,92); }
H1.HeaderClassName
{
color: #57705C;
}
.AnyTagClassName
{
color: #57705C;
}
</style>
background-color css
<style>
a { background-color: #57705C; }
a { background-color: rgb(87,112,92); }
div.DivClassName
{
background-color: #57705C;
}
.BgClassName
{
background-color: #57705C;
}
</style>
border-color css
<style>
span { border-color: #57705C; }
span { border-color: rgb(87,112,92); }
td.TdClassName
{
border-color: #57705C;
}
.TagClassName
{
border-color: #57705C;
}
</style>