Shades of Patina #668D7A
Tints of Patina #668D7A
RGB
CMYK
RGB Variations
Color information
#668D7A (or 0x668D7A) is known color: Patina. HEX triplet: 66, 8D and 7A. RGB value is (102,141,122). Sum of RGB (Red+Green+Blue) = 102+141+122=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 141 - color contains mainly: green. Hex color #668D7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668D7A is #997285. Grayscale: #7F7F7F. Windows color (decimal): -10056326 or 8031590. OLE color: 8031590.
HSL color Cylindrical-coordinate representation of color #668D7A: hue angle of 150.77º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #668D7A is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 141 | 122 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.45 |
| HSL | 150.77º | 0.16% | 0.48% | - |
| HSV(B) | 150.77º | 0.28% | 0.55% | - |
| XYZ | 18.52 | 23.28 | 21.93 | - |
| YUV | 127.17 | 125.08 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 122 | 0.28 | 0 | 0.13 | 0.45 | 150.77 | 0.16 | 0.48 |
| Hex | 66 | 8D | 7A | 1C | 0 | D | 2D | 97 | 10 | 30 |
| Octal | 146 | 215 | 172 | 34 | 0 | 15 | 55 | 227 | 20 | 60 |
| Binary | 1100110 | 10001101 | 1111010 | 11100 | 0 | 1101 | 101101 | 10010111 | 10000 | 110000 |
Color Harmonies of #668D7A
Complementary color
Monochromatic Colors of #668D7A
Black with #668D7A
Text Example
Text Example
White with #668D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668D7A; }
p { color: rgb(102,141,122); }
H1.HeaderClassName
{
color: #668D7A;
}
.AnyTagClassName
{
color: #668D7A;
}
</style>
background-color css
<style>
a { background-color: #668D7A; }
a { background-color: rgb(102,141,122); }
div.DivClassName
{
background-color: #668D7A;
}
.BgClassName
{
background-color: #668D7A;
}
</style>
border-color css
<style>
span { border-color: #668D7A; }
span { border-color: rgb(102,141,122); }
td.TdClassName
{
border-color: #668D7A;
}
.TagClassName
{
border-color: #668D7A;
}
</style>