Shades of Patina #60A192
Tints of Patina #60A192
RGB
CMYK
RGB Variations
Color information
#60A192 (or 0x60A192) is known color: Patina. HEX triplet: 60, A1 and 92. RGB value is (96,161,146). Sum of RGB (Red+Green+Blue) = 96+161+146=403 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.82% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 161 - color contains mainly: green. Hex color #60A192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A192 is #9F5E6D. Grayscale: #8B8B8B. Windows color (decimal): -10444398 or 9609568. OLE color: 9609568.
HSL color Cylindrical-coordinate representation of color #60A192: hue angle of 166.15º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #60A192 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 161 | 146 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.37 |
| HSL | 166.15º | 0.26% | 0.5% | - |
| HSV(B) | 166.15º | 0.4% | 0.63% | - |
| XYZ | 22.76 | 30.05 | 31.8 | - |
| YUV | 139.86 | 131.47 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 161 | 146 | 0.40 | 0 | 0.09 | 0.37 | 166.15 | 0.26 | 0.5 |
| Hex | 60 | A1 | 92 | 28 | 0 | 9 | 25 | A6 | 1A | 32 |
| Octal | 140 | 241 | 222 | 50 | 0 | 11 | 45 | 246 | 32 | 62 |
| Binary | 1100000 | 10100001 | 10010010 | 101000 | 0 | 1001 | 100101 | 10100110 | 11010 | 110010 |
Color Harmonies of #60A192
Complementary color
Monochromatic Colors of #60A192
Black with #60A192
Text Example
Text Example
White with #60A192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A192; }
p { color: rgb(96,161,146); }
H1.HeaderClassName
{
color: #60A192;
}
.AnyTagClassName
{
color: #60A192;
}
</style>
background-color css
<style>
a { background-color: #60A192; }
a { background-color: rgb(96,161,146); }
div.DivClassName
{
background-color: #60A192;
}
.BgClassName
{
background-color: #60A192;
}
</style>
border-color css
<style>
span { border-color: #60A192; }
span { border-color: rgb(96,161,146); }
td.TdClassName
{
border-color: #60A192;
}
.TagClassName
{
border-color: #60A192;
}
</style>