Shades of Patina #60887E
Tints of Patina #60887E
RGB
CMYK
RGB Variations
Color information
#60887E (or 0x60887E) is known color: Patina. HEX triplet: 60, 88 and 7E. RGB value is (96,136,126). Sum of RGB (Red+Green+Blue) = 96+136+126=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 136 - color contains mainly: green. Hex color #60887E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60887E is #9F7781. Grayscale: #7A7A7A. Windows color (decimal): -10450818 or 8292448. OLE color: 8292448.
HSL color Cylindrical-coordinate representation of color #60887E: hue angle of 165º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #60887E is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 136 | 126 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.47 |
| HSL | 165º | 0.17% | 0.45% | - |
| HSV(B) | 165º | 0.29% | 0.53% | - |
| XYZ | 17.39 | 21.6 | 22.99 | - |
| YUV | 122.9 | 129.75 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 136 | 126 | 0.29 | 0 | 0.07 | 0.47 | 165 | 0.17 | 0.45 |
| Hex | 60 | 88 | 7E | 1D | 0 | 7 | 2F | A5 | 11 | 2D |
| Octal | 140 | 210 | 176 | 35 | 0 | 7 | 57 | 245 | 21 | 55 |
| Binary | 1100000 | 10001000 | 1111110 | 11101 | 0 | 111 | 101111 | 10100101 | 10001 | 101101 |
Color Harmonies of #60887E
Complementary color
Monochromatic Colors of #60887E
Black with #60887E
Text Example
Text Example
White with #60887E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60887E; }
p { color: rgb(96,136,126); }
H1.HeaderClassName
{
color: #60887E;
}
.AnyTagClassName
{
color: #60887E;
}
</style>
background-color css
<style>
a { background-color: #60887E; }
a { background-color: rgb(96,136,126); }
div.DivClassName
{
background-color: #60887E;
}
.BgClassName
{
background-color: #60887E;
}
</style>
border-color css
<style>
span { border-color: #60887E; }
span { border-color: rgb(96,136,126); }
td.TdClassName
{
border-color: #60887E;
}
.TagClassName
{
border-color: #60887E;
}
</style>