Shades of Mineral Green #57665D
Tints of Mineral Green #57665D
RGB
CMYK
RGB Variations
Color information
#57665D (or 0x57665D) is known color: Mineral Green. HEX triplet: 57, 66 and 5D. RGB value is (87,102,93). Sum of RGB (Red+Green+Blue) = 87+102+93=282 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.85% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 102 - color contains mainly: green. Hex color #57665D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57665D is #A899A2. Grayscale: #606060. Windows color (decimal): -11049379 or 6121047. OLE color: 6121047.
HSL color Cylindrical-coordinate representation of color #57665D: hue angle of 144º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #57665D is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 87 | 102 | 93 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.6 |
| HSL | 144º | 0.08% | 0.37% | - |
| HSV(B) | 144º | 0.15% | 0.4% | - |
| XYZ | 10.66 | 12.32 | 12.17 | - |
| YUV | 96.49 | 126.03 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 102 | 93 | 0.15 | 0 | 0.09 | 0.6 | 144 | 0.08 | 0.37 |
| Hex | 57 | 66 | 5D | F | 0 | 9 | 3C | 90 | 8 | 25 |
| Octal | 127 | 146 | 135 | 17 | 0 | 11 | 74 | 220 | 10 | 45 |
| Binary | 1010111 | 1100110 | 1011101 | 1111 | 0 | 1001 | 111100 | 10010000 | 1000 | 100101 |
Color Harmonies of #57665D
Complementary color
Monochromatic Colors of #57665D
Black with #57665D
Text Example
Text Example
White with #57665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57665D; }
p { color: rgb(87,102,93); }
H1.HeaderClassName
{
color: #57665D;
}
.AnyTagClassName
{
color: #57665D;
}
</style>
background-color css
<style>
a { background-color: #57665D; }
a { background-color: rgb(87,102,93); }
div.DivClassName
{
background-color: #57665D;
}
.BgClassName
{
background-color: #57665D;
}
</style>
border-color css
<style>
span { border-color: #57665D; }
span { border-color: rgb(87,102,93); }
td.TdClassName
{
border-color: #57665D;
}
.TagClassName
{
border-color: #57665D;
}
</style>