Shades of Patina #629C83
Tints of Patina #629C83
RGB
CMYK
RGB Variations
Color information
#629C83 (or 0x629C83) is known color: Patina. HEX triplet: 62, 9C and 83. RGB value is (98,156,131). Sum of RGB (Red+Green+Blue) = 98+156+131=385 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.45% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 156 - color contains mainly: green. Hex color #629C83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629C83 is #9D637C. Grayscale: #878787. Windows color (decimal): -10314621 or 8625250. OLE color: 8625250.
HSL color Cylindrical-coordinate representation of color #629C83: hue angle of 154.14º 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 #629C83 is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 156 | 131 | - |
| CMYK | 0.37 | 0 | 0.16 | 0.39 |
| HSL | 154.14º | 0.23% | 0.5% | - |
| HSV(B) | 154.14º | 0.37% | 0.61% | - |
| XYZ | 21.02 | 28.01 | 25.77 | - |
| YUV | 135.81 | 125.28 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 156 | 131 | 0.37 | 0 | 0.16 | 0.39 | 154.14 | 0.23 | 0.5 |
| Hex | 62 | 9C | 83 | 25 | 0 | 10 | 27 | 9A | 17 | 32 |
| Octal | 142 | 234 | 203 | 45 | 0 | 20 | 47 | 232 | 27 | 62 |
| Binary | 1100010 | 10011100 | 10000011 | 100101 | 0 | 10000 | 100111 | 10011010 | 10111 | 110010 |
Color Harmonies of #629C83
Complementary color
Monochromatic Colors of #629C83
Black with #629C83
Text Example
Text Example
White with #629C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629C83; }
p { color: rgb(98,156,131); }
H1.HeaderClassName
{
color: #629C83;
}
.AnyTagClassName
{
color: #629C83;
}
</style>
background-color css
<style>
a { background-color: #629C83; }
a { background-color: rgb(98,156,131); }
div.DivClassName
{
background-color: #629C83;
}
.BgClassName
{
background-color: #629C83;
}
</style>
border-color css
<style>
span { border-color: #629C83; }
span { border-color: rgb(98,156,131); }
td.TdClassName
{
border-color: #629C83;
}
.TagClassName
{
border-color: #629C83;
}
</style>