Shades of Patina #628F7A
Tints of Patina #628F7A
RGB
CMYK
RGB Variations
Color information
#628F7A (or 0x628F7A) is known color: Patina. HEX triplet: 62, 8F and 7A. RGB value is (98,143,122). Sum of RGB (Red+Green+Blue) = 98+143+122=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 143 - color contains mainly: green. Hex color #628F7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628F7A is #9D7085. Grayscale: #7F7F7F. Windows color (decimal): -10317958 or 8032098. OLE color: 8032098.
HSL color Cylindrical-coordinate representation of color #628F7A: hue angle of 152º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #628F7A is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 143 | 122 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.44 |
| HSL | 152º | 0.19% | 0.47% | - |
| HSV(B) | 152º | 0.31% | 0.56% | - |
| XYZ | 18.37 | 23.65 | 22.01 | - |
| YUV | 127.15 | 125.09 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 143 | 122 | 0.31 | 0 | 0.15 | 0.44 | 152 | 0.19 | 0.47 |
| Hex | 62 | 8F | 7A | 1F | 0 | F | 2C | 98 | 13 | 2F |
| Octal | 142 | 217 | 172 | 37 | 0 | 17 | 54 | 230 | 23 | 57 |
| Binary | 1100010 | 10001111 | 1111010 | 11111 | 0 | 1111 | 101100 | 10011000 | 10011 | 101111 |
Color Harmonies of #628F7A
Complementary color
Monochromatic Colors of #628F7A
Black with #628F7A
Text Example
Text Example
White with #628F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628F7A; }
p { color: rgb(98,143,122); }
H1.HeaderClassName
{
color: #628F7A;
}
.AnyTagClassName
{
color: #628F7A;
}
</style>
background-color css
<style>
a { background-color: #628F7A; }
a { background-color: rgb(98,143,122); }
div.DivClassName
{
background-color: #628F7A;
}
.BgClassName
{
background-color: #628F7A;
}
</style>
border-color css
<style>
span { border-color: #628F7A; }
span { border-color: rgb(98,143,122); }
td.TdClassName
{
border-color: #628F7A;
}
.TagClassName
{
border-color: #628F7A;
}
</style>