Shades of Patina #60A684
Tints of Patina #60A684
RGB
CMYK
RGB Variations
Color information
#60A684 (or 0x60A684) is known color: Patina. HEX triplet: 60, A6 and 84. RGB value is (96,166,132). Sum of RGB (Red+Green+Blue) = 96+166+132=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 166 (65.23% from 255 or 42.13% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 166 - color contains mainly: green. Hex color #60A684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A684 is #9F597B. Grayscale: #8D8D8D. Windows color (decimal): -10443132 or 8693344. OLE color: 8693344.
HSL color Cylindrical-coordinate representation of color #60A684: hue angle of 150.86º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #60A684 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 166 | 132 | - |
| CMYK | 0.42 | 0 | 0.20 | 0.35 |
| HSL | 150.86º | 0.28% | 0.51% | - |
| HSV(B) | 150.86º | 0.42% | 0.65% | - |
| XYZ | 22.62 | 31.43 | 26.7 | - |
| YUV | 141.19 | 122.81 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 166 | 132 | 0.42 | 0 | 0.20 | 0.35 | 150.86 | 0.28 | 0.51 |
| Hex | 60 | A6 | 84 | 2A | 0 | 14 | 23 | 97 | 1C | 33 |
| Octal | 140 | 246 | 204 | 52 | 0 | 24 | 43 | 227 | 34 | 63 |
| Binary | 1100000 | 10100110 | 10000100 | 101010 | 0 | 10100 | 100011 | 10010111 | 11100 | 110011 |
Color Harmonies of #60A684
Complementary color
Monochromatic Colors of #60A684
Black with #60A684
Text Example
Text Example
White with #60A684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A684; }
p { color: rgb(96,166,132); }
H1.HeaderClassName
{
color: #60A684;
}
.AnyTagClassName
{
color: #60A684;
}
</style>
background-color css
<style>
a { background-color: #60A684; }
a { background-color: rgb(96,166,132); }
div.DivClassName
{
background-color: #60A684;
}
.BgClassName
{
background-color: #60A684;
}
</style>
border-color css
<style>
span { border-color: #60A684; }
span { border-color: rgb(96,166,132); }
td.TdClassName
{
border-color: #60A684;
}
.TagClassName
{
border-color: #60A684;
}
</style>