Shades of Silver Tree #66BD91
Tints of Silver Tree #66BD91
RGB
CMYK
RGB Variations
Color information
#66BD91 (or 0x66BD91) is known color: Silver Tree. HEX triplet: 66, BD and 91. RGB value is (102,189,145). Sum of RGB (Red+Green+Blue) = 102+189+145=436 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.39% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 189 - color contains mainly: green. Hex color #66BD91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BD91 is #99426E. Grayscale: #9E9E9E. Windows color (decimal): -10044015 or 9551206. OLE color: 9551206.
HSL color Cylindrical-coordinate representation of color #66BD91: hue angle of 149.66º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BD91 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 189 | 145 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.26 |
| HSL | 149.66º | 0.4% | 0.57% | - |
| HSV(B) | 149.66º | 0.46% | 0.74% | - |
| XYZ | 28.79 | 41.26 | 33.24 | - |
| YUV | 157.97 | 120.68 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 189 | 145 | 0.46 | 0 | 0.23 | 0.26 | 149.66 | 0.4 | 0.57 |
| Hex | 66 | BD | 91 | 2E | 0 | 17 | 1A | 96 | 28 | 39 |
| Octal | 146 | 275 | 221 | 56 | 0 | 27 | 32 | 226 | 50 | 71 |
| Binary | 1100110 | 10111101 | 10010001 | 101110 | 0 | 10111 | 11010 | 10010110 | 101000 | 111001 |
Color Harmonies of #66BD91
Complementary color
Monochromatic Colors of #66BD91
Black with #66BD91
Text Example
Text Example
White with #66BD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BD91; }
p { color: rgb(102,189,145); }
H1.HeaderClassName
{
color: #66BD91;
}
.AnyTagClassName
{
color: #66BD91;
}
</style>
background-color css
<style>
a { background-color: #66BD91; }
a { background-color: rgb(102,189,145); }
div.DivClassName
{
background-color: #66BD91;
}
.BgClassName
{
background-color: #66BD91;
}
</style>
border-color css
<style>
span { border-color: #66BD91; }
span { border-color: rgb(102,189,145); }
td.TdClassName
{
border-color: #66BD91;
}
.TagClassName
{
border-color: #66BD91;
}
</style>