Shades of Mineral Green #57675B
Tints of Mineral Green #57675B
RGB
CMYK
RGB Variations
Color information
#57675B (or 0x57675B) is known color: Mineral Green. HEX triplet: 57, 67 and 5B. RGB value is (87,103,91). Sum of RGB (Red+Green+Blue) = 87+103+91=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 103 - color contains mainly: green. Hex color #57675B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57675B is #A898A4. Grayscale: #606060. Windows color (decimal): -11049125 or 5990231. OLE color: 5990231.
HSL color Cylindrical-coordinate representation of color #57675B: hue angle of 135º 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 #57675B is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 87 | 103 | 91 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.60 |
| HSL | 135º | 0.08% | 0.37% | - |
| HSV(B) | 135º | 0.16% | 0.4% | - |
| XYZ | 10.67 | 12.48 | 11.74 | - |
| YUV | 96.85 | 124.7 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 103 | 91 | 0.16 | 0 | 0.12 | 0.60 | 135 | 0.08 | 0.37 |
| Hex | 57 | 67 | 5B | 10 | 0 | C | 3C | 87 | 8 | 25 |
| Octal | 127 | 147 | 133 | 20 | 0 | 14 | 74 | 207 | 10 | 45 |
| Binary | 1010111 | 1100111 | 1011011 | 10000 | 0 | 1100 | 111100 | 10000111 | 1000 | 100101 |
Color Harmonies of #57675B
Complementary color
Monochromatic Colors of #57675B
Black with #57675B
Text Example
Text Example
White with #57675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57675B; }
p { color: rgb(87,103,91); }
H1.HeaderClassName
{
color: #57675B;
}
.AnyTagClassName
{
color: #57675B;
}
</style>
background-color css
<style>
a { background-color: #57675B; }
a { background-color: rgb(87,103,91); }
div.DivClassName
{
background-color: #57675B;
}
.BgClassName
{
background-color: #57675B;
}
</style>
border-color css
<style>
span { border-color: #57675B; }
span { border-color: rgb(87,103,91); }
td.TdClassName
{
border-color: #57675B;
}
.TagClassName
{
border-color: #57675B;
}
</style>