Shades of Patina #668F86
Tints of Patina #668F86
RGB
CMYK
RGB Variations
Color information
#668F86 (or 0x668F86) is known color: Patina. HEX triplet: 66, 8F and 86. RGB value is (102,143,134). Sum of RGB (Red+Green+Blue) = 102+143+134=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 143 - color contains mainly: green. Hex color #668F86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668F86 is #997079. Grayscale: #818181. Windows color (decimal): -10055802 or 8818534. OLE color: 8818534.
HSL color Cylindrical-coordinate representation of color #668F86: hue angle of 166.83º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #668F86 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 143 | 134 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.44 |
| HSL | 166.83º | 0.17% | 0.48% | - |
| HSV(B) | 166.83º | 0.29% | 0.56% | - |
| XYZ | 19.61 | 24.19 | 26.19 | - |
| YUV | 129.72 | 130.42 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 143 | 134 | 0.29 | 0 | 0.06 | 0.44 | 166.83 | 0.17 | 0.48 |
| Hex | 66 | 8F | 86 | 1D | 0 | 6 | 2C | A7 | 11 | 30 |
| Octal | 146 | 217 | 206 | 35 | 0 | 6 | 54 | 247 | 21 | 60 |
| Binary | 1100110 | 10001111 | 10000110 | 11101 | 0 | 110 | 101100 | 10100111 | 10001 | 110000 |
Color Harmonies of #668F86
Complementary color
Monochromatic Colors of #668F86
Black with #668F86
Text Example
Text Example
White with #668F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668F86; }
p { color: rgb(102,143,134); }
H1.HeaderClassName
{
color: #668F86;
}
.AnyTagClassName
{
color: #668F86;
}
</style>
background-color css
<style>
a { background-color: #668F86; }
a { background-color: rgb(102,143,134); }
div.DivClassName
{
background-color: #668F86;
}
.BgClassName
{
background-color: #668F86;
}
</style>
border-color css
<style>
span { border-color: #668F86; }
span { border-color: rgb(102,143,134); }
td.TdClassName
{
border-color: #668F86;
}
.TagClassName
{
border-color: #668F86;
}
</style>