Shades of Patina #62927C
Tints of Patina #62927C
RGB
CMYK
RGB Variations
Color information
#62927C (or 0x62927C) is known color: Patina. HEX triplet: 62, 92 and 7C. RGB value is (98,146,124). Sum of RGB (Red+Green+Blue) = 98+146+124=368 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.63% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 146 - color contains mainly: green. Hex color #62927C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62927C is #9D6D83. Grayscale: #818181. Windows color (decimal): -10317188 or 8163938. OLE color: 8163938.
HSL color Cylindrical-coordinate representation of color #62927C: hue angle of 152.5º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #62927C is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 146 | 124 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.43 |
| HSL | 152.5º | 0.2% | 0.48% | - |
| HSV(B) | 152.5º | 0.33% | 0.57% | - |
| XYZ | 18.95 | 24.61 | 22.82 | - |
| YUV | 129.14 | 125.1 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 146 | 124 | 0.33 | 0 | 0.15 | 0.43 | 152.5 | 0.2 | 0.48 |
| Hex | 62 | 92 | 7C | 21 | 0 | F | 2B | 98 | 14 | 30 |
| Octal | 142 | 222 | 174 | 41 | 0 | 17 | 53 | 230 | 24 | 60 |
| Binary | 1100010 | 10010010 | 1111100 | 100001 | 0 | 1111 | 101011 | 10011000 | 10100 | 110000 |
Color Harmonies of #62927C
Complementary color
Monochromatic Colors of #62927C
Black with #62927C
Text Example
Text Example
White with #62927C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62927C; }
p { color: rgb(98,146,124); }
H1.HeaderClassName
{
color: #62927C;
}
.AnyTagClassName
{
color: #62927C;
}
</style>
background-color css
<style>
a { background-color: #62927C; }
a { background-color: rgb(98,146,124); }
div.DivClassName
{
background-color: #62927C;
}
.BgClassName
{
background-color: #62927C;
}
</style>
border-color css
<style>
span { border-color: #62927C; }
span { border-color: rgb(98,146,124); }
td.TdClassName
{
border-color: #62927C;
}
.TagClassName
{
border-color: #62927C;
}
</style>