Shades of Mineral Green #59685D
Tints of Mineral Green #59685D
RGB
CMYK
RGB Variations
Color information
#59685D (or 0x59685D) is known color: Mineral Green. HEX triplet: 59, 68 and 5D. RGB value is (89,104,93). Sum of RGB (Red+Green+Blue) = 89+104+93=286 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.12% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 104 - color contains mainly: green. Hex color #59685D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59685D is #A697A2. Grayscale: #626262. Windows color (decimal): -10917795 or 6121561. OLE color: 6121561.
HSL color Cylindrical-coordinate representation of color #59685D: hue angle of 136º 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 #59685D is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 89 | 104 | 93 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.59 |
| HSL | 136º | 0.08% | 0.38% | - |
| HSV(B) | 136º | 0.14% | 0.41% | - |
| XYZ | 11.05 | 12.81 | 12.25 | - |
| YUV | 98.26 | 125.03 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 104 | 93 | 0.14 | 0 | 0.11 | 0.59 | 136 | 0.08 | 0.38 |
| Hex | 59 | 68 | 5D | E | 0 | B | 3B | 88 | 8 | 26 |
| Octal | 131 | 150 | 135 | 16 | 0 | 13 | 73 | 210 | 10 | 46 |
| Binary | 1011001 | 1101000 | 1011101 | 1110 | 0 | 1011 | 111011 | 10001000 | 1000 | 100110 |
Color Harmonies of #59685D
Complementary color
Monochromatic Colors of #59685D
Black with #59685D
Text Example
Text Example
White with #59685D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59685D; }
p { color: rgb(89,104,93); }
H1.HeaderClassName
{
color: #59685D;
}
.AnyTagClassName
{
color: #59685D;
}
</style>
background-color css
<style>
a { background-color: #59685D; }
a { background-color: rgb(89,104,93); }
div.DivClassName
{
background-color: #59685D;
}
.BgClassName
{
background-color: #59685D;
}
</style>
border-color css
<style>
span { border-color: #59685D; }
span { border-color: rgb(89,104,93); }
td.TdClassName
{
border-color: #59685D;
}
.TagClassName
{
border-color: #59685D;
}
</style>