Shades of Patina #62A091
Tints of Patina #62A091
RGB
CMYK
RGB Variations
Color information
#62A091 (or 0x62A091) is known color: Patina. HEX triplet: 62, A0 and 91. RGB value is (98,160,145). Sum of RGB (Red+Green+Blue) = 98+160+145=403 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.32% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 160 - color contains mainly: green. Hex color #62A091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A091 is #9D5F6E. Grayscale: #8B8B8B. Windows color (decimal): -10313583 or 9543778. OLE color: 9543778.
HSL color Cylindrical-coordinate representation of color #62A091: hue angle of 165.48º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #62A091 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 98 | 160 | 145 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.37 |
| HSL | 165.48º | 0.25% | 0.51% | - |
| HSV(B) | 165.48º | 0.39% | 0.63% | - |
| XYZ | 22.72 | 29.78 | 31.34 | - |
| YUV | 139.75 | 130.96 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 160 | 145 | 0.39 | 0 | 0.09 | 0.37 | 165.48 | 0.25 | 0.51 |
| Hex | 62 | A0 | 91 | 27 | 0 | 9 | 25 | A5 | 19 | 33 |
| Octal | 142 | 240 | 221 | 47 | 0 | 11 | 45 | 245 | 31 | 63 |
| Binary | 1100010 | 10100000 | 10010001 | 100111 | 0 | 1001 | 100101 | 10100101 | 11001 | 110011 |
Color Harmonies of #62A091
Complementary color
Monochromatic Colors of #62A091
Black with #62A091
Text Example
Text Example
White with #62A091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A091; }
p { color: rgb(98,160,145); }
H1.HeaderClassName
{
color: #62A091;
}
.AnyTagClassName
{
color: #62A091;
}
</style>
background-color css
<style>
a { background-color: #62A091; }
a { background-color: rgb(98,160,145); }
div.DivClassName
{
background-color: #62A091;
}
.BgClassName
{
background-color: #62A091;
}
</style>
border-color css
<style>
span { border-color: #62A091; }
span { border-color: rgb(98,160,145); }
td.TdClassName
{
border-color: #62A091;
}
.TagClassName
{
border-color: #62A091;
}
</style>