Shades of Patina #62A384
Tints of Patina #62A384
RGB
CMYK
RGB Variations
Color information
#62A384 (or 0x62A384) is known color: Patina. HEX triplet: 62, A3 and 84. RGB value is (98,163,132). Sum of RGB (Red+Green+Blue) = 98+163+132=393 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.94% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 163 - color contains mainly: green. Hex color #62A384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A384 is #9D5C7B. Grayscale: #8C8C8C. Windows color (decimal): -10312828 or 8692578. OLE color: 8692578.
HSL color Cylindrical-coordinate representation of color #62A384: hue angle of 151.38º 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 #62A384 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 163 | 132 | - |
| CMYK | 0.40 | 0 | 0.19 | 0.36 |
| HSL | 151.38º | 0.26% | 0.51% | - |
| HSV(B) | 151.38º | 0.4% | 0.64% | - |
| XYZ | 22.3 | 30.46 | 26.53 | - |
| YUV | 140.03 | 123.47 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 163 | 132 | 0.40 | 0 | 0.19 | 0.36 | 151.38 | 0.26 | 0.51 |
| Hex | 62 | A3 | 84 | 28 | 0 | 13 | 24 | 97 | 1A | 33 |
| Octal | 142 | 243 | 204 | 50 | 0 | 23 | 44 | 227 | 32 | 63 |
| Binary | 1100010 | 10100011 | 10000100 | 101000 | 0 | 10011 | 100100 | 10010111 | 11010 | 110011 |
Color Harmonies of #62A384
Complementary color
Monochromatic Colors of #62A384
Black with #62A384
Text Example
Text Example
White with #62A384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A384; }
p { color: rgb(98,163,132); }
H1.HeaderClassName
{
color: #62A384;
}
.AnyTagClassName
{
color: #62A384;
}
</style>
background-color css
<style>
a { background-color: #62A384; }
a { background-color: rgb(98,163,132); }
div.DivClassName
{
background-color: #62A384;
}
.BgClassName
{
background-color: #62A384;
}
</style>
border-color css
<style>
span { border-color: #62A384; }
span { border-color: rgb(98,163,132); }
td.TdClassName
{
border-color: #62A384;
}
.TagClassName
{
border-color: #62A384;
}
</style>