Shades of Patina #629C85
Tints of Patina #629C85
RGB
CMYK
RGB Variations
Color information
#629C85 (or 0x629C85) is known color: Patina. HEX triplet: 62, 9C and 85. RGB value is (98,156,133). Sum of RGB (Red+Green+Blue) = 98+156+133=387 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.32% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 156 - color contains mainly: green. Hex color #629C85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629C85 is #9D637A. Grayscale: #888888. Windows color (decimal): -10314619 or 8756322. OLE color: 8756322.
HSL color Cylindrical-coordinate representation of color #629C85: hue angle of 156.21º 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 #629C85 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 156 | 133 | - |
| CMYK | 0.37 | 0 | 0.15 | 0.39 |
| HSL | 156.21º | 0.23% | 0.5% | - |
| HSV(B) | 156.21º | 0.37% | 0.61% | - |
| XYZ | 21.16 | 28.07 | 26.49 | - |
| YUV | 136.04 | 126.28 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 156 | 133 | 0.37 | 0 | 0.15 | 0.39 | 156.21 | 0.23 | 0.5 |
| Hex | 62 | 9C | 85 | 25 | 0 | F | 27 | 9C | 17 | 32 |
| Octal | 142 | 234 | 205 | 45 | 0 | 17 | 47 | 234 | 27 | 62 |
| Binary | 1100010 | 10011100 | 10000101 | 100101 | 0 | 1111 | 100111 | 10011100 | 10111 | 110010 |
Color Harmonies of #629C85
Complementary color
Monochromatic Colors of #629C85
Black with #629C85
Text Example
Text Example
White with #629C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629C85; }
p { color: rgb(98,156,133); }
H1.HeaderClassName
{
color: #629C85;
}
.AnyTagClassName
{
color: #629C85;
}
</style>
background-color css
<style>
a { background-color: #629C85; }
a { background-color: rgb(98,156,133); }
div.DivClassName
{
background-color: #629C85;
}
.BgClassName
{
background-color: #629C85;
}
</style>
border-color css
<style>
span { border-color: #629C85; }
span { border-color: rgb(98,156,133); }
td.TdClassName
{
border-color: #629C85;
}
.TagClassName
{
border-color: #629C85;
}
</style>