Shades of Patina #629D88
Tints of Patina #629D88
RGB
CMYK
RGB Variations
Color information
#629D88 (or 0x629D88) is known color: Patina. HEX triplet: 62, 9D and 88. RGB value is (98,157,136). Sum of RGB (Red+Green+Blue) = 98+157+136=391 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.06% from 391); Green value is 157 (61.72% from 255 or 40.15% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 157 - color contains mainly: green. Hex color #629D88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629D88 is #9D6277. Grayscale: #888888. Windows color (decimal): -10314360 or 8953186. OLE color: 8953186.
HSL color Cylindrical-coordinate representation of color #629D88: hue angle of 158.64º 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 #629D88 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 157 | 136 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.38 |
| HSL | 158.64º | 0.23% | 0.5% | - |
| HSV(B) | 158.64º | 0.38% | 0.62% | - |
| XYZ | 21.54 | 28.49 | 27.66 | - |
| YUV | 136.97 | 127.45 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 157 | 136 | 0.38 | 0 | 0.13 | 0.38 | 158.64 | 0.23 | 0.5 |
| Hex | 62 | 9D | 88 | 26 | 0 | D | 26 | 9F | 17 | 32 |
| Octal | 142 | 235 | 210 | 46 | 0 | 15 | 46 | 237 | 27 | 62 |
| Binary | 1100010 | 10011101 | 10001000 | 100110 | 0 | 1101 | 100110 | 10011111 | 10111 | 110010 |
Color Harmonies of #629D88
Complementary color
Monochromatic Colors of #629D88
Black with #629D88
Text Example
Text Example
White with #629D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629D88; }
p { color: rgb(98,157,136); }
H1.HeaderClassName
{
color: #629D88;
}
.AnyTagClassName
{
color: #629D88;
}
</style>
background-color css
<style>
a { background-color: #629D88; }
a { background-color: rgb(98,157,136); }
div.DivClassName
{
background-color: #629D88;
}
.BgClassName
{
background-color: #629D88;
}
</style>
border-color css
<style>
span { border-color: #629D88; }
span { border-color: rgb(98,157,136); }
td.TdClassName
{
border-color: #629D88;
}
.TagClassName
{
border-color: #629D88;
}
</style>