Shades of Patina #60987C
Tints of Patina #60987C
RGB
CMYK
RGB Variations
Color information
#60987C (or 0x60987C) is known color: Patina. HEX triplet: 60, 98 and 7C. RGB value is (96,152,124). Sum of RGB (Red+Green+Blue) = 96+152+124=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 152 - color contains mainly: green. Hex color #60987C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60987C is #9F6783. Grayscale: #848484. Windows color (decimal): -10446724 or 8165472. OLE color: 8165472.
HSL color Cylindrical-coordinate representation of color #60987C: hue angle of 150º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #60987C is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 96 | 152 | 124 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.40 |
| HSL | 150º | 0.23% | 0.49% | - |
| HSV(B) | 150º | 0.37% | 0.6% | - |
| XYZ | 19.69 | 26.4 | 23.13 | - |
| YUV | 132.06 | 123.45 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 152 | 124 | 0.37 | 0 | 0.18 | 0.40 | 150 | 0.23 | 0.49 |
| Hex | 60 | 98 | 7C | 25 | 0 | 12 | 28 | 96 | 17 | 31 |
| Octal | 140 | 230 | 174 | 45 | 0 | 22 | 50 | 226 | 27 | 61 |
| Binary | 1100000 | 10011000 | 1111100 | 100101 | 0 | 10010 | 101000 | 10010110 | 10111 | 110001 |
Color Harmonies of #60987C
Complementary color
Monochromatic Colors of #60987C
Black with #60987C
Text Example
Text Example
White with #60987C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60987C; }
p { color: rgb(96,152,124); }
H1.HeaderClassName
{
color: #60987C;
}
.AnyTagClassName
{
color: #60987C;
}
</style>
background-color css
<style>
a { background-color: #60987C; }
a { background-color: rgb(96,152,124); }
div.DivClassName
{
background-color: #60987C;
}
.BgClassName
{
background-color: #60987C;
}
</style>
border-color css
<style>
span { border-color: #60987C; }
span { border-color: rgb(96,152,124); }
td.TdClassName
{
border-color: #60987C;
}
.TagClassName
{
border-color: #60987C;
}
</style>