Shades of Patina #60998C
Tints of Patina #60998C
RGB
CMYK
RGB Variations
Color information
#60998C (or 0x60998C) is known color: Patina. HEX triplet: 60, 99 and 8C. RGB value is (96,153,140). Sum of RGB (Red+Green+Blue) = 96+153+140=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 153 - color contains mainly: green. Hex color #60998C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60998C is #9F6673. Grayscale: #868686. Windows color (decimal): -10446452 or 9214304. OLE color: 9214304.
HSL color Cylindrical-coordinate representation of color #60998C: hue angle of 166.32º 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 #60998C is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 96 | 153 | 140 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.4 |
| HSL | 166.32º | 0.23% | 0.49% | - |
| HSV(B) | 166.32º | 0.37% | 0.6% | - |
| XYZ | 20.95 | 27.16 | 28.95 | - |
| YUV | 134.48 | 131.12 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 153 | 140 | 0.37 | 0 | 0.08 | 0.4 | 166.32 | 0.23 | 0.49 |
| Hex | 60 | 99 | 8C | 25 | 0 | 8 | 28 | A6 | 17 | 31 |
| Octal | 140 | 231 | 214 | 45 | 0 | 10 | 50 | 246 | 27 | 61 |
| Binary | 1100000 | 10011001 | 10001100 | 100101 | 0 | 1000 | 101000 | 10100110 | 10111 | 110001 |
Color Harmonies of #60998C
Complementary color
Monochromatic Colors of #60998C
Black with #60998C
Text Example
Text Example
White with #60998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60998C; }
p { color: rgb(96,153,140); }
H1.HeaderClassName
{
color: #60998C;
}
.AnyTagClassName
{
color: #60998C;
}
</style>
background-color css
<style>
a { background-color: #60998C; }
a { background-color: rgb(96,153,140); }
div.DivClassName
{
background-color: #60998C;
}
.BgClassName
{
background-color: #60998C;
}
</style>
border-color css
<style>
span { border-color: #60998C; }
span { border-color: rgb(96,153,140); }
td.TdClassName
{
border-color: #60998C;
}
.TagClassName
{
border-color: #60998C;
}
</style>