Shades of Patina #60A58D
Tints of Patina #60A58D
RGB
CMYK
RGB Variations
Color information
#60A58D (or 0x60A58D) is known color: Patina. HEX triplet: 60, A5 and 8D. RGB value is (96,165,141). Sum of RGB (Red+Green+Blue) = 96+165+141=402 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.88% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 165 - color contains mainly: green. Hex color #60A58D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A58D is #9F5A72. Grayscale: #8D8D8D. Windows color (decimal): -10443379 or 9282912. OLE color: 9282912.
HSL color Cylindrical-coordinate representation of color #60A58D: hue angle of 159.13º 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 #60A58D is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 165 | 141 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.35 |
| HSL | 159.13º | 0.28% | 0.51% | - |
| HSV(B) | 159.13º | 0.42% | 0.65% | - |
| XYZ | 23.09 | 31.32 | 30.03 | - |
| YUV | 141.63 | 127.64 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 165 | 141 | 0.42 | 0 | 0.15 | 0.35 | 159.13 | 0.28 | 0.51 |
| Hex | 60 | A5 | 8D | 2A | 0 | F | 23 | 9F | 1C | 33 |
| Octal | 140 | 245 | 215 | 52 | 0 | 17 | 43 | 237 | 34 | 63 |
| Binary | 1100000 | 10100101 | 10001101 | 101010 | 0 | 1111 | 100011 | 10011111 | 11100 | 110011 |
Color Harmonies of #60A58D
Complementary color
Monochromatic Colors of #60A58D
Black with #60A58D
Text Example
Text Example
White with #60A58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A58D; }
p { color: rgb(96,165,141); }
H1.HeaderClassName
{
color: #60A58D;
}
.AnyTagClassName
{
color: #60A58D;
}
</style>
background-color css
<style>
a { background-color: #60A58D; }
a { background-color: rgb(96,165,141); }
div.DivClassName
{
background-color: #60A58D;
}
.BgClassName
{
background-color: #60A58D;
}
</style>
border-color css
<style>
span { border-color: #60A58D; }
span { border-color: rgb(96,165,141); }
td.TdClassName
{
border-color: #60A58D;
}
.TagClassName
{
border-color: #60A58D;
}
</style>