Shades of Patina #60967C
Tints of Patina #60967C
RGB
CMYK
RGB Variations
Color information
#60967C (or 0x60967C) is known color: Patina. HEX triplet: 60, 96 and 7C. RGB value is (96,150,124). Sum of RGB (Red+Green+Blue) = 96+150+124=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 150 - color contains mainly: green. Hex color #60967C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60967C is #9F6983. Grayscale: #828282. Windows color (decimal): -10447236 or 8164960. OLE color: 8164960.
HSL color Cylindrical-coordinate representation of color #60967C: hue angle of 151.11º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #60967C is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 96 | 150 | 124 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.41 |
| HSL | 151.11º | 0.22% | 0.48% | - |
| HSV(B) | 151.11º | 0.36% | 0.59% | - |
| XYZ | 19.37 | 25.75 | 23.02 | - |
| YUV | 130.89 | 124.11 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 150 | 124 | 0.36 | 0 | 0.17 | 0.41 | 151.11 | 0.22 | 0.48 |
| Hex | 60 | 96 | 7C | 24 | 0 | 11 | 29 | 97 | 16 | 30 |
| Octal | 140 | 226 | 174 | 44 | 0 | 21 | 51 | 227 | 26 | 60 |
| Binary | 1100000 | 10010110 | 1111100 | 100100 | 0 | 10001 | 101001 | 10010111 | 10110 | 110000 |
Color Harmonies of #60967C
Complementary color
Monochromatic Colors of #60967C
Black with #60967C
Text Example
Text Example
White with #60967C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60967C; }
p { color: rgb(96,150,124); }
H1.HeaderClassName
{
color: #60967C;
}
.AnyTagClassName
{
color: #60967C;
}
</style>
background-color css
<style>
a { background-color: #60967C; }
a { background-color: rgb(96,150,124); }
div.DivClassName
{
background-color: #60967C;
}
.BgClassName
{
background-color: #60967C;
}
</style>
border-color css
<style>
span { border-color: #60967C; }
span { border-color: rgb(96,150,124); }
td.TdClassName
{
border-color: #60967C;
}
.TagClassName
{
border-color: #60967C;
}
</style>