Shades of Patina #629C84
Tints of Patina #629C84
RGB
CMYK
RGB Variations
Color information
#629C84 (or 0x629C84) is known color: Patina. HEX triplet: 62, 9C and 84. RGB value is (98,156,132). Sum of RGB (Red+Green+Blue) = 98+156+132=386 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.39% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 156 - color contains mainly: green. Hex color #629C84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629C84 is #9D637B. Grayscale: #878787. Windows color (decimal): -10314620 or 8690786. OLE color: 8690786.
HSL color Cylindrical-coordinate representation of color #629C84: hue angle of 155.17º 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 #629C84 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 156 | 132 | - |
| CMYK | 0.37 | 0 | 0.15 | 0.39 |
| HSL | 155.17º | 0.23% | 0.5% | - |
| HSV(B) | 155.17º | 0.37% | 0.61% | - |
| XYZ | 21.09 | 28.04 | 26.13 | - |
| YUV | 135.92 | 125.78 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 156 | 132 | 0.37 | 0 | 0.15 | 0.39 | 155.17 | 0.23 | 0.5 |
| Hex | 62 | 9C | 84 | 25 | 0 | F | 27 | 9B | 17 | 32 |
| Octal | 142 | 234 | 204 | 45 | 0 | 17 | 47 | 233 | 27 | 62 |
| Binary | 1100010 | 10011100 | 10000100 | 100101 | 0 | 1111 | 100111 | 10011011 | 10111 | 110010 |
Color Harmonies of #629C84
Complementary color
Monochromatic Colors of #629C84
Black with #629C84
Text Example
Text Example
White with #629C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629C84; }
p { color: rgb(98,156,132); }
H1.HeaderClassName
{
color: #629C84;
}
.AnyTagClassName
{
color: #629C84;
}
</style>
background-color css
<style>
a { background-color: #629C84; }
a { background-color: rgb(98,156,132); }
div.DivClassName
{
background-color: #629C84;
}
.BgClassName
{
background-color: #629C84;
}
</style>
border-color css
<style>
span { border-color: #629C84; }
span { border-color: rgb(98,156,132); }
td.TdClassName
{
border-color: #629C84;
}
.TagClassName
{
border-color: #629C84;
}
</style>