Shades of Silver Tree #66AB85
Tints of Silver Tree #66AB85
RGB
CMYK
RGB Variations
Color information
#66AB85 (or 0x66AB85) is known color: Silver Tree. HEX triplet: 66, AB and 85. RGB value is (102,171,133). Sum of RGB (Red+Green+Blue) = 102+171+133=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AB85 is #99547A. Grayscale: #929292. Windows color (decimal): -10048635 or 8760166. OLE color: 8760166.
HSL color Cylindrical-coordinate representation of color #66AB85: hue angle of 146.96º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66AB85 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 171 | 133 | - |
| CMYK | 0.40 | 0 | 0.22 | 0.33 |
| HSL | 146.96º | 0.29% | 0.54% | - |
| HSV(B) | 146.96º | 0.4% | 0.67% | - |
| XYZ | 24.28 | 33.64 | 27.4 | - |
| YUV | 146.04 | 120.64 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 171 | 133 | 0.40 | 0 | 0.22 | 0.33 | 146.96 | 0.29 | 0.54 |
| Hex | 66 | AB | 85 | 28 | 0 | 16 | 21 | 93 | 1D | 36 |
| Octal | 146 | 253 | 205 | 50 | 0 | 26 | 41 | 223 | 35 | 66 |
| Binary | 1100110 | 10101011 | 10000101 | 101000 | 0 | 10110 | 100001 | 10010011 | 11101 | 110110 |
Color Harmonies of #66AB85
Complementary color
Monochromatic Colors of #66AB85
Black with #66AB85
Text Example
Text Example
White with #66AB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AB85; }
p { color: rgb(102,171,133); }
H1.HeaderClassName
{
color: #66AB85;
}
.AnyTagClassName
{
color: #66AB85;
}
</style>
background-color css
<style>
a { background-color: #66AB85; }
a { background-color: rgb(102,171,133); }
div.DivClassName
{
background-color: #66AB85;
}
.BgClassName
{
background-color: #66AB85;
}
</style>
border-color css
<style>
span { border-color: #66AB85; }
span { border-color: rgb(102,171,133); }
td.TdClassName
{
border-color: #66AB85;
}
.TagClassName
{
border-color: #66AB85;
}
</style>