Shades of Mineral Green #59655C
Tints of Mineral Green #59655C
RGB
CMYK
RGB Variations
Color information
#59655C (or 0x59655C) is known color: Mineral Green. HEX triplet: 59, 65 and 5C. RGB value is (89,101,92). Sum of RGB (Red+Green+Blue) = 89+101+92=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 101 - color contains mainly: green. Hex color #59655C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59655C is #A69AA3. Grayscale: #606060. Windows color (decimal): -10918564 or 6055257. OLE color: 6055257.
HSL color Cylindrical-coordinate representation of color #59655C: hue angle of 135º 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 #59655C is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 89 | 101 | 92 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.60 |
| HSL | 135º | 0.06% | 0.37% | - |
| HSV(B) | 135º | 0.12% | 0.4% | - |
| XYZ | 10.71 | 12.2 | 11.92 | - |
| YUV | 96.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 101 | 92 | 0.12 | 0 | 0.09 | 0.60 | 135 | 0.06 | 0.37 |
| Hex | 59 | 65 | 5C | C | 0 | 9 | 3C | 87 | 6 | 25 |
| Octal | 131 | 145 | 134 | 14 | 0 | 11 | 74 | 207 | 6 | 45 |
| Binary | 1011001 | 1100101 | 1011100 | 1100 | 0 | 1001 | 111100 | 10000111 | 110 | 100101 |
Color Harmonies of #59655C
Complementary color
Monochromatic Colors of #59655C
Black with #59655C
Text Example
Text Example
White with #59655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59655C; }
p { color: rgb(89,101,92); }
H1.HeaderClassName
{
color: #59655C;
}
.AnyTagClassName
{
color: #59655C;
}
</style>
background-color css
<style>
a { background-color: #59655C; }
a { background-color: rgb(89,101,92); }
div.DivClassName
{
background-color: #59655C;
}
.BgClassName
{
background-color: #59655C;
}
</style>
border-color css
<style>
span { border-color: #59655C; }
span { border-color: rgb(89,101,92); }
td.TdClassName
{
border-color: #59655C;
}
.TagClassName
{
border-color: #59655C;
}
</style>