Shades of Silver Tree #66B985
Tints of Silver Tree #66B985
RGB
CMYK
RGB Variations
Color information
#66B985 (or 0x66B985) is known color: Silver Tree. HEX triplet: 66, B9 and 85. RGB value is (102,185,133). Sum of RGB (Red+Green+Blue) = 102+185+133=420 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.29% from 420); Green value is 185 (72.66% from 255 or 44.05% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 185 - color contains mainly: green. Hex color #66B985 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66B985 is #99467A. Grayscale: #9A9A9A. Windows color (decimal): -10045051 or 8763750. OLE color: 8763750.
HSL color Cylindrical-coordinate representation of color #66B985: hue angle of 142.41º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66B985 is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 185 | 133 | - |
| CMYK | 0.45 | 0 | 0.28 | 0.27 |
| HSL | 142.41º | 0.37% | 0.56% | - |
| HSV(B) | 142.41º | 0.45% | 0.73% | - |
| XYZ | 27.06 | 39.22 | 28.33 | - |
| YUV | 154.26 | 116 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 185 | 133 | 0.45 | 0 | 0.28 | 0.27 | 142.41 | 0.37 | 0.56 |
| Hex | 66 | B9 | 85 | 2D | 0 | 1C | 1B | 8E | 25 | 38 |
| Octal | 146 | 271 | 205 | 55 | 0 | 34 | 33 | 216 | 45 | 70 |
| Binary | 1100110 | 10111001 | 10000101 | 101101 | 0 | 11100 | 11011 | 10001110 | 100101 | 111000 |
Color Harmonies of #66B985
Complementary color
Monochromatic Colors of #66B985
Black with #66B985
Text Example
Text Example
White with #66B985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B985; }
p { color: rgb(102,185,133); }
H1.HeaderClassName
{
color: #66B985;
}
.AnyTagClassName
{
color: #66B985;
}
</style>
background-color css
<style>
a { background-color: #66B985; }
a { background-color: rgb(102,185,133); }
div.DivClassName
{
background-color: #66B985;
}
.BgClassName
{
background-color: #66B985;
}
</style>
border-color css
<style>
span { border-color: #66B985; }
span { border-color: rgb(102,185,133); }
td.TdClassName
{
border-color: #66B985;
}
.TagClassName
{
border-color: #66B985;
}
</style>