Shades of Mineral Green #59655D
Tints of Mineral Green #59655D
RGB
CMYK
RGB Variations
Color information
#59655D (or 0x59655D) is known color: Mineral Green. HEX triplet: 59, 65 and 5D. RGB value is (89,101,93). Sum of RGB (Red+Green+Blue) = 89+101+93=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 101 - color contains mainly: green. Hex color #59655D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59655D is #A69AA2. Grayscale: #606060. Windows color (decimal): -10918563 or 6120793. OLE color: 6120793.
HSL color Cylindrical-coordinate representation of color #59655D: hue angle of 140º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #59655D is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 89 | 101 | 93 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.60 |
| HSL | 140º | 0.06% | 0.37% | - |
| HSV(B) | 140º | 0.12% | 0.4% | - |
| XYZ | 10.75 | 12.22 | 12.15 | - |
| YUV | 96.5 | 126.02 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 101 | 93 | 0.12 | 0 | 0.08 | 0.60 | 140 | 0.06 | 0.37 |
| Hex | 59 | 65 | 5D | C | 0 | 8 | 3C | 8C | 6 | 25 |
| Octal | 131 | 145 | 135 | 14 | 0 | 10 | 74 | 214 | 6 | 45 |
| Binary | 1011001 | 1100101 | 1011101 | 1100 | 0 | 1000 | 111100 | 10001100 | 110 | 100101 |
Color Harmonies of #59655D
Complementary color
Monochromatic Colors of #59655D
Black with #59655D
Text Example
Text Example
White with #59655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59655D; }
p { color: rgb(89,101,93); }
H1.HeaderClassName
{
color: #59655D;
}
.AnyTagClassName
{
color: #59655D;
}
</style>
background-color css
<style>
a { background-color: #59655D; }
a { background-color: rgb(89,101,93); }
div.DivClassName
{
background-color: #59655D;
}
.BgClassName
{
background-color: #59655D;
}
</style>
border-color css
<style>
span { border-color: #59655D; }
span { border-color: rgb(89,101,93); }
td.TdClassName
{
border-color: #59655D;
}
.TagClassName
{
border-color: #59655D;
}
</style>