Shades of Patina #629B88
Tints of Patina #629B88
RGB
CMYK
RGB Variations
Color information
#629B88 (or 0x629B88) is known color: Patina. HEX triplet: 62, 9B and 88. RGB value is (98,155,136). Sum of RGB (Red+Green+Blue) = 98+155+136=389 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.19% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 155 - color contains mainly: green. Hex color #629B88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629B88 is #9D6477. Grayscale: #878787. Windows color (decimal): -10314872 or 8952674. OLE color: 8952674.
HSL color Cylindrical-coordinate representation of color #629B88: hue angle of 160º 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 #629B88 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 155 | 136 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.39 |
| HSL | 160º | 0.23% | 0.5% | - |
| HSV(B) | 160º | 0.37% | 0.61% | - |
| XYZ | 21.2 | 27.82 | 27.54 | - |
| YUV | 135.79 | 128.12 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 155 | 136 | 0.37 | 0 | 0.12 | 0.39 | 160 | 0.23 | 0.5 |
| Hex | 62 | 9B | 88 | 25 | 0 | C | 27 | A0 | 17 | 32 |
| Octal | 142 | 233 | 210 | 45 | 0 | 14 | 47 | 240 | 27 | 62 |
| Binary | 1100010 | 10011011 | 10001000 | 100101 | 0 | 1100 | 100111 | 10100000 | 10111 | 110010 |
Color Harmonies of #629B88
Complementary color
Monochromatic Colors of #629B88
Black with #629B88
Text Example
Text Example
White with #629B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629B88; }
p { color: rgb(98,155,136); }
H1.HeaderClassName
{
color: #629B88;
}
.AnyTagClassName
{
color: #629B88;
}
</style>
background-color css
<style>
a { background-color: #629B88; }
a { background-color: rgb(98,155,136); }
div.DivClassName
{
background-color: #629B88;
}
.BgClassName
{
background-color: #629B88;
}
</style>
border-color css
<style>
span { border-color: #629B88; }
span { border-color: rgb(98,155,136); }
td.TdClassName
{
border-color: #629B88;
}
.TagClassName
{
border-color: #629B88;
}
</style>