Shades of Patina #629185
Tints of Patina #629185
RGB
CMYK
RGB Variations
Color information
#629185 (or 0x629185) is known color: Patina. HEX triplet: 62, 91 and 85. RGB value is (98,145,133). Sum of RGB (Red+Green+Blue) = 98+145+133=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 145 - color contains mainly: green. Hex color #629185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629185 is #9D6E7A. Grayscale: #818181. Windows color (decimal): -10317435 or 8753506. OLE color: 8753506.
HSL color Cylindrical-coordinate representation of color #629185: hue angle of 164.68º 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 #629185 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 145 | 133 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.43 |
| HSL | 164.68º | 0.19% | 0.48% | - |
| HSV(B) | 164.68º | 0.32% | 0.57% | - |
| XYZ | 19.4 | 24.54 | 25.9 | - |
| YUV | 129.58 | 129.93 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 145 | 133 | 0.32 | 0 | 0.08 | 0.43 | 164.68 | 0.19 | 0.48 |
| Hex | 62 | 91 | 85 | 20 | 0 | 8 | 2B | A5 | 13 | 30 |
| Octal | 142 | 221 | 205 | 40 | 0 | 10 | 53 | 245 | 23 | 60 |
| Binary | 1100010 | 10010001 | 10000101 | 100000 | 0 | 1000 | 101011 | 10100101 | 10011 | 110000 |
Color Harmonies of #629185
Complementary color
Monochromatic Colors of #629185
Black with #629185
Text Example
Text Example
White with #629185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629185; }
p { color: rgb(98,145,133); }
H1.HeaderClassName
{
color: #629185;
}
.AnyTagClassName
{
color: #629185;
}
</style>
background-color css
<style>
a { background-color: #629185; }
a { background-color: rgb(98,145,133); }
div.DivClassName
{
background-color: #629185;
}
.BgClassName
{
background-color: #629185;
}
</style>
border-color css
<style>
span { border-color: #629185; }
span { border-color: rgb(98,145,133); }
td.TdClassName
{
border-color: #629185;
}
.TagClassName
{
border-color: #629185;
}
</style>