Shades of Patina #62877C
Tints of Patina #62877C
RGB
CMYK
RGB Variations
Color information
#62877C (or 0x62877C) is known color: Patina. HEX triplet: 62, 87 and 7C. RGB value is (98,135,124). Sum of RGB (Red+Green+Blue) = 98+135+124=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 135 - color contains mainly: green. Hex color #62877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62877C is #9D7883. Grayscale: #7A7A7A. Windows color (decimal): -10320004 or 8161122. OLE color: 8161122.
HSL color Cylindrical-coordinate representation of color #62877C: hue angle of 162.16º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #62877C is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 135 | 124 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.47 |
| HSL | 162.16º | 0.16% | 0.46% | - |
| HSV(B) | 162.16º | 0.27% | 0.53% | - |
| XYZ | 17.34 | 21.38 | 22.28 | - |
| YUV | 122.68 | 128.74 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 135 | 124 | 0.27 | 0 | 0.08 | 0.47 | 162.16 | 0.16 | 0.46 |
| Hex | 62 | 87 | 7C | 1B | 0 | 8 | 2F | A2 | 10 | 2E |
| Octal | 142 | 207 | 174 | 33 | 0 | 10 | 57 | 242 | 20 | 56 |
| Binary | 1100010 | 10000111 | 1111100 | 11011 | 0 | 1000 | 101111 | 10100010 | 10000 | 101110 |
Color Harmonies of #62877C
Complementary color
Monochromatic Colors of #62877C
Black with #62877C
Text Example
Text Example
White with #62877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62877C; }
p { color: rgb(98,135,124); }
H1.HeaderClassName
{
color: #62877C;
}
.AnyTagClassName
{
color: #62877C;
}
</style>
background-color css
<style>
a { background-color: #62877C; }
a { background-color: rgb(98,135,124); }
div.DivClassName
{
background-color: #62877C;
}
.BgClassName
{
background-color: #62877C;
}
</style>
border-color css
<style>
span { border-color: #62877C; }
span { border-color: rgb(98,135,124); }
td.TdClassName
{
border-color: #62877C;
}
.TagClassName
{
border-color: #62877C;
}
</style>