Shades of Patina #60967E
Tints of Patina #60967E
RGB
CMYK
RGB Variations
Color information
#60967E (or 0x60967E) is known color: Patina. HEX triplet: 60, 96 and 7E. RGB value is (96,150,126). Sum of RGB (Red+Green+Blue) = 96+150+126=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 150 - color contains mainly: green. Hex color #60967E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60967E is #9F6981. Grayscale: #838383. Windows color (decimal): -10447234 or 8296032. OLE color: 8296032.
HSL color Cylindrical-coordinate representation of color #60967E: hue angle of 153.33º 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 #60967E is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 96 | 150 | 126 | - |
| CMYK | 0.36 | 0 | 0.16 | 0.41 |
| HSL | 153.33º | 0.22% | 0.48% | - |
| HSV(B) | 153.33º | 0.36% | 0.59% | - |
| XYZ | 19.5 | 25.81 | 23.69 | - |
| YUV | 131.12 | 125.11 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 150 | 126 | 0.36 | 0 | 0.16 | 0.41 | 153.33 | 0.22 | 0.48 |
| Hex | 60 | 96 | 7E | 24 | 0 | 10 | 29 | 99 | 16 | 30 |
| Octal | 140 | 226 | 176 | 44 | 0 | 20 | 51 | 231 | 26 | 60 |
| Binary | 1100000 | 10010110 | 1111110 | 100100 | 0 | 10000 | 101001 | 10011001 | 10110 | 110000 |
Color Harmonies of #60967E
Complementary color
Monochromatic Colors of #60967E
Black with #60967E
Text Example
Text Example
White with #60967E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60967E; }
p { color: rgb(96,150,126); }
H1.HeaderClassName
{
color: #60967E;
}
.AnyTagClassName
{
color: #60967E;
}
</style>
background-color css
<style>
a { background-color: #60967E; }
a { background-color: rgb(96,150,126); }
div.DivClassName
{
background-color: #60967E;
}
.BgClassName
{
background-color: #60967E;
}
</style>
border-color css
<style>
span { border-color: #60967E; }
span { border-color: rgb(96,150,126); }
td.TdClassName
{
border-color: #60967E;
}
.TagClassName
{
border-color: #60967E;
}
</style>