Shades of Mineral Green #57685A
Tints of Mineral Green #57685A
RGB
CMYK
RGB Variations
Color information
#57685A (or 0x57685A) is known color: Mineral Green. HEX triplet: 57, 68 and 5A. RGB value is (87,104,90). Sum of RGB (Red+Green+Blue) = 87+104+90=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 104 - color contains mainly: green. Hex color #57685A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57685A is #A897A5. Grayscale: #616161. Windows color (decimal): -11048870 or 5924951. OLE color: 5924951.
HSL color Cylindrical-coordinate representation of color #57685A: hue angle of 130.59º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #57685A is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 87 | 104 | 90 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.59 |
| HSL | 130.59º | 0.09% | 0.37% | - |
| HSV(B) | 130.59º | 0.16% | 0.41% | - |
| XYZ | 10.73 | 12.67 | 11.55 | - |
| YUV | 97.32 | 123.87 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 104 | 90 | 0.16 | 0 | 0.13 | 0.59 | 130.59 | 0.09 | 0.37 |
| Hex | 57 | 68 | 5A | 10 | 0 | D | 3B | 83 | 9 | 25 |
| Octal | 127 | 150 | 132 | 20 | 0 | 15 | 73 | 203 | 11 | 45 |
| Binary | 1010111 | 1101000 | 1011010 | 10000 | 0 | 1101 | 111011 | 10000011 | 1001 | 100101 |
Color Harmonies of #57685A
Complementary color
Monochromatic Colors of #57685A
Black with #57685A
Text Example
Text Example
White with #57685A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57685A; }
p { color: rgb(87,104,90); }
H1.HeaderClassName
{
color: #57685A;
}
.AnyTagClassName
{
color: #57685A;
}
</style>
background-color css
<style>
a { background-color: #57685A; }
a { background-color: rgb(87,104,90); }
div.DivClassName
{
background-color: #57685A;
}
.BgClassName
{
background-color: #57685A;
}
</style>
border-color css
<style>
span { border-color: #57685A; }
span { border-color: rgb(87,104,90); }
td.TdClassName
{
border-color: #57685A;
}
.TagClassName
{
border-color: #57685A;
}
</style>