Shades of Patina #60988F
Tints of Patina #60988F
RGB
CMYK
RGB Variations
Color information
#60988F (or 0x60988F) is known color: Patina. HEX triplet: 60, 98 and 8F. RGB value is (96,152,143). Sum of RGB (Red+Green+Blue) = 96+152+143=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 152 - color contains mainly: green. Hex color #60988F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60988F is #9F6770. Grayscale: #868686. Windows color (decimal): -10446705 or 9410656. OLE color: 9410656.
HSL color Cylindrical-coordinate representation of color #60988F: hue angle of 170.36º 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 #60988F is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 96 | 152 | 143 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.40 |
| HSL | 170.36º | 0.23% | 0.49% | - |
| HSV(B) | 170.36º | 0.37% | 0.6% | - |
| XYZ | 21.01 | 26.93 | 30.08 | - |
| YUV | 134.23 | 132.95 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 152 | 143 | 0.37 | 0 | 0.06 | 0.40 | 170.36 | 0.23 | 0.49 |
| Hex | 60 | 98 | 8F | 25 | 0 | 6 | 28 | AA | 17 | 31 |
| Octal | 140 | 230 | 217 | 45 | 0 | 6 | 50 | 252 | 27 | 61 |
| Binary | 1100000 | 10011000 | 10001111 | 100101 | 0 | 110 | 101000 | 10101010 | 10111 | 110001 |
Color Harmonies of #60988F
Complementary color
Monochromatic Colors of #60988F
Black with #60988F
Text Example
Text Example
White with #60988F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60988F; }
p { color: rgb(96,152,143); }
H1.HeaderClassName
{
color: #60988F;
}
.AnyTagClassName
{
color: #60988F;
}
</style>
background-color css
<style>
a { background-color: #60988F; }
a { background-color: rgb(96,152,143); }
div.DivClassName
{
background-color: #60988F;
}
.BgClassName
{
background-color: #60988F;
}
</style>
border-color css
<style>
span { border-color: #60988F; }
span { border-color: rgb(96,152,143); }
td.TdClassName
{
border-color: #60988F;
}
.TagClassName
{
border-color: #60988F;
}
</style>