Shades of Patina #629D87
Tints of Patina #629D87
RGB
CMYK
RGB Variations
Color information
#629D87 (or 0x629D87) is known color: Patina. HEX triplet: 62, 9D and 87. RGB value is (98,157,135). Sum of RGB (Red+Green+Blue) = 98+157+135=390 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.13% from 390); Green value is 157 (61.72% from 255 or 40.26% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 157 - color contains mainly: green. Hex color #629D87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629D87 is #9D6278. Grayscale: #888888. Windows color (decimal): -10314361 or 8887650. OLE color: 8887650.
HSL color Cylindrical-coordinate representation of color #629D87: hue angle of 157.63º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #629D87 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 157 | 135 | - |
| CMYK | 0.38 | 0 | 0.14 | 0.38 |
| HSL | 157.63º | 0.23% | 0.5% | - |
| HSV(B) | 157.63º | 0.38% | 0.62% | - |
| XYZ | 21.47 | 28.46 | 27.28 | - |
| YUV | 136.85 | 126.95 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 157 | 135 | 0.38 | 0 | 0.14 | 0.38 | 157.63 | 0.23 | 0.5 |
| Hex | 62 | 9D | 87 | 26 | 0 | E | 26 | 9E | 17 | 32 |
| Octal | 142 | 235 | 207 | 46 | 0 | 16 | 46 | 236 | 27 | 62 |
| Binary | 1100010 | 10011101 | 10000111 | 100110 | 0 | 1110 | 100110 | 10011110 | 10111 | 110010 |
Color Harmonies of #629D87
Complementary color
Monochromatic Colors of #629D87
Black with #629D87
Text Example
Text Example
White with #629D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629D87; }
p { color: rgb(98,157,135); }
H1.HeaderClassName
{
color: #629D87;
}
.AnyTagClassName
{
color: #629D87;
}
</style>
background-color css
<style>
a { background-color: #629D87; }
a { background-color: rgb(98,157,135); }
div.DivClassName
{
background-color: #629D87;
}
.BgClassName
{
background-color: #629D87;
}
</style>
border-color css
<style>
span { border-color: #629D87; }
span { border-color: rgb(98,157,135); }
td.TdClassName
{
border-color: #629D87;
}
.TagClassName
{
border-color: #629D87;
}
</style>