Shades of Patina #60857D
Tints of Patina #60857D
RGB
CMYK
RGB Variations
Color information
#60857D (or 0x60857D) is known color: Patina. HEX triplet: 60, 85 and 7D. RGB value is (96,133,125). Sum of RGB (Red+Green+Blue) = 96+133+125=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 133 - color contains mainly: green. Hex color #60857D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60857D is #9F7A82. Grayscale: #797979. Windows color (decimal): -10451587 or 8226144. OLE color: 8226144.
HSL color Cylindrical-coordinate representation of color #60857D: hue angle of 167.03º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #60857D is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 133 | 125 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.48 |
| HSL | 167.03º | 0.16% | 0.45% | - |
| HSV(B) | 167.03º | 0.28% | 0.52% | - |
| XYZ | 16.91 | 20.74 | 22.51 | - |
| YUV | 121.03 | 130.24 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 133 | 125 | 0.28 | 0 | 0.06 | 0.48 | 167.03 | 0.16 | 0.45 |
| Hex | 60 | 85 | 7D | 1C | 0 | 6 | 30 | A7 | 10 | 2D |
| Octal | 140 | 205 | 175 | 34 | 0 | 6 | 60 | 247 | 20 | 55 |
| Binary | 1100000 | 10000101 | 1111101 | 11100 | 0 | 110 | 110000 | 10100111 | 10000 | 101101 |
Color Harmonies of #60857D
Complementary color
Monochromatic Colors of #60857D
Black with #60857D
Text Example
Text Example
White with #60857D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60857D; }
p { color: rgb(96,133,125); }
H1.HeaderClassName
{
color: #60857D;
}
.AnyTagClassName
{
color: #60857D;
}
</style>
background-color css
<style>
a { background-color: #60857D; }
a { background-color: rgb(96,133,125); }
div.DivClassName
{
background-color: #60857D;
}
.BgClassName
{
background-color: #60857D;
}
</style>
border-color css
<style>
span { border-color: #60857D; }
span { border-color: rgb(96,133,125); }
td.TdClassName
{
border-color: #60857D;
}
.TagClassName
{
border-color: #60857D;
}
</style>