Shades of Patina #60897D
Tints of Patina #60897D
RGB
CMYK
RGB Variations
Color information
#60897D (or 0x60897D) is known color: Patina. HEX triplet: 60, 89 and 7D. RGB value is (96,137,125). Sum of RGB (Red+Green+Blue) = 96+137+125=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 137 - color contains mainly: green. Hex color #60897D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60897D is #9F7682. Grayscale: #7B7B7B. Windows color (decimal): -10450563 or 8227168. OLE color: 8227168.
HSL color Cylindrical-coordinate representation of color #60897D: hue angle of 162.44º 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 #60897D is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 137 | 125 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.46 |
| HSL | 162.44º | 0.18% | 0.46% | - |
| HSV(B) | 162.44º | 0.3% | 0.54% | - |
| XYZ | 17.47 | 21.86 | 22.7 | - |
| YUV | 123.37 | 128.92 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 137 | 125 | 0.30 | 0 | 0.09 | 0.46 | 162.44 | 0.18 | 0.46 |
| Hex | 60 | 89 | 7D | 1E | 0 | 9 | 2E | A2 | 12 | 2E |
| Octal | 140 | 211 | 175 | 36 | 0 | 11 | 56 | 242 | 22 | 56 |
| Binary | 1100000 | 10001001 | 1111101 | 11110 | 0 | 1001 | 101110 | 10100010 | 10010 | 101110 |
Color Harmonies of #60897D
Complementary color
Monochromatic Colors of #60897D
Black with #60897D
Text Example
Text Example
White with #60897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60897D; }
p { color: rgb(96,137,125); }
H1.HeaderClassName
{
color: #60897D;
}
.AnyTagClassName
{
color: #60897D;
}
</style>
background-color css
<style>
a { background-color: #60897D; }
a { background-color: rgb(96,137,125); }
div.DivClassName
{
background-color: #60897D;
}
.BgClassName
{
background-color: #60897D;
}
</style>
border-color css
<style>
span { border-color: #60897D; }
span { border-color: rgb(96,137,125); }
td.TdClassName
{
border-color: #60897D;
}
.TagClassName
{
border-color: #60897D;
}
</style>