Shades of Patina #62957E
Tints of Patina #62957E
RGB
CMYK
RGB Variations
Color information
#62957E (or 0x62957E) is known color: Patina. HEX triplet: 62, 95 and 7E. RGB value is (98,149,126). Sum of RGB (Red+Green+Blue) = 98+149+126=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 149 - color contains mainly: green. Hex color #62957E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62957E is #9D6A81. Grayscale: #838383. Windows color (decimal): -10316418 or 8295778. OLE color: 8295778.
HSL color Cylindrical-coordinate representation of color #62957E: hue angle of 152.94º 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 #62957E is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 149 | 126 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.42 |
| HSL | 152.94º | 0.21% | 0.48% | - |
| HSV(B) | 152.94º | 0.34% | 0.58% | - |
| XYZ | 19.55 | 25.6 | 23.65 | - |
| YUV | 131.13 | 125.1 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 149 | 126 | 0.34 | 0 | 0.15 | 0.42 | 152.94 | 0.21 | 0.48 |
| Hex | 62 | 95 | 7E | 22 | 0 | F | 2A | 99 | 15 | 30 |
| Octal | 142 | 225 | 176 | 42 | 0 | 17 | 52 | 231 | 25 | 60 |
| Binary | 1100010 | 10010101 | 1111110 | 100010 | 0 | 1111 | 101010 | 10011001 | 10101 | 110000 |
Color Harmonies of #62957E
Complementary color
Monochromatic Colors of #62957E
Black with #62957E
Text Example
Text Example
White with #62957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62957E; }
p { color: rgb(98,149,126); }
H1.HeaderClassName
{
color: #62957E;
}
.AnyTagClassName
{
color: #62957E;
}
</style>
background-color css
<style>
a { background-color: #62957E; }
a { background-color: rgb(98,149,126); }
div.DivClassName
{
background-color: #62957E;
}
.BgClassName
{
background-color: #62957E;
}
</style>
border-color css
<style>
span { border-color: #62957E; }
span { border-color: rgb(98,149,126); }
td.TdClassName
{
border-color: #62957E;
}
.TagClassName
{
border-color: #62957E;
}
</style>