Shades of Mineral Green #59695B
Tints of Mineral Green #59695B
RGB
CMYK
RGB Variations
Color information
#59695B (or 0x59695B) is known color: Mineral Green. HEX triplet: 59, 69 and 5B. RGB value is (89,105,91). Sum of RGB (Red+Green+Blue) = 89+105+91=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 105 - color contains mainly: green. Hex color #59695B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59695B is #A696A4. Grayscale: #626262. Windows color (decimal): -10917541 or 5990745. OLE color: 5990745.
HSL color Cylindrical-coordinate representation of color #59695B: hue angle of 127.5º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #59695B is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 89 | 105 | 91 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.59 |
| HSL | 127.5º | 0.08% | 0.38% | - |
| HSV(B) | 127.5º | 0.15% | 0.41% | - |
| XYZ | 11.06 | 12.98 | 11.82 | - |
| YUV | 98.62 | 123.7 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 105 | 91 | 0.15 | 0 | 0.13 | 0.59 | 127.5 | 0.08 | 0.38 |
| Hex | 59 | 69 | 5B | F | 0 | D | 3B | 80 | 8 | 26 |
| Octal | 131 | 151 | 133 | 17 | 0 | 15 | 73 | 200 | 10 | 46 |
| Binary | 1011001 | 1101001 | 1011011 | 1111 | 0 | 1101 | 111011 | 10000000 | 1000 | 100110 |
Color Harmonies of #59695B
Complementary color
Monochromatic Colors of #59695B
Black with #59695B
Text Example
Text Example
White with #59695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59695B; }
p { color: rgb(89,105,91); }
H1.HeaderClassName
{
color: #59695B;
}
.AnyTagClassName
{
color: #59695B;
}
</style>
background-color css
<style>
a { background-color: #59695B; }
a { background-color: rgb(89,105,91); }
div.DivClassName
{
background-color: #59695B;
}
.BgClassName
{
background-color: #59695B;
}
</style>
border-color css
<style>
span { border-color: #59695B; }
span { border-color: rgb(89,105,91); }
td.TdClassName
{
border-color: #59695B;
}
.TagClassName
{
border-color: #59695B;
}
</style>