Shades of Patina #629180
Tints of Patina #629180
RGB
CMYK
RGB Variations
Color information
#629180 (or 0x629180) is known color: Patina. HEX triplet: 62, 91 and 80. RGB value is (98,145,128). Sum of RGB (Red+Green+Blue) = 98+145+128=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 145 - color contains mainly: green. Hex color #629180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629180 is #9D6E7F. Grayscale: #818181. Windows color (decimal): -10317440 or 8425826. OLE color: 8425826.
HSL color Cylindrical-coordinate representation of color #629180: hue angle of 158.3º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #629180 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 145 | 128 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.43 |
| HSL | 158.3º | 0.19% | 0.48% | - |
| HSV(B) | 158.3º | 0.32% | 0.57% | - |
| XYZ | 19.06 | 24.41 | 24.13 | - |
| YUV | 129.01 | 127.43 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 145 | 128 | 0.32 | 0 | 0.12 | 0.43 | 158.3 | 0.19 | 0.48 |
| Hex | 62 | 91 | 80 | 20 | 0 | C | 2B | 9E | 13 | 30 |
| Octal | 142 | 221 | 200 | 40 | 0 | 14 | 53 | 236 | 23 | 60 |
| Binary | 1100010 | 10010001 | 10000000 | 100000 | 0 | 1100 | 101011 | 10011110 | 10011 | 110000 |
Color Harmonies of #629180
Complementary color
Monochromatic Colors of #629180
Black with #629180
Text Example
Text Example
White with #629180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629180; }
p { color: rgb(98,145,128); }
H1.HeaderClassName
{
color: #629180;
}
.AnyTagClassName
{
color: #629180;
}
</style>
background-color css
<style>
a { background-color: #629180; }
a { background-color: rgb(98,145,128); }
div.DivClassName
{
background-color: #629180;
}
.BgClassName
{
background-color: #629180;
}
</style>
border-color css
<style>
span { border-color: #629180; }
span { border-color: rgb(98,145,128); }
td.TdClassName
{
border-color: #629180;
}
.TagClassName
{
border-color: #629180;
}
</style>