Shades of Mineral Green #59675E
Tints of Mineral Green #59675E
RGB
CMYK
RGB Variations
Color information
#59675E (or 0x59675E) is known color: Mineral Green. HEX triplet: 59, 67 and 5E. RGB value is (89,103,94). Sum of RGB (Red+Green+Blue) = 89+103+94=286 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.12% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 103 - color contains mainly: green. Hex color #59675E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59675E is #A698A1. Grayscale: #616161. Windows color (decimal): -10918050 or 6186841. OLE color: 6186841.
HSL color Cylindrical-coordinate representation of color #59675E: hue angle of 141.43º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #59675E is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 89 | 103 | 94 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.60 |
| HSL | 141.43º | 0.07% | 0.38% | - |
| HSV(B) | 141.43º | 0.14% | 0.4% | - |
| XYZ | 10.99 | 12.63 | 12.45 | - |
| YUV | 97.79 | 125.86 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 103 | 94 | 0.14 | 0 | 0.09 | 0.60 | 141.43 | 0.07 | 0.38 |
| Hex | 59 | 67 | 5E | E | 0 | 9 | 3C | 8D | 7 | 26 |
| Octal | 131 | 147 | 136 | 16 | 0 | 11 | 74 | 215 | 7 | 46 |
| Binary | 1011001 | 1100111 | 1011110 | 1110 | 0 | 1001 | 111100 | 10001101 | 111 | 100110 |
Color Harmonies of #59675E
Complementary color
Monochromatic Colors of #59675E
Black with #59675E
Text Example
Text Example
White with #59675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59675E; }
p { color: rgb(89,103,94); }
H1.HeaderClassName
{
color: #59675E;
}
.AnyTagClassName
{
color: #59675E;
}
</style>
background-color css
<style>
a { background-color: #59675E; }
a { background-color: rgb(89,103,94); }
div.DivClassName
{
background-color: #59675E;
}
.BgClassName
{
background-color: #59675E;
}
</style>
border-color css
<style>
span { border-color: #59675E; }
span { border-color: rgb(89,103,94); }
td.TdClassName
{
border-color: #59675E;
}
.TagClassName
{
border-color: #59675E;
}
</style>