Shades of Silver Tree #66B486
Tints of Silver Tree #66B486
RGB
CMYK
RGB Variations
Color information
#66B486 (or 0x66B486) is known color: Silver Tree. HEX triplet: 66, B4 and 86. RGB value is (102,180,134). Sum of RGB (Red+Green+Blue) = 102+180+134=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 180 - color contains mainly: green. Hex color #66B486 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66B486 is #994B79. Grayscale: #979797. Windows color (decimal): -10046330 or 8828006. OLE color: 8828006.
HSL color Cylindrical-coordinate representation of color #66B486: hue angle of 144.62º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66B486 is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 180 | 134 | - |
| CMYK | 0.43 | 0 | 0.26 | 0.29 |
| HSL | 144.62º | 0.34% | 0.55% | - |
| HSV(B) | 144.62º | 0.43% | 0.71% | - |
| XYZ | 26.1 | 37.19 | 28.36 | - |
| YUV | 151.43 | 118.16 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 180 | 134 | 0.43 | 0 | 0.26 | 0.29 | 144.62 | 0.34 | 0.55 |
| Hex | 66 | B4 | 86 | 2B | 0 | 1A | 1D | 91 | 22 | 37 |
| Octal | 146 | 264 | 206 | 53 | 0 | 32 | 35 | 221 | 42 | 67 |
| Binary | 1100110 | 10110100 | 10000110 | 101011 | 0 | 11010 | 11101 | 10010001 | 100010 | 110111 |
Color Harmonies of #66B486
Complementary color
Monochromatic Colors of #66B486
Black with #66B486
Text Example
Text Example
White with #66B486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B486; }
p { color: rgb(102,180,134); }
H1.HeaderClassName
{
color: #66B486;
}
.AnyTagClassName
{
color: #66B486;
}
</style>
background-color css
<style>
a { background-color: #66B486; }
a { background-color: rgb(102,180,134); }
div.DivClassName
{
background-color: #66B486;
}
.BgClassName
{
background-color: #66B486;
}
</style>
border-color css
<style>
span { border-color: #66B486; }
span { border-color: rgb(102,180,134); }
td.TdClassName
{
border-color: #66B486;
}
.TagClassName
{
border-color: #66B486;
}
</style>