Shades of Patina #62887D
Tints of Patina #62887D
RGB
CMYK
RGB Variations
Color information
#62887D (or 0x62887D) is known color: Patina. HEX triplet: 62, 88 and 7D. RGB value is (98,136,125). Sum of RGB (Red+Green+Blue) = 98+136+125=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 136 - color contains mainly: green. Hex color #62887D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62887D is #9D7782. Grayscale: #7B7B7B. Windows color (decimal): -10319747 or 8226914. OLE color: 8226914.
HSL color Cylindrical-coordinate representation of color #62887D: hue angle of 162.63º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #62887D is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 136 | 125 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.47 |
| HSL | 162.63º | 0.16% | 0.46% | - |
| HSV(B) | 162.63º | 0.28% | 0.53% | - |
| XYZ | 17.54 | 21.69 | 22.66 | - |
| YUV | 123.38 | 128.91 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 136 | 125 | 0.28 | 0 | 0.08 | 0.47 | 162.63 | 0.16 | 0.46 |
| Hex | 62 | 88 | 7D | 1C | 0 | 8 | 2F | A3 | 10 | 2E |
| Octal | 142 | 210 | 175 | 34 | 0 | 10 | 57 | 243 | 20 | 56 |
| Binary | 1100010 | 10001000 | 1111101 | 11100 | 0 | 1000 | 101111 | 10100011 | 10000 | 101110 |
Color Harmonies of #62887D
Complementary color
Monochromatic Colors of #62887D
Black with #62887D
Text Example
Text Example
White with #62887D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62887D; }
p { color: rgb(98,136,125); }
H1.HeaderClassName
{
color: #62887D;
}
.AnyTagClassName
{
color: #62887D;
}
</style>
background-color css
<style>
a { background-color: #62887D; }
a { background-color: rgb(98,136,125); }
div.DivClassName
{
background-color: #62887D;
}
.BgClassName
{
background-color: #62887D;
}
</style>
border-color css
<style>
span { border-color: #62887D; }
span { border-color: rgb(98,136,125); }
td.TdClassName
{
border-color: #62887D;
}
.TagClassName
{
border-color: #62887D;
}
</style>