Shades of Patina #60867D
Tints of Patina #60867D
RGB
CMYK
RGB Variations
Color information
#60867D (or 0x60867D) is known color: Patina. HEX triplet: 60, 86 and 7D. RGB value is (96,134,125). Sum of RGB (Red+Green+Blue) = 96+134+125=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 134 - color contains mainly: green. Hex color #60867D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60867D is #9F7982. Grayscale: #797979. Windows color (decimal): -10451331 or 8226400. OLE color: 8226400.
HSL color Cylindrical-coordinate representation of color #60867D: hue angle of 165.79º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #60867D is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 134 | 125 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.47 |
| HSL | 165.79º | 0.17% | 0.45% | - |
| HSV(B) | 165.79º | 0.28% | 0.53% | - |
| XYZ | 17.05 | 21.02 | 22.56 | - |
| YUV | 121.61 | 129.91 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 134 | 125 | 0.28 | 0 | 0.07 | 0.47 | 165.79 | 0.17 | 0.45 |
| Hex | 60 | 86 | 7D | 1C | 0 | 7 | 2F | A6 | 11 | 2D |
| Octal | 140 | 206 | 175 | 34 | 0 | 7 | 57 | 246 | 21 | 55 |
| Binary | 1100000 | 10000110 | 1111101 | 11100 | 0 | 111 | 101111 | 10100110 | 10001 | 101101 |
Color Harmonies of #60867D
Complementary color
Monochromatic Colors of #60867D
Black with #60867D
Text Example
Text Example
White with #60867D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60867D; }
p { color: rgb(96,134,125); }
H1.HeaderClassName
{
color: #60867D;
}
.AnyTagClassName
{
color: #60867D;
}
</style>
background-color css
<style>
a { background-color: #60867D; }
a { background-color: rgb(96,134,125); }
div.DivClassName
{
background-color: #60867D;
}
.BgClassName
{
background-color: #60867D;
}
</style>
border-color css
<style>
span { border-color: #60867D; }
span { border-color: rgb(96,134,125); }
td.TdClassName
{
border-color: #60867D;
}
.TagClassName
{
border-color: #60867D;
}
</style>