Shades of Patina #60998A
Tints of Patina #60998A
RGB
CMYK
RGB Variations
Color information
#60998A (or 0x60998A) is known color: Patina. HEX triplet: 60, 99 and 8A. RGB value is (96,153,138). Sum of RGB (Red+Green+Blue) = 96+153+138=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 153 - color contains mainly: green. Hex color #60998A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60998A is #9F6675. Grayscale: #868686. Windows color (decimal): -10446454 or 9083232. OLE color: 9083232.
HSL color Cylindrical-coordinate representation of color #60998A: hue angle of 164.21º 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 #60998A is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 96 | 153 | 138 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.4 |
| HSL | 164.21º | 0.23% | 0.49% | - |
| HSV(B) | 164.21º | 0.37% | 0.6% | - |
| XYZ | 20.8 | 27.1 | 28.18 | - |
| YUV | 134.25 | 130.12 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 153 | 138 | 0.37 | 0 | 0.10 | 0.4 | 164.21 | 0.23 | 0.49 |
| Hex | 60 | 99 | 8A | 25 | 0 | A | 28 | A4 | 17 | 31 |
| Octal | 140 | 231 | 212 | 45 | 0 | 12 | 50 | 244 | 27 | 61 |
| Binary | 1100000 | 10011001 | 10001010 | 100101 | 0 | 1010 | 101000 | 10100100 | 10111 | 110001 |
Color Harmonies of #60998A
Complementary color
Monochromatic Colors of #60998A
Black with #60998A
Text Example
Text Example
White with #60998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60998A; }
p { color: rgb(96,153,138); }
H1.HeaderClassName
{
color: #60998A;
}
.AnyTagClassName
{
color: #60998A;
}
</style>
background-color css
<style>
a { background-color: #60998A; }
a { background-color: rgb(96,153,138); }
div.DivClassName
{
background-color: #60998A;
}
.BgClassName
{
background-color: #60998A;
}
</style>
border-color css
<style>
span { border-color: #60998A; }
span { border-color: rgb(96,153,138); }
td.TdClassName
{
border-color: #60998A;
}
.TagClassName
{
border-color: #60998A;
}
</style>