Shades of Patina #66A182
Tints of Patina #66A182
RGB
CMYK
RGB Variations
Color information
#66A182 (or 0x66A182) is known color: Patina. HEX triplet: 66, A1 and 82. RGB value is (102,161,130). Sum of RGB (Red+Green+Blue) = 102+161+130=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 161 - color contains mainly: green. Hex color #66A182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A182 is #995E7D. Grayscale: #8B8B8B. Windows color (decimal): -10051198 or 8560998. OLE color: 8560998.
HSL color Cylindrical-coordinate representation of color #66A182: hue angle of 148.47º 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 #66A182 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 161 | 130 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.37 |
| HSL | 148.47º | 0.24% | 0.52% | - |
| HSV(B) | 148.47º | 0.37% | 0.63% | - |
| XYZ | 22.25 | 29.93 | 25.72 | - |
| YUV | 139.83 | 122.45 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 161 | 130 | 0.37 | 0 | 0.19 | 0.37 | 148.47 | 0.24 | 0.52 |
| Hex | 66 | A1 | 82 | 25 | 0 | 13 | 25 | 94 | 18 | 34 |
| Octal | 146 | 241 | 202 | 45 | 0 | 23 | 45 | 224 | 30 | 64 |
| Binary | 1100110 | 10100001 | 10000010 | 100101 | 0 | 10011 | 100101 | 10010100 | 11000 | 110100 |
Color Harmonies of #66A182
Complementary color
Monochromatic Colors of #66A182
Black with #66A182
Text Example
Text Example
White with #66A182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A182; }
p { color: rgb(102,161,130); }
H1.HeaderClassName
{
color: #66A182;
}
.AnyTagClassName
{
color: #66A182;
}
</style>
background-color css
<style>
a { background-color: #66A182; }
a { background-color: rgb(102,161,130); }
div.DivClassName
{
background-color: #66A182;
}
.BgClassName
{
background-color: #66A182;
}
</style>
border-color css
<style>
span { border-color: #66A182; }
span { border-color: rgb(102,161,130); }
td.TdClassName
{
border-color: #66A182;
}
.TagClassName
{
border-color: #66A182;
}
</style>