Shades of Patina #66A284
Tints of Patina #66A284
RGB
CMYK
RGB Variations
Color information
#66A284 (or 0x66A284) is known color: Patina. HEX triplet: 66, A2 and 84. RGB value is (102,162,132). Sum of RGB (Red+Green+Blue) = 102+162+132=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 162 - color contains mainly: green. Hex color #66A284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A284 is #995D7B. Grayscale: #8C8C8C. Windows color (decimal): -10050940 or 8692326. OLE color: 8692326.
HSL color Cylindrical-coordinate representation of color #66A284: hue angle of 150º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66A284 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 162 | 132 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.36 |
| HSL | 150º | 0.24% | 0.52% | - |
| HSV(B) | 150º | 0.37% | 0.64% | - |
| XYZ | 22.56 | 30.33 | 26.5 | - |
| YUV | 140.64 | 123.12 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 162 | 132 | 0.37 | 0 | 0.19 | 0.36 | 150 | 0.24 | 0.52 |
| Hex | 66 | A2 | 84 | 25 | 0 | 13 | 24 | 96 | 18 | 34 |
| Octal | 146 | 242 | 204 | 45 | 0 | 23 | 44 | 226 | 30 | 64 |
| Binary | 1100110 | 10100010 | 10000100 | 100101 | 0 | 10011 | 100100 | 10010110 | 11000 | 110100 |
Color Harmonies of #66A284
Complementary color
Monochromatic Colors of #66A284
Black with #66A284
Text Example
Text Example
White with #66A284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A284; }
p { color: rgb(102,162,132); }
H1.HeaderClassName
{
color: #66A284;
}
.AnyTagClassName
{
color: #66A284;
}
</style>
background-color css
<style>
a { background-color: #66A284; }
a { background-color: rgb(102,162,132); }
div.DivClassName
{
background-color: #66A284;
}
.BgClassName
{
background-color: #66A284;
}
</style>
border-color css
<style>
span { border-color: #66A284; }
span { border-color: rgb(102,162,132); }
td.TdClassName
{
border-color: #66A284;
}
.TagClassName
{
border-color: #66A284;
}
</style>