Shades of Patina #62988E
Tints of Patina #62988E
RGB
CMYK
RGB Variations
Color information
#62988E (or 0x62988E) is known color: Patina. HEX triplet: 62, 98 and 8E. RGB value is (98,152,142). Sum of RGB (Red+Green+Blue) = 98+152+142=392 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 152 - color contains mainly: green. Hex color #62988E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62988E is #9D6771. Grayscale: #868686. Windows color (decimal): -10315634 or 9345122. OLE color: 9345122.
HSL color Cylindrical-coordinate representation of color #62988E: hue angle of 168.89º 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 #62988E is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 98 | 152 | 142 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.40 |
| HSL | 168.89º | 0.22% | 0.49% | - |
| HSV(B) | 168.89º | 0.36% | 0.6% | - |
| XYZ | 21.15 | 27.01 | 29.69 | - |
| YUV | 134.71 | 132.11 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 152 | 142 | 0.36 | 0 | 0.07 | 0.40 | 168.89 | 0.22 | 0.49 |
| Hex | 62 | 98 | 8E | 24 | 0 | 7 | 28 | A9 | 16 | 31 |
| Octal | 142 | 230 | 216 | 44 | 0 | 7 | 50 | 251 | 26 | 61 |
| Binary | 1100010 | 10011000 | 10001110 | 100100 | 0 | 111 | 101000 | 10101001 | 10110 | 110001 |
Color Harmonies of #62988E
Complementary color
Monochromatic Colors of #62988E
Black with #62988E
Text Example
Text Example
White with #62988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62988E; }
p { color: rgb(98,152,142); }
H1.HeaderClassName
{
color: #62988E;
}
.AnyTagClassName
{
color: #62988E;
}
</style>
background-color css
<style>
a { background-color: #62988E; }
a { background-color: rgb(98,152,142); }
div.DivClassName
{
background-color: #62988E;
}
.BgClassName
{
background-color: #62988E;
}
</style>
border-color css
<style>
span { border-color: #62988E; }
span { border-color: rgb(98,152,142); }
td.TdClassName
{
border-color: #62988E;
}
.TagClassName
{
border-color: #62988E;
}
</style>