Shades of Mineral Green #57675D
Tints of Mineral Green #57675D
RGB
CMYK
RGB Variations
Color information
#57675D (or 0x57675D) is known color: Mineral Green. HEX triplet: 57, 67 and 5D. RGB value is (87,103,93). Sum of RGB (Red+Green+Blue) = 87+103+93=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 103 - color contains mainly: green. Hex color #57675D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57675D is #A898A2. Grayscale: #616161. Windows color (decimal): -11049123 or 6121303. OLE color: 6121303.
HSL color Cylindrical-coordinate representation of color #57675D: hue angle of 142.5º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #57675D is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 87 | 103 | 93 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.60 |
| HSL | 142.5º | 0.08% | 0.37% | - |
| HSV(B) | 142.5º | 0.16% | 0.4% | - |
| XYZ | 10.76 | 12.52 | 12.21 | - |
| YUV | 97.08 | 125.7 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 103 | 93 | 0.16 | 0 | 0.10 | 0.60 | 142.5 | 0.08 | 0.37 |
| Hex | 57 | 67 | 5D | 10 | 0 | A | 3C | 8E | 8 | 25 |
| Octal | 127 | 147 | 135 | 20 | 0 | 12 | 74 | 216 | 10 | 45 |
| Binary | 1010111 | 1100111 | 1011101 | 10000 | 0 | 1010 | 111100 | 10001110 | 1000 | 100101 |
Color Harmonies of #57675D
Complementary color
Monochromatic Colors of #57675D
Black with #57675D
Text Example
Text Example
White with #57675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57675D; }
p { color: rgb(87,103,93); }
H1.HeaderClassName
{
color: #57675D;
}
.AnyTagClassName
{
color: #57675D;
}
</style>
background-color css
<style>
a { background-color: #57675D; }
a { background-color: rgb(87,103,93); }
div.DivClassName
{
background-color: #57675D;
}
.BgClassName
{
background-color: #57675D;
}
</style>
border-color css
<style>
span { border-color: #57675D; }
span { border-color: rgb(87,103,93); }
td.TdClassName
{
border-color: #57675D;
}
.TagClassName
{
border-color: #57675D;
}
</style>