Shades of Patina #60957C
Tints of Patina #60957C
RGB
CMYK
RGB Variations
Color information
#60957C (or 0x60957C) is known color: Patina. HEX triplet: 60, 95 and 7C. RGB value is (96,149,124). Sum of RGB (Red+Green+Blue) = 96+149+124=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 149 - color contains mainly: green. Hex color #60957C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60957C is #9F6A83. Grayscale: #828282. Windows color (decimal): -10447492 or 8164704. OLE color: 8164704.
HSL color Cylindrical-coordinate representation of color #60957C: hue angle of 151.7º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #60957C is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 149 | 124 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.42 |
| HSL | 151.7º | 0.22% | 0.48% | - |
| HSV(B) | 151.7º | 0.36% | 0.58% | - |
| XYZ | 19.21 | 25.44 | 22.97 | - |
| YUV | 130.3 | 124.44 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 149 | 124 | 0.36 | 0 | 0.17 | 0.42 | 151.7 | 0.22 | 0.48 |
| Hex | 60 | 95 | 7C | 24 | 0 | 11 | 2A | 98 | 16 | 30 |
| Octal | 140 | 225 | 174 | 44 | 0 | 21 | 52 | 230 | 26 | 60 |
| Binary | 1100000 | 10010101 | 1111100 | 100100 | 0 | 10001 | 101010 | 10011000 | 10110 | 110000 |
Color Harmonies of #60957C
Complementary color
Monochromatic Colors of #60957C
Black with #60957C
Text Example
Text Example
White with #60957C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60957C; }
p { color: rgb(96,149,124); }
H1.HeaderClassName
{
color: #60957C;
}
.AnyTagClassName
{
color: #60957C;
}
</style>
background-color css
<style>
a { background-color: #60957C; }
a { background-color: rgb(96,149,124); }
div.DivClassName
{
background-color: #60957C;
}
.BgClassName
{
background-color: #60957C;
}
</style>
border-color css
<style>
span { border-color: #60957C; }
span { border-color: rgb(96,149,124); }
td.TdClassName
{
border-color: #60957C;
}
.TagClassName
{
border-color: #60957C;
}
</style>