Shades of Patina #60897E
Tints of Patina #60897E
RGB
CMYK
RGB Variations
Color information
#60897E (or 0x60897E) is known color: Patina. HEX triplet: 60, 89 and 7E. RGB value is (96,137,126). Sum of RGB (Red+Green+Blue) = 96+137+126=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 137 - color contains mainly: green. Hex color #60897E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60897E is #9F7681. Grayscale: #7B7B7B. Windows color (decimal): -10450562 or 8292704. OLE color: 8292704.
HSL color Cylindrical-coordinate representation of color #60897E: hue angle of 163.9º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #60897E is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 137 | 126 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.46 |
| HSL | 163.9º | 0.18% | 0.46% | - |
| HSV(B) | 163.9º | 0.3% | 0.54% | - |
| XYZ | 17.54 | 21.88 | 23.04 | - |
| YUV | 123.49 | 129.42 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 137 | 126 | 0.30 | 0 | 0.08 | 0.46 | 163.9 | 0.18 | 0.46 |
| Hex | 60 | 89 | 7E | 1E | 0 | 8 | 2E | A4 | 12 | 2E |
| Octal | 140 | 211 | 176 | 36 | 0 | 10 | 56 | 244 | 22 | 56 |
| Binary | 1100000 | 10001001 | 1111110 | 11110 | 0 | 1000 | 101110 | 10100100 | 10010 | 101110 |
Color Harmonies of #60897E
Complementary color
Monochromatic Colors of #60897E
Black with #60897E
Text Example
Text Example
White with #60897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60897E; }
p { color: rgb(96,137,126); }
H1.HeaderClassName
{
color: #60897E;
}
.AnyTagClassName
{
color: #60897E;
}
</style>
background-color css
<style>
a { background-color: #60897E; }
a { background-color: rgb(96,137,126); }
div.DivClassName
{
background-color: #60897E;
}
.BgClassName
{
background-color: #60897E;
}
</style>
border-color css
<style>
span { border-color: #60897E; }
span { border-color: rgb(96,137,126); }
td.TdClassName
{
border-color: #60897E;
}
.TagClassName
{
border-color: #60897E;
}
</style>