Shades of Patina #59947A
Tints of Patina #59947A
RGB
CMYK
RGB Variations
Color information
#59947A (or 0x59947A) is known color: Patina. HEX triplet: 59, 94 and 7A. RGB value is (89,148,122). Sum of RGB (Red+Green+Blue) = 89+148+122=359 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.79% from 359); Green value is 148 (58.20% from 255 or 41.23% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 148 - color contains mainly: green. Hex color #59947A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59947A is #A66B85. Grayscale: #7F7F7F. Windows color (decimal): -10906502 or 8033369. OLE color: 8033369.
HSL color Cylindrical-coordinate representation of color #59947A: hue angle of 153.56º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #59947A is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 148 | 122 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.42 |
| HSL | 153.56º | 0.25% | 0.46% | - |
| HSV(B) | 153.56º | 0.4% | 0.58% | - |
| XYZ | 18.22 | 24.71 | 22.22 | - |
| YUV | 127.4 | 124.95 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 148 | 122 | 0.40 | 0 | 0.18 | 0.42 | 153.56 | 0.25 | 0.46 |
| Hex | 59 | 94 | 7A | 28 | 0 | 12 | 2A | 9A | 19 | 2E |
| Octal | 131 | 224 | 172 | 50 | 0 | 22 | 52 | 232 | 31 | 56 |
| Binary | 1011001 | 10010100 | 1111010 | 101000 | 0 | 10010 | 101010 | 10011010 | 11001 | 101110 |
Color Harmonies of #59947A
Complementary color
Monochromatic Colors of #59947A
Black with #59947A
Text Example
Text Example
White with #59947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59947A; }
p { color: rgb(89,148,122); }
H1.HeaderClassName
{
color: #59947A;
}
.AnyTagClassName
{
color: #59947A;
}
</style>
background-color css
<style>
a { background-color: #59947A; }
a { background-color: rgb(89,148,122); }
div.DivClassName
{
background-color: #59947A;
}
.BgClassName
{
background-color: #59947A;
}
</style>
border-color css
<style>
span { border-color: #59947A; }
span { border-color: rgb(89,148,122); }
td.TdClassName
{
border-color: #59947A;
}
.TagClassName
{
border-color: #59947A;
}
</style>