Shades of Mineral Green #57705B
Tints of Mineral Green #57705B
RGB
CMYK
RGB Variations
Color information
#57705B (or 0x57705B) is known color: Mineral Green. HEX triplet: 57, 70 and 5B. RGB value is (87,112,91). Sum of RGB (Red+Green+Blue) = 87+112+91=290 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 112 - color contains mainly: green. Hex color #57705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57705B is #A88FA4. Grayscale: #666666. Windows color (decimal): -11046821 or 5992535. OLE color: 5992535.
HSL color Cylindrical-coordinate representation of color #57705B: hue angle of 129.6º 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 #57705B is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 87 | 112 | 91 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.56 |
| HSL | 129.6º | 0.13% | 0.39% | - |
| HSV(B) | 129.6º | 0.22% | 0.44% | - |
| XYZ | 11.61 | 14.37 | 12.06 | - |
| YUV | 102.13 | 121.72 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 112 | 91 | 0.22 | 0 | 0.19 | 0.56 | 129.6 | 0.13 | 0.39 |
| Hex | 57 | 70 | 5B | 16 | 0 | 13 | 38 | 82 | D | 27 |
| Octal | 127 | 160 | 133 | 26 | 0 | 23 | 70 | 202 | 15 | 47 |
| Binary | 1010111 | 1110000 | 1011011 | 10110 | 0 | 10011 | 111000 | 10000010 | 1101 | 100111 |
Color Harmonies of #57705B
Complementary color
Monochromatic Colors of #57705B
Black with #57705B
Text Example
Text Example
White with #57705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57705B; }
p { color: rgb(87,112,91); }
H1.HeaderClassName
{
color: #57705B;
}
.AnyTagClassName
{
color: #57705B;
}
</style>
background-color css
<style>
a { background-color: #57705B; }
a { background-color: rgb(87,112,91); }
div.DivClassName
{
background-color: #57705B;
}
.BgClassName
{
background-color: #57705B;
}
</style>
border-color css
<style>
span { border-color: #57705B; }
span { border-color: rgb(87,112,91); }
td.TdClassName
{
border-color: #57705B;
}
.TagClassName
{
border-color: #57705B;
}
</style>