Shades of Patina #60998D
Tints of Patina #60998D
RGB
CMYK
RGB Variations
Color information
#60998D (or 0x60998D) is known color: Patina. HEX triplet: 60, 99 and 8D. RGB value is (96,153,141). Sum of RGB (Red+Green+Blue) = 96+153+141=390 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.62% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 153 - color contains mainly: green. Hex color #60998D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60998D is #9F6672. Grayscale: #868686. Windows color (decimal): -10446451 or 9279840. OLE color: 9279840.
HSL color Cylindrical-coordinate representation of color #60998D: hue angle of 167.37º 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 #60998D is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 96 | 153 | 141 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.4 |
| HSL | 167.37º | 0.23% | 0.49% | - |
| HSV(B) | 167.37º | 0.37% | 0.6% | - |
| XYZ | 21.02 | 27.19 | 29.34 | - |
| YUV | 134.59 | 131.62 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 153 | 141 | 0.37 | 0 | 0.08 | 0.4 | 167.37 | 0.23 | 0.49 |
| Hex | 60 | 99 | 8D | 25 | 0 | 8 | 28 | A7 | 17 | 31 |
| Octal | 140 | 231 | 215 | 45 | 0 | 10 | 50 | 247 | 27 | 61 |
| Binary | 1100000 | 10011001 | 10001101 | 100101 | 0 | 1000 | 101000 | 10100111 | 10111 | 110001 |
Color Harmonies of #60998D
Complementary color
Monochromatic Colors of #60998D
Black with #60998D
Text Example
Text Example
White with #60998D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60998D; }
p { color: rgb(96,153,141); }
H1.HeaderClassName
{
color: #60998D;
}
.AnyTagClassName
{
color: #60998D;
}
</style>
background-color css
<style>
a { background-color: #60998D; }
a { background-color: rgb(96,153,141); }
div.DivClassName
{
background-color: #60998D;
}
.BgClassName
{
background-color: #60998D;
}
</style>
border-color css
<style>
span { border-color: #60998D; }
span { border-color: rgb(96,153,141); }
td.TdClassName
{
border-color: #60998D;
}
.TagClassName
{
border-color: #60998D;
}
</style>