Shades of Patina #62A083
Tints of Patina #62A083
RGB
CMYK
RGB Variations
Color information
#62A083 (or 0x62A083) is known color: Patina. HEX triplet: 62, A0 and 83. RGB value is (98,160,131). Sum of RGB (Red+Green+Blue) = 98+160+131=389 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.19% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 160 - color contains mainly: green. Hex color #62A083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A083 is #9D5F7C. Grayscale: #8A8A8A. Windows color (decimal): -10313597 or 8626274. OLE color: 8626274.
HSL color Cylindrical-coordinate representation of color #62A083: hue angle of 151.94º 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 #62A083 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 98 | 160 | 131 | - |
| CMYK | 0.39 | 0 | 0.18 | 0.37 |
| HSL | 151.94º | 0.25% | 0.51% | - |
| HSV(B) | 151.94º | 0.39% | 0.63% | - |
| XYZ | 21.7 | 29.38 | 26 | - |
| YUV | 138.16 | 123.96 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 160 | 131 | 0.39 | 0 | 0.18 | 0.37 | 151.94 | 0.25 | 0.51 |
| Hex | 62 | A0 | 83 | 27 | 0 | 12 | 25 | 98 | 19 | 33 |
| Octal | 142 | 240 | 203 | 47 | 0 | 22 | 45 | 230 | 31 | 63 |
| Binary | 1100010 | 10100000 | 10000011 | 100111 | 0 | 10010 | 100101 | 10011000 | 11001 | 110011 |
Color Harmonies of #62A083
Complementary color
Monochromatic Colors of #62A083
Black with #62A083
Text Example
Text Example
White with #62A083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A083; }
p { color: rgb(98,160,131); }
H1.HeaderClassName
{
color: #62A083;
}
.AnyTagClassName
{
color: #62A083;
}
</style>
background-color css
<style>
a { background-color: #62A083; }
a { background-color: rgb(98,160,131); }
div.DivClassName
{
background-color: #62A083;
}
.BgClassName
{
background-color: #62A083;
}
</style>
border-color css
<style>
span { border-color: #62A083; }
span { border-color: rgb(98,160,131); }
td.TdClassName
{
border-color: #62A083;
}
.TagClassName
{
border-color: #62A083;
}
</style>