Shades of Patina #628A7C
Tints of Patina #628A7C
RGB
CMYK
RGB Variations
Color information
#628A7C (or 0x628A7C) is known color: Patina. HEX triplet: 62, 8A and 7C. RGB value is (98,138,124). Sum of RGB (Red+Green+Blue) = 98+138+124=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 138 - color contains mainly: green. Hex color #628A7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628A7C is #9D7583. Grayscale: #7C7C7C. Windows color (decimal): -10319236 or 8161890. OLE color: 8161890.
HSL color Cylindrical-coordinate representation of color #628A7C: hue angle of 159º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #628A7C is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 98 | 138 | 124 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.46 |
| HSL | 159º | 0.17% | 0.46% | - |
| HSV(B) | 159º | 0.29% | 0.54% | - |
| XYZ | 17.76 | 22.23 | 22.42 | - |
| YUV | 124.44 | 127.75 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 138 | 124 | 0.29 | 0 | 0.10 | 0.46 | 159 | 0.17 | 0.46 |
| Hex | 62 | 8A | 7C | 1D | 0 | A | 2E | 9F | 11 | 2E |
| Octal | 142 | 212 | 174 | 35 | 0 | 12 | 56 | 237 | 21 | 56 |
| Binary | 1100010 | 10001010 | 1111100 | 11101 | 0 | 1010 | 101110 | 10011111 | 10001 | 101110 |
Color Harmonies of #628A7C
Complementary color
Monochromatic Colors of #628A7C
Black with #628A7C
Text Example
Text Example
White with #628A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628A7C; }
p { color: rgb(98,138,124); }
H1.HeaderClassName
{
color: #628A7C;
}
.AnyTagClassName
{
color: #628A7C;
}
</style>
background-color css
<style>
a { background-color: #628A7C; }
a { background-color: rgb(98,138,124); }
div.DivClassName
{
background-color: #628A7C;
}
.BgClassName
{
background-color: #628A7C;
}
</style>
border-color css
<style>
span { border-color: #628A7C; }
span { border-color: rgb(98,138,124); }
td.TdClassName
{
border-color: #628A7C;
}
.TagClassName
{
border-color: #628A7C;
}
</style>