Shades of Mineral Green #59675B
Tints of Mineral Green #59675B
RGB
CMYK
RGB Variations
Color information
#59675B (or 0x59675B) is known color: Mineral Green. HEX triplet: 59, 67 and 5B. RGB value is (89,103,91). Sum of RGB (Red+Green+Blue) = 89+103+91=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 103 - color contains mainly: green. Hex color #59675B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59675B is #A698A4. Grayscale: #616161. Windows color (decimal): -10918053 or 5990233. OLE color: 5990233.
HSL color Cylindrical-coordinate representation of color #59675B: hue angle of 128.57º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #59675B is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 89 | 103 | 91 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.60 |
| HSL | 128.57º | 0.07% | 0.38% | - |
| HSV(B) | 128.57º | 0.14% | 0.4% | - |
| XYZ | 10.86 | 12.58 | 11.75 | - |
| YUV | 97.45 | 124.36 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 103 | 91 | 0.14 | 0 | 0.12 | 0.60 | 128.57 | 0.07 | 0.38 |
| Hex | 59 | 67 | 5B | E | 0 | C | 3C | 81 | 7 | 26 |
| Octal | 131 | 147 | 133 | 16 | 0 | 14 | 74 | 201 | 7 | 46 |
| Binary | 1011001 | 1100111 | 1011011 | 1110 | 0 | 1100 | 111100 | 10000001 | 111 | 100110 |
Color Harmonies of #59675B
Complementary color
Monochromatic Colors of #59675B
Black with #59675B
Text Example
Text Example
White with #59675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59675B; }
p { color: rgb(89,103,91); }
H1.HeaderClassName
{
color: #59675B;
}
.AnyTagClassName
{
color: #59675B;
}
</style>
background-color css
<style>
a { background-color: #59675B; }
a { background-color: rgb(89,103,91); }
div.DivClassName
{
background-color: #59675B;
}
.BgClassName
{
background-color: #59675B;
}
</style>
border-color css
<style>
span { border-color: #59675B; }
span { border-color: rgb(89,103,91); }
td.TdClassName
{
border-color: #59675B;
}
.TagClassName
{
border-color: #59675B;
}
</style>