Shades of Silver Tree #66AC85
Tints of Silver Tree #66AC85
RGB
CMYK
RGB Variations
Color information
#66AC85 (or 0x66AC85) is known color: Silver Tree. HEX triplet: 66, AC and 85. RGB value is (102,172,133). Sum of RGB (Red+Green+Blue) = 102+172+133=407 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.06% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 172 - color contains mainly: green. Hex color #66AC85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AC85 is #99537A. Grayscale: #929292. Windows color (decimal): -10048379 or 8760422. OLE color: 8760422.
HSL color Cylindrical-coordinate representation of color #66AC85: hue angle of 146.57º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66AC85 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 172 | 133 | - |
| CMYK | 0.41 | 0 | 0.23 | 0.33 |
| HSL | 146.57º | 0.3% | 0.54% | - |
| HSV(B) | 146.57º | 0.41% | 0.67% | - |
| XYZ | 24.47 | 34.02 | 27.47 | - |
| YUV | 146.62 | 120.31 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 172 | 133 | 0.41 | 0 | 0.23 | 0.33 | 146.57 | 0.3 | 0.54 |
| Hex | 66 | AC | 85 | 29 | 0 | 17 | 21 | 93 | 1E | 36 |
| Octal | 146 | 254 | 205 | 51 | 0 | 27 | 41 | 223 | 36 | 66 |
| Binary | 1100110 | 10101100 | 10000101 | 101001 | 0 | 10111 | 100001 | 10010011 | 11110 | 110110 |
Color Harmonies of #66AC85
Complementary color
Monochromatic Colors of #66AC85
Black with #66AC85
Text Example
Text Example
White with #66AC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AC85; }
p { color: rgb(102,172,133); }
H1.HeaderClassName
{
color: #66AC85;
}
.AnyTagClassName
{
color: #66AC85;
}
</style>
background-color css
<style>
a { background-color: #66AC85; }
a { background-color: rgb(102,172,133); }
div.DivClassName
{
background-color: #66AC85;
}
.BgClassName
{
background-color: #66AC85;
}
</style>
border-color css
<style>
span { border-color: #66AC85; }
span { border-color: rgb(102,172,133); }
td.TdClassName
{
border-color: #66AC85;
}
.TagClassName
{
border-color: #66AC85;
}
</style>