Shades of Silver Tree #66BE86
Tints of Silver Tree #66BE86
RGB
CMYK
RGB Variations
Color information
#66BE86 (or 0x66BE86) is known color: Silver Tree. HEX triplet: 66, BE and 86. RGB value is (102,190,134). Sum of RGB (Red+Green+Blue) = 102+190+134=426 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.94% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 190 - color contains mainly: green. Hex color #66BE86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BE86 is #994179. Grayscale: #9D9D9D. Windows color (decimal): -10043770 or 8830566. OLE color: 8830566.
HSL color Cylindrical-coordinate representation of color #66BE86: hue angle of 141.82º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BE86 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 190 | 134 | - |
| CMYK | 0.46 | 0 | 0.29 | 0.25 |
| HSL | 141.82º | 0.4% | 0.57% | - |
| HSV(B) | 141.82º | 0.46% | 0.75% | - |
| XYZ | 28.2 | 41.37 | 29.05 | - |
| YUV | 157.3 | 114.85 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 190 | 134 | 0.46 | 0 | 0.29 | 0.25 | 141.82 | 0.4 | 0.57 |
| Hex | 66 | BE | 86 | 2E | 0 | 1D | 19 | 8E | 28 | 39 |
| Octal | 146 | 276 | 206 | 56 | 0 | 35 | 31 | 216 | 50 | 71 |
| Binary | 1100110 | 10111110 | 10000110 | 101110 | 0 | 11101 | 11001 | 10001110 | 101000 | 111001 |
Color Harmonies of #66BE86
Complementary color
Monochromatic Colors of #66BE86
Black with #66BE86
Text Example
Text Example
White with #66BE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BE86; }
p { color: rgb(102,190,134); }
H1.HeaderClassName
{
color: #66BE86;
}
.AnyTagClassName
{
color: #66BE86;
}
</style>
background-color css
<style>
a { background-color: #66BE86; }
a { background-color: rgb(102,190,134); }
div.DivClassName
{
background-color: #66BE86;
}
.BgClassName
{
background-color: #66BE86;
}
</style>
border-color css
<style>
span { border-color: #66BE86; }
span { border-color: rgb(102,190,134); }
td.TdClassName
{
border-color: #66BE86;
}
.TagClassName
{
border-color: #66BE86;
}
</style>