Shades of Mineral Green #57675A
Tints of Mineral Green #57675A
RGB
CMYK
RGB Variations
Color information
#57675A (or 0x57675A) is known color: Mineral Green. HEX triplet: 57, 67 and 5A. RGB value is (87,103,90). Sum of RGB (Red+Green+Blue) = 87+103+90=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 103 - color contains mainly: green. Hex color #57675A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57675A is #A898A5. Grayscale: #606060. Windows color (decimal): -11049126 or 5924695. OLE color: 5924695.
HSL color Cylindrical-coordinate representation of color #57675A: hue angle of 131.25º 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 #57675A is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 87 | 103 | 90 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.60 |
| HSL | 131.25º | 0.08% | 0.37% | - |
| HSV(B) | 131.25º | 0.16% | 0.4% | - |
| XYZ | 10.63 | 12.46 | 11.52 | - |
| YUV | 96.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 103 | 90 | 0.16 | 0 | 0.13 | 0.60 | 131.25 | 0.08 | 0.37 |
| Hex | 57 | 67 | 5A | 10 | 0 | D | 3C | 83 | 8 | 25 |
| Octal | 127 | 147 | 132 | 20 | 0 | 15 | 74 | 203 | 10 | 45 |
| Binary | 1010111 | 1100111 | 1011010 | 10000 | 0 | 1101 | 111100 | 10000011 | 1000 | 100101 |
Color Harmonies of #57675A
Complementary color
Monochromatic Colors of #57675A
Black with #57675A
Text Example
Text Example
White with #57675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57675A; }
p { color: rgb(87,103,90); }
H1.HeaderClassName
{
color: #57675A;
}
.AnyTagClassName
{
color: #57675A;
}
</style>
background-color css
<style>
a { background-color: #57675A; }
a { background-color: rgb(87,103,90); }
div.DivClassName
{
background-color: #57675A;
}
.BgClassName
{
background-color: #57675A;
}
</style>
border-color css
<style>
span { border-color: #57675A; }
span { border-color: rgb(87,103,90); }
td.TdClassName
{
border-color: #57675A;
}
.TagClassName
{
border-color: #57675A;
}
</style>