Shades of Patina #62988A
Tints of Patina #62988A
RGB
CMYK
RGB Variations
Color information
#62988A (or 0x62988A) is known color: Patina. HEX triplet: 62, 98 and 8A. RGB value is (98,152,138). Sum of RGB (Red+Green+Blue) = 98+152+138=388 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.26% from 388); Green value is 152 (59.77% from 255 or 39.18% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 152 - color contains mainly: green. Hex color #62988A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62988A is #9D6775. Grayscale: #868686. Windows color (decimal): -10315638 or 9082978. OLE color: 9082978.
HSL color Cylindrical-coordinate representation of color #62988A: hue angle of 164.44º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #62988A is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 98 | 152 | 138 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.40 |
| HSL | 164.44º | 0.22% | 0.49% | - |
| HSV(B) | 164.44º | 0.36% | 0.6% | - |
| XYZ | 20.85 | 26.89 | 28.14 | - |
| YUV | 134.26 | 130.11 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 152 | 138 | 0.36 | 0 | 0.09 | 0.40 | 164.44 | 0.22 | 0.49 |
| Hex | 62 | 98 | 8A | 24 | 0 | 9 | 28 | A4 | 16 | 31 |
| Octal | 142 | 230 | 212 | 44 | 0 | 11 | 50 | 244 | 26 | 61 |
| Binary | 1100010 | 10011000 | 10001010 | 100100 | 0 | 1001 | 101000 | 10100100 | 10110 | 110001 |
Color Harmonies of #62988A
Complementary color
Monochromatic Colors of #62988A
Black with #62988A
Text Example
Text Example
White with #62988A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62988A; }
p { color: rgb(98,152,138); }
H1.HeaderClassName
{
color: #62988A;
}
.AnyTagClassName
{
color: #62988A;
}
</style>
background-color css
<style>
a { background-color: #62988A; }
a { background-color: rgb(98,152,138); }
div.DivClassName
{
background-color: #62988A;
}
.BgClassName
{
background-color: #62988A;
}
</style>
border-color css
<style>
span { border-color: #62988A; }
span { border-color: rgb(98,152,138); }
td.TdClassName
{
border-color: #62988A;
}
.TagClassName
{
border-color: #62988A;
}
</style>