Shades of Mineral Green #59685F
Tints of Mineral Green #59685F
RGB
CMYK
RGB Variations
Color information
#59685F (or 0x59685F) is known color: Mineral Green. HEX triplet: 59, 68 and 5F. RGB value is (89,104,95). Sum of RGB (Red+Green+Blue) = 89+104+95=288 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.90% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 104 - color contains mainly: green. Hex color #59685F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59685F is #A697A0. Grayscale: #626262. Windows color (decimal): -10917793 or 6252633. OLE color: 6252633.
HSL color Cylindrical-coordinate representation of color #59685F: hue angle of 144º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #59685F is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 89 | 104 | 95 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.59 |
| HSL | 144º | 0.08% | 0.38% | - |
| HSV(B) | 144º | 0.14% | 0.41% | - |
| XYZ | 11.14 | 12.85 | 12.72 | - |
| YUV | 98.49 | 126.03 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 104 | 95 | 0.14 | 0 | 0.09 | 0.59 | 144 | 0.08 | 0.38 |
| Hex | 59 | 68 | 5F | E | 0 | 9 | 3B | 90 | 8 | 26 |
| Octal | 131 | 150 | 137 | 16 | 0 | 11 | 73 | 220 | 10 | 46 |
| Binary | 1011001 | 1101000 | 1011111 | 1110 | 0 | 1001 | 111011 | 10010000 | 1000 | 100110 |
Color Harmonies of #59685F
Complementary color
Monochromatic Colors of #59685F
Black with #59685F
Text Example
Text Example
White with #59685F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59685F; }
p { color: rgb(89,104,95); }
H1.HeaderClassName
{
color: #59685F;
}
.AnyTagClassName
{
color: #59685F;
}
</style>
background-color css
<style>
a { background-color: #59685F; }
a { background-color: rgb(89,104,95); }
div.DivClassName
{
background-color: #59685F;
}
.BgClassName
{
background-color: #59685F;
}
</style>
border-color css
<style>
span { border-color: #59685F; }
span { border-color: rgb(89,104,95); }
td.TdClassName
{
border-color: #59685F;
}
.TagClassName
{
border-color: #59685F;
}
</style>