Shades of Silver Tree #66B686
Tints of Silver Tree #66B686
RGB
CMYK
RGB Variations
Color information
#66B686 (or 0x66B686) is known color: Silver Tree. HEX triplet: 66, B6 and 86. RGB value is (102,182,134). Sum of RGB (Red+Green+Blue) = 102+182+134=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 182 (71.48% from 255 or 43.54% from 418); Blue value is 134 (52.73% from 255 or 32.06% from 418); Max value from RGB is 182 - color contains mainly: green. Hex color #66B686 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66B686 is #994979. Grayscale: #989898. Windows color (decimal): -10045818 or 8828518. OLE color: 8828518.
HSL color Cylindrical-coordinate representation of color #66B686: hue angle of 144º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66B686 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 182 | 134 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.29 |
| HSL | 144º | 0.35% | 0.56% | - |
| HSV(B) | 144º | 0.44% | 0.71% | - |
| XYZ | 26.51 | 38 | 28.49 | - |
| YUV | 152.61 | 117.5 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 182 | 134 | 0.44 | 0 | 0.26 | 0.29 | 144 | 0.35 | 0.56 |
| Hex | 66 | B6 | 86 | 2C | 0 | 1A | 1D | 90 | 23 | 38 |
| Octal | 146 | 266 | 206 | 54 | 0 | 32 | 35 | 220 | 43 | 70 |
| Binary | 1100110 | 10110110 | 10000110 | 101100 | 0 | 11010 | 11101 | 10010000 | 100011 | 111000 |
Color Harmonies of #66B686
Complementary color
Monochromatic Colors of #66B686
Black with #66B686
Text Example
Text Example
White with #66B686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B686; }
p { color: rgb(102,182,134); }
H1.HeaderClassName
{
color: #66B686;
}
.AnyTagClassName
{
color: #66B686;
}
</style>
background-color css
<style>
a { background-color: #66B686; }
a { background-color: rgb(102,182,134); }
div.DivClassName
{
background-color: #66B686;
}
.BgClassName
{
background-color: #66B686;
}
</style>
border-color css
<style>
span { border-color: #66B686; }
span { border-color: rgb(102,182,134); }
td.TdClassName
{
border-color: #66B686;
}
.TagClassName
{
border-color: #66B686;
}
</style>