Shades of Patina #62867C
Tints of Patina #62867C
RGB
CMYK
RGB Variations
Color information
#62867C (or 0x62867C) is known color: Patina. HEX triplet: 62, 86 and 7C. RGB value is (98,134,124). Sum of RGB (Red+Green+Blue) = 98+134+124=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 134 - color contains mainly: green. Hex color #62867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62867C is #9D7983. Grayscale: #7A7A7A. Windows color (decimal): -10320260 or 8160866. OLE color: 8160866.
HSL color Cylindrical-coordinate representation of color #62867C: hue angle of 163.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #62867C is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 134 | 124 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.47 |
| HSL | 163.33º | 0.16% | 0.45% | - |
| HSV(B) | 163.33º | 0.27% | 0.53% | - |
| XYZ | 17.2 | 21.1 | 22.24 | - |
| YUV | 122.1 | 129.07 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 134 | 124 | 0.27 | 0 | 0.07 | 0.47 | 163.33 | 0.16 | 0.45 |
| Hex | 62 | 86 | 7C | 1B | 0 | 7 | 2F | A3 | 10 | 2D |
| Octal | 142 | 206 | 174 | 33 | 0 | 7 | 57 | 243 | 20 | 55 |
| Binary | 1100010 | 10000110 | 1111100 | 11011 | 0 | 111 | 101111 | 10100011 | 10000 | 101101 |
Color Harmonies of #62867C
Complementary color
Monochromatic Colors of #62867C
Black with #62867C
Text Example
Text Example
White with #62867C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62867C; }
p { color: rgb(98,134,124); }
H1.HeaderClassName
{
color: #62867C;
}
.AnyTagClassName
{
color: #62867C;
}
</style>
background-color css
<style>
a { background-color: #62867C; }
a { background-color: rgb(98,134,124); }
div.DivClassName
{
background-color: #62867C;
}
.BgClassName
{
background-color: #62867C;
}
</style>
border-color css
<style>
span { border-color: #62867C; }
span { border-color: rgb(98,134,124); }
td.TdClassName
{
border-color: #62867C;
}
.TagClassName
{
border-color: #62867C;
}
</style>