Shades of Patina #60877C
Tints of Patina #60877C
RGB
CMYK
RGB Variations
Color information
#60877C (or 0x60877C) is known color: Patina. HEX triplet: 60, 87 and 7C. RGB value is (96,135,124). Sum of RGB (Red+Green+Blue) = 96+135+124=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 135 - color contains mainly: green. Hex color #60877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60877C is #9F7883. Grayscale: #7A7A7A. Windows color (decimal): -10451076 or 8161120. OLE color: 8161120.
HSL color Cylindrical-coordinate representation of color #60877C: hue angle of 163.08º 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 #60877C is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 135 | 124 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.47 |
| HSL | 163.08º | 0.17% | 0.45% | - |
| HSV(B) | 163.08º | 0.29% | 0.53% | - |
| XYZ | 17.13 | 21.27 | 22.27 | - |
| YUV | 122.09 | 129.08 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 135 | 124 | 0.29 | 0 | 0.08 | 0.47 | 163.08 | 0.17 | 0.45 |
| Hex | 60 | 87 | 7C | 1D | 0 | 8 | 2F | A3 | 11 | 2D |
| Octal | 140 | 207 | 174 | 35 | 0 | 10 | 57 | 243 | 21 | 55 |
| Binary | 1100000 | 10000111 | 1111100 | 11101 | 0 | 1000 | 101111 | 10100011 | 10001 | 101101 |
Color Harmonies of #60877C
Complementary color
Monochromatic Colors of #60877C
Black with #60877C
Text Example
Text Example
White with #60877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60877C; }
p { color: rgb(96,135,124); }
H1.HeaderClassName
{
color: #60877C;
}
.AnyTagClassName
{
color: #60877C;
}
</style>
background-color css
<style>
a { background-color: #60877C; }
a { background-color: rgb(96,135,124); }
div.DivClassName
{
background-color: #60877C;
}
.BgClassName
{
background-color: #60877C;
}
</style>
border-color css
<style>
span { border-color: #60877C; }
span { border-color: rgb(96,135,124); }
td.TdClassName
{
border-color: #60877C;
}
.TagClassName
{
border-color: #60877C;
}
</style>