Shades of Patina #66A186
Tints of Patina #66A186
RGB
CMYK
RGB Variations
Color information
#66A186 (or 0x66A186) is known color: Patina. HEX triplet: 66, A1 and 86. RGB value is (102,161,134). Sum of RGB (Red+Green+Blue) = 102+161+134=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 161 - color contains mainly: green. Hex color #66A186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A186 is #995E79. Grayscale: #8C8C8C. Windows color (decimal): -10051194 or 8823142. OLE color: 8823142.
HSL color Cylindrical-coordinate representation of color #66A186: hue angle of 152.54º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66A186 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 161 | 134 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.37 |
| HSL | 152.54º | 0.24% | 0.52% | - |
| HSV(B) | 152.54º | 0.37% | 0.63% | - |
| XYZ | 22.53 | 30.04 | 27.16 | - |
| YUV | 140.28 | 124.45 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 161 | 134 | 0.37 | 0 | 0.17 | 0.37 | 152.54 | 0.24 | 0.52 |
| Hex | 66 | A1 | 86 | 25 | 0 | 11 | 25 | 99 | 18 | 34 |
| Octal | 146 | 241 | 206 | 45 | 0 | 21 | 45 | 231 | 30 | 64 |
| Binary | 1100110 | 10100001 | 10000110 | 100101 | 0 | 10001 | 100101 | 10011001 | 11000 | 110100 |
Color Harmonies of #66A186
Complementary color
Monochromatic Colors of #66A186
Black with #66A186
Text Example
Text Example
White with #66A186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A186; }
p { color: rgb(102,161,134); }
H1.HeaderClassName
{
color: #66A186;
}
.AnyTagClassName
{
color: #66A186;
}
</style>
background-color css
<style>
a { background-color: #66A186; }
a { background-color: rgb(102,161,134); }
div.DivClassName
{
background-color: #66A186;
}
.BgClassName
{
background-color: #66A186;
}
</style>
border-color css
<style>
span { border-color: #66A186; }
span { border-color: rgb(102,161,134); }
td.TdClassName
{
border-color: #66A186;
}
.TagClassName
{
border-color: #66A186;
}
</style>