Shades of Patina #629D82
Tints of Patina #629D82
RGB
CMYK
RGB Variations
Color information
#629D82 (or 0x629D82) is known color: Patina. HEX triplet: 62, 9D and 82. RGB value is (98,157,130). Sum of RGB (Red+Green+Blue) = 98+157+130=385 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.45% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 157 - color contains mainly: green. Hex color #629D82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629D82 is #9D627D. Grayscale: #888888. Windows color (decimal): -10314366 or 8559970. OLE color: 8559970.
HSL color Cylindrical-coordinate representation of color #629D82: hue angle of 152.54º 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 #629D82 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 157 | 130 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.38 |
| HSL | 152.54º | 0.23% | 0.5% | - |
| HSV(B) | 152.54º | 0.38% | 0.62% | - |
| XYZ | 21.12 | 28.32 | 25.47 | - |
| YUV | 136.28 | 124.45 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 157 | 130 | 0.38 | 0 | 0.17 | 0.38 | 152.54 | 0.23 | 0.5 |
| Hex | 62 | 9D | 82 | 26 | 0 | 11 | 26 | 99 | 17 | 32 |
| Octal | 142 | 235 | 202 | 46 | 0 | 21 | 46 | 231 | 27 | 62 |
| Binary | 1100010 | 10011101 | 10000010 | 100110 | 0 | 10001 | 100110 | 10011001 | 10111 | 110010 |
Color Harmonies of #629D82
Complementary color
Monochromatic Colors of #629D82
Black with #629D82
Text Example
Text Example
White with #629D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629D82; }
p { color: rgb(98,157,130); }
H1.HeaderClassName
{
color: #629D82;
}
.AnyTagClassName
{
color: #629D82;
}
</style>
background-color css
<style>
a { background-color: #629D82; }
a { background-color: rgb(98,157,130); }
div.DivClassName
{
background-color: #629D82;
}
.BgClassName
{
background-color: #629D82;
}
</style>
border-color css
<style>
span { border-color: #629D82; }
span { border-color: rgb(98,157,130); }
td.TdClassName
{
border-color: #629D82;
}
.TagClassName
{
border-color: #629D82;
}
</style>