Shades of Patina #668A80
Tints of Patina #668A80
RGB
CMYK
RGB Variations
Color information
#668A80 (or 0x668A80) is known color: Patina. HEX triplet: 66, 8A and 80. RGB value is (102,138,128). Sum of RGB (Red+Green+Blue) = 102+138+128=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 138 - color contains mainly: green. Hex color #668A80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668A80 is #99757F. Grayscale: #7E7E7E. Windows color (decimal): -10057088 or 8424038. OLE color: 8424038.
HSL color Cylindrical-coordinate representation of color #668A80: hue angle of 163.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #668A80 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 138 | 128 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.46 |
| HSL | 163.33º | 0.15% | 0.47% | - |
| HSV(B) | 163.33º | 0.26% | 0.54% | - |
| XYZ | 18.46 | 22.56 | 23.8 | - |
| YUV | 126.1 | 129.07 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 138 | 128 | 0.26 | 0 | 0.07 | 0.46 | 163.33 | 0.15 | 0.47 |
| Hex | 66 | 8A | 80 | 1A | 0 | 7 | 2E | A3 | F | 2F |
| Octal | 146 | 212 | 200 | 32 | 0 | 7 | 56 | 243 | 17 | 57 |
| Binary | 1100110 | 10001010 | 10000000 | 11010 | 0 | 111 | 101110 | 10100011 | 1111 | 101111 |
Color Harmonies of #668A80
Complementary color
Monochromatic Colors of #668A80
Black with #668A80
Text Example
Text Example
White with #668A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668A80; }
p { color: rgb(102,138,128); }
H1.HeaderClassName
{
color: #668A80;
}
.AnyTagClassName
{
color: #668A80;
}
</style>
background-color css
<style>
a { background-color: #668A80; }
a { background-color: rgb(102,138,128); }
div.DivClassName
{
background-color: #668A80;
}
.BgClassName
{
background-color: #668A80;
}
</style>
border-color css
<style>
span { border-color: #668A80; }
span { border-color: rgb(102,138,128); }
td.TdClassName
{
border-color: #668A80;
}
.TagClassName
{
border-color: #668A80;
}
</style>