Shades of Patina #668D80
Tints of Patina #668D80
RGB
CMYK
RGB Variations
Color information
#668D80 (or 0x668D80) is known color: Patina. HEX triplet: 66, 8D and 80. RGB value is (102,141,128). Sum of RGB (Red+Green+Blue) = 102+141+128=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 141 - color contains mainly: green. Hex color #668D80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668D80 is #99727F. Grayscale: #7F7F7F. Windows color (decimal): -10056320 or 8424806. OLE color: 8424806.
HSL color Cylindrical-coordinate representation of color #668D80: hue angle of 160º 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 #668D80 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 141 | 128 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.45 |
| HSL | 160º | 0.16% | 0.48% | - |
| HSV(B) | 160º | 0.28% | 0.55% | - |
| XYZ | 18.9 | 23.43 | 23.95 | - |
| YUV | 127.86 | 128.08 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 128 | 0.28 | 0 | 0.09 | 0.45 | 160 | 0.16 | 0.48 |
| Hex | 66 | 8D | 80 | 1C | 0 | 9 | 2D | A0 | 10 | 30 |
| Octal | 146 | 215 | 200 | 34 | 0 | 11 | 55 | 240 | 20 | 60 |
| Binary | 1100110 | 10001101 | 10000000 | 11100 | 0 | 1001 | 101101 | 10100000 | 10000 | 110000 |
Color Harmonies of #668D80
Complementary color
Monochromatic Colors of #668D80
Black with #668D80
Text Example
Text Example
White with #668D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668D80; }
p { color: rgb(102,141,128); }
H1.HeaderClassName
{
color: #668D80;
}
.AnyTagClassName
{
color: #668D80;
}
</style>
background-color css
<style>
a { background-color: #668D80; }
a { background-color: rgb(102,141,128); }
div.DivClassName
{
background-color: #668D80;
}
.BgClassName
{
background-color: #668D80;
}
</style>
border-color css
<style>
span { border-color: #668D80; }
span { border-color: rgb(102,141,128); }
td.TdClassName
{
border-color: #668D80;
}
.TagClassName
{
border-color: #668D80;
}
</style>