Shades of Patina #62997D
Tints of Patina #62997D
RGB
CMYK
RGB Variations
Color information
#62997D (or 0x62997D) is known color: Patina. HEX triplet: 62, 99 and 7D. RGB value is (98,153,125). Sum of RGB (Red+Green+Blue) = 98+153+125=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 153 - color contains mainly: green. Hex color #62997D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62997D is #9D6682. Grayscale: #858585. Windows color (decimal): -10315395 or 8231266. OLE color: 8231266.
HSL color Cylindrical-coordinate representation of color #62997D: hue angle of 149.45º 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 #62997D is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 98 | 153 | 125 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.4 |
| HSL | 149.45º | 0.22% | 0.49% | - |
| HSV(B) | 149.45º | 0.36% | 0.6% | - |
| XYZ | 20.13 | 26.86 | 23.53 | - |
| YUV | 133.36 | 123.28 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 153 | 125 | 0.36 | 0 | 0.18 | 0.4 | 149.45 | 0.22 | 0.49 |
| Hex | 62 | 99 | 7D | 24 | 0 | 12 | 28 | 95 | 16 | 31 |
| Octal | 142 | 231 | 175 | 44 | 0 | 22 | 50 | 225 | 26 | 61 |
| Binary | 1100010 | 10011001 | 1111101 | 100100 | 0 | 10010 | 101000 | 10010101 | 10110 | 110001 |
Color Harmonies of #62997D
Complementary color
Monochromatic Colors of #62997D
Black with #62997D
Text Example
Text Example
White with #62997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62997D; }
p { color: rgb(98,153,125); }
H1.HeaderClassName
{
color: #62997D;
}
.AnyTagClassName
{
color: #62997D;
}
</style>
background-color css
<style>
a { background-color: #62997D; }
a { background-color: rgb(98,153,125); }
div.DivClassName
{
background-color: #62997D;
}
.BgClassName
{
background-color: #62997D;
}
</style>
border-color css
<style>
span { border-color: #62997D; }
span { border-color: rgb(98,153,125); }
td.TdClassName
{
border-color: #62997D;
}
.TagClassName
{
border-color: #62997D;
}
</style>