Shades of Patina #62957D
Tints of Patina #62957D
RGB
CMYK
RGB Variations
Color information
#62957D (or 0x62957D) is known color: Patina. HEX triplet: 62, 95 and 7D. RGB value is (98,149,125). Sum of RGB (Red+Green+Blue) = 98+149+125=372 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.34% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 149 - color contains mainly: green. Hex color #62957D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62957D is #9D6A82. Grayscale: #838383. Windows color (decimal): -10316419 or 8230242. OLE color: 8230242.
HSL color Cylindrical-coordinate representation of color #62957D: hue angle of 151.76º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #62957D is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 149 | 125 | - |
| CMYK | 0.34 | 0 | 0.16 | 0.42 |
| HSL | 151.76º | 0.21% | 0.48% | - |
| HSV(B) | 151.76º | 0.34% | 0.58% | - |
| XYZ | 19.49 | 25.57 | 23.31 | - |
| YUV | 131.02 | 124.6 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 149 | 125 | 0.34 | 0 | 0.16 | 0.42 | 151.76 | 0.21 | 0.48 |
| Hex | 62 | 95 | 7D | 22 | 0 | 10 | 2A | 98 | 15 | 30 |
| Octal | 142 | 225 | 175 | 42 | 0 | 20 | 52 | 230 | 25 | 60 |
| Binary | 1100010 | 10010101 | 1111101 | 100010 | 0 | 10000 | 101010 | 10011000 | 10101 | 110000 |
Color Harmonies of #62957D
Complementary color
Monochromatic Colors of #62957D
Black with #62957D
Text Example
Text Example
White with #62957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62957D; }
p { color: rgb(98,149,125); }
H1.HeaderClassName
{
color: #62957D;
}
.AnyTagClassName
{
color: #62957D;
}
</style>
background-color css
<style>
a { background-color: #62957D; }
a { background-color: rgb(98,149,125); }
div.DivClassName
{
background-color: #62957D;
}
.BgClassName
{
background-color: #62957D;
}
</style>
border-color css
<style>
span { border-color: #62957D; }
span { border-color: rgb(98,149,125); }
td.TdClassName
{
border-color: #62957D;
}
.TagClassName
{
border-color: #62957D;
}
</style>