Shades of Patina #62A284
Tints of Patina #62A284
RGB
CMYK
RGB Variations
Color information
#62A284 (or 0x62A284) is known color: Patina. HEX triplet: 62, A2 and 84. RGB value is (98,162,132). Sum of RGB (Red+Green+Blue) = 98+162+132=392 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 162 - color contains mainly: green. Hex color #62A284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A284 is #9D5D7B. Grayscale: #8B8B8B. Windows color (decimal): -10313084 or 8692322. OLE color: 8692322.
HSL color Cylindrical-coordinate representation of color #62A284: hue angle of 151.88º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #62A284 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 162 | 132 | - |
| CMYK | 0.40 | 0 | 0.19 | 0.36 |
| HSL | 151.88º | 0.26% | 0.51% | - |
| HSV(B) | 151.88º | 0.4% | 0.64% | - |
| XYZ | 22.12 | 30.1 | 26.47 | - |
| YUV | 139.44 | 123.8 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 162 | 132 | 0.40 | 0 | 0.19 | 0.36 | 151.88 | 0.26 | 0.51 |
| Hex | 62 | A2 | 84 | 28 | 0 | 13 | 24 | 98 | 1A | 33 |
| Octal | 142 | 242 | 204 | 50 | 0 | 23 | 44 | 230 | 32 | 63 |
| Binary | 1100010 | 10100010 | 10000100 | 101000 | 0 | 10011 | 100100 | 10011000 | 11010 | 110011 |
Color Harmonies of #62A284
Complementary color
Monochromatic Colors of #62A284
Black with #62A284
Text Example
Text Example
White with #62A284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A284; }
p { color: rgb(98,162,132); }
H1.HeaderClassName
{
color: #62A284;
}
.AnyTagClassName
{
color: #62A284;
}
</style>
background-color css
<style>
a { background-color: #62A284; }
a { background-color: rgb(98,162,132); }
div.DivClassName
{
background-color: #62A284;
}
.BgClassName
{
background-color: #62A284;
}
</style>
border-color css
<style>
span { border-color: #62A284; }
span { border-color: rgb(98,162,132); }
td.TdClassName
{
border-color: #62A284;
}
.TagClassName
{
border-color: #62A284;
}
</style>