Shades of Patina #62A587
Tints of Patina #62A587
RGB
CMYK
RGB Variations
Color information
#62A587 (or 0x62A587) is known color: Patina. HEX triplet: 62, A5 and 87. RGB value is (98,165,135). Sum of RGB (Red+Green+Blue) = 98+165+135=398 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.62% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 165 - color contains mainly: green. Hex color #62A587 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A587 is #9D5A78. Grayscale: #8D8D8D. Windows color (decimal): -10312313 or 8889698. OLE color: 8889698.
HSL color Cylindrical-coordinate representation of color #62A587: hue angle of 153.13º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #62A587 is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 98 | 165 | 135 | - |
| CMYK | 0.41 | 0 | 0.18 | 0.35 |
| HSL | 153.13º | 0.27% | 0.52% | - |
| HSV(B) | 153.13º | 0.41% | 0.65% | - |
| XYZ | 22.87 | 31.26 | 27.75 | - |
| YUV | 141.55 | 124.3 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 165 | 135 | 0.41 | 0 | 0.18 | 0.35 | 153.13 | 0.27 | 0.52 |
| Hex | 62 | A5 | 87 | 29 | 0 | 12 | 23 | 99 | 1B | 34 |
| Octal | 142 | 245 | 207 | 51 | 0 | 22 | 43 | 231 | 33 | 64 |
| Binary | 1100010 | 10100101 | 10000111 | 101001 | 0 | 10010 | 100011 | 10011001 | 11011 | 110100 |
Color Harmonies of #62A587
Complementary color
Monochromatic Colors of #62A587
Black with #62A587
Text Example
Text Example
White with #62A587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A587; }
p { color: rgb(98,165,135); }
H1.HeaderClassName
{
color: #62A587;
}
.AnyTagClassName
{
color: #62A587;
}
</style>
background-color css
<style>
a { background-color: #62A587; }
a { background-color: rgb(98,165,135); }
div.DivClassName
{
background-color: #62A587;
}
.BgClassName
{
background-color: #62A587;
}
</style>
border-color css
<style>
span { border-color: #62A587; }
span { border-color: rgb(98,165,135); }
td.TdClassName
{
border-color: #62A587;
}
.TagClassName
{
border-color: #62A587;
}
</style>