Shades of Patina #62907C
Tints of Patina #62907C
RGB
CMYK
RGB Variations
Color information
#62907C (or 0x62907C) is known color: Patina. HEX triplet: 62, 90 and 7C. RGB value is (98,144,124). Sum of RGB (Red+Green+Blue) = 98+144+124=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 144 - color contains mainly: green. Hex color #62907C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62907C is #9D6F83. Grayscale: #7F7F7F. Windows color (decimal): -10317700 or 8163426. OLE color: 8163426.
HSL color Cylindrical-coordinate representation of color #62907C: hue angle of 153.91º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #62907C is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 144 | 124 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.44 |
| HSL | 153.91º | 0.19% | 0.47% | - |
| HSV(B) | 153.91º | 0.32% | 0.56% | - |
| XYZ | 18.65 | 24 | 22.72 | - |
| YUV | 127.97 | 125.76 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 144 | 124 | 0.32 | 0 | 0.14 | 0.44 | 153.91 | 0.19 | 0.47 |
| Hex | 62 | 90 | 7C | 20 | 0 | E | 2C | 9A | 13 | 2F |
| Octal | 142 | 220 | 174 | 40 | 0 | 16 | 54 | 232 | 23 | 57 |
| Binary | 1100010 | 10010000 | 1111100 | 100000 | 0 | 1110 | 101100 | 10011010 | 10011 | 101111 |
Color Harmonies of #62907C
Complementary color
Monochromatic Colors of #62907C
Black with #62907C
Text Example
Text Example
White with #62907C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62907C; }
p { color: rgb(98,144,124); }
H1.HeaderClassName
{
color: #62907C;
}
.AnyTagClassName
{
color: #62907C;
}
</style>
background-color css
<style>
a { background-color: #62907C; }
a { background-color: rgb(98,144,124); }
div.DivClassName
{
background-color: #62907C;
}
.BgClassName
{
background-color: #62907C;
}
</style>
border-color css
<style>
span { border-color: #62907C; }
span { border-color: rgb(98,144,124); }
td.TdClassName
{
border-color: #62907C;
}
.TagClassName
{
border-color: #62907C;
}
</style>