Shades of Patina #62947F
Tints of Patina #62947F
RGB
CMYK
RGB Variations
Color information
#62947F (or 0x62947F) is known color: Patina. HEX triplet: 62, 94 and 7F. RGB value is (98,148,127). Sum of RGB (Red+Green+Blue) = 98+148+127=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 148 - color contains mainly: green. Hex color #62947F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62947F is #9D6B80. Grayscale: #828282. Windows color (decimal): -10316673 or 8361058. OLE color: 8361058.
HSL color Cylindrical-coordinate representation of color #62947F: hue angle of 154.8º degrees, saturation: 0.2, 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 #62947F is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 148 | 127 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.42 |
| HSL | 154.8º | 0.2% | 0.48% | - |
| HSV(B) | 154.8º | 0.34% | 0.58% | - |
| XYZ | 19.46 | 25.31 | 23.94 | - |
| YUV | 130.66 | 125.94 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 148 | 127 | 0.34 | 0 | 0.14 | 0.42 | 154.8 | 0.2 | 0.48 |
| Hex | 62 | 94 | 7F | 22 | 0 | E | 2A | 9B | 14 | 30 |
| Octal | 142 | 224 | 177 | 42 | 0 | 16 | 52 | 233 | 24 | 60 |
| Binary | 1100010 | 10010100 | 1111111 | 100010 | 0 | 1110 | 101010 | 10011011 | 10100 | 110000 |
Color Harmonies of #62947F
Complementary color
Monochromatic Colors of #62947F
Black with #62947F
Text Example
Text Example
White with #62947F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62947F; }
p { color: rgb(98,148,127); }
H1.HeaderClassName
{
color: #62947F;
}
.AnyTagClassName
{
color: #62947F;
}
</style>
background-color css
<style>
a { background-color: #62947F; }
a { background-color: rgb(98,148,127); }
div.DivClassName
{
background-color: #62947F;
}
.BgClassName
{
background-color: #62947F;
}
</style>
border-color css
<style>
span { border-color: #62947F; }
span { border-color: rgb(98,148,127); }
td.TdClassName
{
border-color: #62947F;
}
.TagClassName
{
border-color: #62947F;
}
</style>