Shades of Silver Tree #66B086
Tints of Silver Tree #66B086
RGB
CMYK
RGB Variations
Color information
#66B086 (or 0x66B086) is known color: Silver Tree. HEX triplet: 66, B0 and 86. RGB value is (102,176,134). Sum of RGB (Red+Green+Blue) = 102+176+134=412 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.76% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 176 - color contains mainly: green. Hex color #66B086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66B086 is #994F79. Grayscale: #959595. Windows color (decimal): -10047354 or 8826982. OLE color: 8826982.
HSL color Cylindrical-coordinate representation of color #66B086: hue angle of 145.95º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66B086 is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 176 | 134 | - |
| CMYK | 0.42 | 0 | 0.24 | 0.31 |
| HSL | 145.95º | 0.32% | 0.55% | - |
| HSV(B) | 145.95º | 0.42% | 0.69% | - |
| XYZ | 25.31 | 35.6 | 28.09 | - |
| YUV | 149.09 | 119.48 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 176 | 134 | 0.42 | 0 | 0.24 | 0.31 | 145.95 | 0.32 | 0.55 |
| Hex | 66 | B0 | 86 | 2A | 0 | 18 | 1F | 92 | 20 | 37 |
| Octal | 146 | 260 | 206 | 52 | 0 | 30 | 37 | 222 | 40 | 67 |
| Binary | 1100110 | 10110000 | 10000110 | 101010 | 0 | 11000 | 11111 | 10010010 | 100000 | 110111 |
Color Harmonies of #66B086
Complementary color
Monochromatic Colors of #66B086
Black with #66B086
Text Example
Text Example
White with #66B086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B086; }
p { color: rgb(102,176,134); }
H1.HeaderClassName
{
color: #66B086;
}
.AnyTagClassName
{
color: #66B086;
}
</style>
background-color css
<style>
a { background-color: #66B086; }
a { background-color: rgb(102,176,134); }
div.DivClassName
{
background-color: #66B086;
}
.BgClassName
{
background-color: #66B086;
}
</style>
border-color css
<style>
span { border-color: #66B086; }
span { border-color: rgb(102,176,134); }
td.TdClassName
{
border-color: #66B086;
}
.TagClassName
{
border-color: #66B086;
}
</style>