Shades of Patina #599179
Tints of Patina #599179
RGB
CMYK
RGB Variations
Color information
#599179 (or 0x599179) is known color: Patina. HEX triplet: 59, 91 and 79. RGB value is (89,145,121). Sum of RGB (Red+Green+Blue) = 89+145+121=355 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25.07% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 145 - color contains mainly: green. Hex color #599179 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599179 is #A66E86. Grayscale: #7D7D7D. Windows color (decimal): -10907271 or 7967065. OLE color: 7967065.
HSL color Cylindrical-coordinate representation of color #599179: hue angle of 154.29º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #599179 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 145 | 121 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.43 |
| HSL | 154.29º | 0.24% | 0.46% | - |
| HSV(B) | 154.29º | 0.39% | 0.57% | - |
| XYZ | 17.7 | 23.76 | 21.74 | - |
| YUV | 125.52 | 125.45 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 145 | 121 | 0.39 | 0 | 0.17 | 0.43 | 154.29 | 0.24 | 0.46 |
| Hex | 59 | 91 | 79 | 27 | 0 | 11 | 2B | 9A | 18 | 2E |
| Octal | 131 | 221 | 171 | 47 | 0 | 21 | 53 | 232 | 30 | 56 |
| Binary | 1011001 | 10010001 | 1111001 | 100111 | 0 | 10001 | 101011 | 10011010 | 11000 | 101110 |
Color Harmonies of #599179
Complementary color
Monochromatic Colors of #599179
Black with #599179
Text Example
Text Example
White with #599179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599179; }
p { color: rgb(89,145,121); }
H1.HeaderClassName
{
color: #599179;
}
.AnyTagClassName
{
color: #599179;
}
</style>
background-color css
<style>
a { background-color: #599179; }
a { background-color: rgb(89,145,121); }
div.DivClassName
{
background-color: #599179;
}
.BgClassName
{
background-color: #599179;
}
</style>
border-color css
<style>
span { border-color: #599179; }
span { border-color: rgb(89,145,121); }
td.TdClassName
{
border-color: #599179;
}
.TagClassName
{
border-color: #599179;
}
</style>