Shades of Patina #62948A
Tints of Patina #62948A
RGB
CMYK
RGB Variations
Color information
#62948A (or 0x62948A) is known color: Patina. HEX triplet: 62, 94 and 8A. RGB value is (98,148,138). Sum of RGB (Red+Green+Blue) = 98+148+138=384 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.52% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 148 - color contains mainly: green. Hex color #62948A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62948A is #9D6B75. Grayscale: #838383. Windows color (decimal): -10316662 or 9081954. OLE color: 9081954.
HSL color Cylindrical-coordinate representation of color #62948A: hue angle of 168º 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 #62948A is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 148 | 138 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.42 |
| HSL | 168º | 0.2% | 0.48% | - |
| HSV(B) | 168º | 0.34% | 0.58% | - |
| XYZ | 20.21 | 25.61 | 27.92 | - |
| YUV | 131.91 | 131.44 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 148 | 138 | 0.34 | 0 | 0.07 | 0.42 | 168 | 0.2 | 0.48 |
| Hex | 62 | 94 | 8A | 22 | 0 | 7 | 2A | A8 | 14 | 30 |
| Octal | 142 | 224 | 212 | 42 | 0 | 7 | 52 | 250 | 24 | 60 |
| Binary | 1100010 | 10010100 | 10001010 | 100010 | 0 | 111 | 101010 | 10101000 | 10100 | 110000 |
Color Harmonies of #62948A
Complementary color
Monochromatic Colors of #62948A
Black with #62948A
Text Example
Text Example
White with #62948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62948A; }
p { color: rgb(98,148,138); }
H1.HeaderClassName
{
color: #62948A;
}
.AnyTagClassName
{
color: #62948A;
}
</style>
background-color css
<style>
a { background-color: #62948A; }
a { background-color: rgb(98,148,138); }
div.DivClassName
{
background-color: #62948A;
}
.BgClassName
{
background-color: #62948A;
}
</style>
border-color css
<style>
span { border-color: #62948A; }
span { border-color: rgb(98,148,138); }
td.TdClassName
{
border-color: #62948A;
}
.TagClassName
{
border-color: #62948A;
}
</style>