Shades of Patina #62A388
Tints of Patina #62A388
RGB
CMYK
RGB Variations
Color information
#62A388 (or 0x62A388) is known color: Patina. HEX triplet: 62, A3 and 88. RGB value is (98,163,136). Sum of RGB (Red+Green+Blue) = 98+163+136=397 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.69% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 163 - color contains mainly: green. Hex color #62A388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A388 is #9D5C77. Grayscale: #8C8C8C. Windows color (decimal): -10312824 or 8954722. OLE color: 8954722.
HSL color Cylindrical-coordinate representation of color #62A388: hue angle of 155.08º 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 #62A388 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 163 | 136 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.36 |
| HSL | 155.08º | 0.26% | 0.51% | - |
| HSV(B) | 155.08º | 0.4% | 0.64% | - |
| XYZ | 22.58 | 30.57 | 28 | - |
| YUV | 140.49 | 125.47 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 163 | 136 | 0.40 | 0 | 0.17 | 0.36 | 155.08 | 0.26 | 0.51 |
| Hex | 62 | A3 | 88 | 28 | 0 | 11 | 24 | 9B | 1A | 33 |
| Octal | 142 | 243 | 210 | 50 | 0 | 21 | 44 | 233 | 32 | 63 |
| Binary | 1100010 | 10100011 | 10001000 | 101000 | 0 | 10001 | 100100 | 10011011 | 11010 | 110011 |
Color Harmonies of #62A388
Complementary color
Monochromatic Colors of #62A388
Black with #62A388
Text Example
Text Example
White with #62A388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A388; }
p { color: rgb(98,163,136); }
H1.HeaderClassName
{
color: #62A388;
}
.AnyTagClassName
{
color: #62A388;
}
</style>
background-color css
<style>
a { background-color: #62A388; }
a { background-color: rgb(98,163,136); }
div.DivClassName
{
background-color: #62A388;
}
.BgClassName
{
background-color: #62A388;
}
</style>
border-color css
<style>
span { border-color: #62A388; }
span { border-color: rgb(98,163,136); }
td.TdClassName
{
border-color: #62A388;
}
.TagClassName
{
border-color: #62A388;
}
</style>