Shades of Mineral Green #59665E
Tints of Mineral Green #59665E
RGB
CMYK
RGB Variations
Color information
#59665E (or 0x59665E) is known color: Mineral Green. HEX triplet: 59, 66 and 5E. RGB value is (89,102,94). Sum of RGB (Red+Green+Blue) = 89+102+94=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 102 - color contains mainly: green. Hex color #59665E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59665E is #A699A1. Grayscale: #616161. Windows color (decimal): -10918306 or 6186585. OLE color: 6186585.
HSL color Cylindrical-coordinate representation of color #59665E: hue angle of 143.08º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #59665E is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 89 | 102 | 94 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.6 |
| HSL | 143.08º | 0.07% | 0.37% | - |
| HSV(B) | 143.08º | 0.13% | 0.4% | - |
| XYZ | 10.89 | 12.43 | 12.42 | - |
| YUV | 97.2 | 126.19 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 102 | 94 | 0.13 | 0 | 0.08 | 0.6 | 143.08 | 0.07 | 0.37 |
| Hex | 59 | 66 | 5E | D | 0 | 8 | 3C | 8F | 7 | 25 |
| Octal | 131 | 146 | 136 | 15 | 0 | 10 | 74 | 217 | 7 | 45 |
| Binary | 1011001 | 1100110 | 1011110 | 1101 | 0 | 1000 | 111100 | 10001111 | 111 | 100101 |
Color Harmonies of #59665E
Complementary color
Monochromatic Colors of #59665E
Black with #59665E
Text Example
Text Example
White with #59665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59665E; }
p { color: rgb(89,102,94); }
H1.HeaderClassName
{
color: #59665E;
}
.AnyTagClassName
{
color: #59665E;
}
</style>
background-color css
<style>
a { background-color: #59665E; }
a { background-color: rgb(89,102,94); }
div.DivClassName
{
background-color: #59665E;
}
.BgClassName
{
background-color: #59665E;
}
</style>
border-color css
<style>
span { border-color: #59665E; }
span { border-color: rgb(89,102,94); }
td.TdClassName
{
border-color: #59665E;
}
.TagClassName
{
border-color: #59665E;
}
</style>