Shades of Patina #62917C
Tints of Patina #62917C
RGB
CMYK
RGB Variations
Color information
#62917C (or 0x62917C) is known color: Patina. HEX triplet: 62, 91 and 7C. RGB value is (98,145,124). Sum of RGB (Red+Green+Blue) = 98+145+124=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 145 - color contains mainly: green. Hex color #62917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62917C is #9D6E83. Grayscale: #808080. Windows color (decimal): -10317444 or 8163682. OLE color: 8163682.
HSL color Cylindrical-coordinate representation of color #62917C: hue angle of 153.19º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #62917C is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 145 | 124 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.43 |
| HSL | 153.19º | 0.19% | 0.48% | - |
| HSV(B) | 153.19º | 0.32% | 0.57% | - |
| XYZ | 18.8 | 24.3 | 22.77 | - |
| YUV | 128.55 | 125.43 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 145 | 124 | 0.32 | 0 | 0.14 | 0.43 | 153.19 | 0.19 | 0.48 |
| Hex | 62 | 91 | 7C | 20 | 0 | E | 2B | 99 | 13 | 30 |
| Octal | 142 | 221 | 174 | 40 | 0 | 16 | 53 | 231 | 23 | 60 |
| Binary | 1100010 | 10010001 | 1111100 | 100000 | 0 | 1110 | 101011 | 10011001 | 10011 | 110000 |
Color Harmonies of #62917C
Complementary color
Monochromatic Colors of #62917C
Black with #62917C
Text Example
Text Example
White with #62917C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62917C; }
p { color: rgb(98,145,124); }
H1.HeaderClassName
{
color: #62917C;
}
.AnyTagClassName
{
color: #62917C;
}
</style>
background-color css
<style>
a { background-color: #62917C; }
a { background-color: rgb(98,145,124); }
div.DivClassName
{
background-color: #62917C;
}
.BgClassName
{
background-color: #62917C;
}
</style>
border-color css
<style>
span { border-color: #62917C; }
span { border-color: rgb(98,145,124); }
td.TdClassName
{
border-color: #62917C;
}
.TagClassName
{
border-color: #62917C;
}
</style>