Shades of Patina #629B89
Tints of Patina #629B89
RGB
CMYK
RGB Variations
Color information
#629B89 (or 0x629B89) is known color: Patina. HEX triplet: 62, 9B and 89. RGB value is (98,155,137). Sum of RGB (Red+Green+Blue) = 98+155+137=390 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.13% from 390); Green value is 155 (60.94% from 255 or 39.74% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 155 - color contains mainly: green. Hex color #629B89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629B89 is #9D6476. Grayscale: #878787. Windows color (decimal): -10314871 or 9018210. OLE color: 9018210.
HSL color Cylindrical-coordinate representation of color #629B89: hue angle of 161.05º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #629B89 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 155 | 137 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.39 |
| HSL | 161.05º | 0.23% | 0.5% | - |
| HSV(B) | 161.05º | 0.37% | 0.61% | - |
| XYZ | 21.27 | 27.85 | 27.92 | - |
| YUV | 135.91 | 128.62 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 155 | 137 | 0.37 | 0 | 0.12 | 0.39 | 161.05 | 0.23 | 0.5 |
| Hex | 62 | 9B | 89 | 25 | 0 | C | 27 | A1 | 17 | 32 |
| Octal | 142 | 233 | 211 | 45 | 0 | 14 | 47 | 241 | 27 | 62 |
| Binary | 1100010 | 10011011 | 10001001 | 100101 | 0 | 1100 | 100111 | 10100001 | 10111 | 110010 |
Color Harmonies of #629B89
Complementary color
Monochromatic Colors of #629B89
Black with #629B89
Text Example
Text Example
White with #629B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629B89; }
p { color: rgb(98,155,137); }
H1.HeaderClassName
{
color: #629B89;
}
.AnyTagClassName
{
color: #629B89;
}
</style>
background-color css
<style>
a { background-color: #629B89; }
a { background-color: rgb(98,155,137); }
div.DivClassName
{
background-color: #629B89;
}
.BgClassName
{
background-color: #629B89;
}
</style>
border-color css
<style>
span { border-color: #629B89; }
span { border-color: rgb(98,155,137); }
td.TdClassName
{
border-color: #629B89;
}
.TagClassName
{
border-color: #629B89;
}
</style>