Shades of Patina #629D91
Tints of Patina #629D91
RGB
CMYK
RGB Variations
Color information
#629D91 (or 0x629D91) is known color: Patina. HEX triplet: 62, 9D and 91. RGB value is (98,157,145). Sum of RGB (Red+Green+Blue) = 98+157+145=400 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.5% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 157 - color contains mainly: green. Hex color #629D91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629D91 is #9D626E. Grayscale: #898989. Windows color (decimal): -10314351 or 9543010. OLE color: 9543010.
HSL color Cylindrical-coordinate representation of color #629D91: hue angle of 167.8º 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 #629D91 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 157 | 145 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.38 |
| HSL | 167.8º | 0.23% | 0.5% | - |
| HSV(B) | 167.8º | 0.38% | 0.62% | - |
| XYZ | 22.2 | 28.75 | 31.17 | - |
| YUV | 137.99 | 131.95 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 157 | 145 | 0.38 | 0 | 0.08 | 0.38 | 167.8 | 0.23 | 0.5 |
| Hex | 62 | 9D | 91 | 26 | 0 | 8 | 26 | A8 | 17 | 32 |
| Octal | 142 | 235 | 221 | 46 | 0 | 10 | 46 | 250 | 27 | 62 |
| Binary | 1100010 | 10011101 | 10010001 | 100110 | 0 | 1000 | 100110 | 10101000 | 10111 | 110010 |
Color Harmonies of #629D91
Complementary color
Monochromatic Colors of #629D91
Black with #629D91
Text Example
Text Example
White with #629D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629D91; }
p { color: rgb(98,157,145); }
H1.HeaderClassName
{
color: #629D91;
}
.AnyTagClassName
{
color: #629D91;
}
</style>
background-color css
<style>
a { background-color: #629D91; }
a { background-color: rgb(98,157,145); }
div.DivClassName
{
background-color: #629D91;
}
.BgClassName
{
background-color: #629D91;
}
</style>
border-color css
<style>
span { border-color: #629D91; }
span { border-color: rgb(98,157,145); }
td.TdClassName
{
border-color: #629D91;
}
.TagClassName
{
border-color: #629D91;
}
</style>