Shades of Silver Tree #66A984
Tints of Silver Tree #66A984
RGB
CMYK
RGB Variations
Color information
#66A984 (or 0x66A984) is known color: Silver Tree. HEX triplet: 66, A9 and 84. RGB value is (102,169,132). Sum of RGB (Red+Green+Blue) = 102+169+132=403 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.31% from 403); Green value is 169 (66.41% from 255 or 41.94% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 169 - color contains mainly: green. Hex color #66A984 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A984 is #99567B. Grayscale: #909090. Windows color (decimal): -10049148 or 8694118. OLE color: 8694118.
HSL color Cylindrical-coordinate representation of color #66A984: hue angle of 146.87º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66A984 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 102 | 169 | 132 | - |
| CMYK | 0.40 | 0 | 0.22 | 0.34 |
| HSL | 146.87º | 0.28% | 0.53% | - |
| HSV(B) | 146.87º | 0.4% | 0.66% | - |
| XYZ | 23.83 | 32.87 | 26.92 | - |
| YUV | 144.75 | 120.8 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 169 | 132 | 0.40 | 0 | 0.22 | 0.34 | 146.87 | 0.28 | 0.53 |
| Hex | 66 | A9 | 84 | 28 | 0 | 16 | 22 | 93 | 1C | 35 |
| Octal | 146 | 251 | 204 | 50 | 0 | 26 | 42 | 223 | 34 | 65 |
| Binary | 1100110 | 10101001 | 10000100 | 101000 | 0 | 10110 | 100010 | 10010011 | 11100 | 110101 |
Color Harmonies of #66A984
Complementary color
Monochromatic Colors of #66A984
Black with #66A984
Text Example
Text Example
White with #66A984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A984; }
p { color: rgb(102,169,132); }
H1.HeaderClassName
{
color: #66A984;
}
.AnyTagClassName
{
color: #66A984;
}
</style>
background-color css
<style>
a { background-color: #66A984; }
a { background-color: rgb(102,169,132); }
div.DivClassName
{
background-color: #66A984;
}
.BgClassName
{
background-color: #66A984;
}
</style>
border-color css
<style>
span { border-color: #66A984; }
span { border-color: rgb(102,169,132); }
td.TdClassName
{
border-color: #66A984;
}
.TagClassName
{
border-color: #66A984;
}
</style>