Shades of Patina #60998E
Tints of Patina #60998E
RGB
CMYK
RGB Variations
Color information
#60998E (or 0x60998E) is known color: Patina. HEX triplet: 60, 99 and 8E. RGB value is (96,153,142). Sum of RGB (Red+Green+Blue) = 96+153+142=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 153 - color contains mainly: green. Hex color #60998E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60998E is #9F6671. Grayscale: #868686. Windows color (decimal): -10446450 or 9345376. OLE color: 9345376.
HSL color Cylindrical-coordinate representation of color #60998E: hue angle of 168.42º 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 #60998E is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 96 | 153 | 142 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.4 |
| HSL | 168.42º | 0.23% | 0.49% | - |
| HSV(B) | 168.42º | 0.37% | 0.6% | - |
| XYZ | 21.1 | 27.22 | 29.73 | - |
| YUV | 134.7 | 132.12 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 153 | 142 | 0.37 | 0 | 0.07 | 0.4 | 168.42 | 0.23 | 0.49 |
| Hex | 60 | 99 | 8E | 25 | 0 | 7 | 28 | A8 | 17 | 31 |
| Octal | 140 | 231 | 216 | 45 | 0 | 7 | 50 | 250 | 27 | 61 |
| Binary | 1100000 | 10011001 | 10001110 | 100101 | 0 | 111 | 101000 | 10101000 | 10111 | 110001 |
Color Harmonies of #60998E
Complementary color
Monochromatic Colors of #60998E
Black with #60998E
Text Example
Text Example
White with #60998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60998E; }
p { color: rgb(96,153,142); }
H1.HeaderClassName
{
color: #60998E;
}
.AnyTagClassName
{
color: #60998E;
}
</style>
background-color css
<style>
a { background-color: #60998E; }
a { background-color: rgb(96,153,142); }
div.DivClassName
{
background-color: #60998E;
}
.BgClassName
{
background-color: #60998E;
}
</style>
border-color css
<style>
span { border-color: #60998E; }
span { border-color: rgb(96,153,142); }
td.TdClassName
{
border-color: #60998E;
}
.TagClassName
{
border-color: #60998E;
}
</style>