Shades of Silver Tree #66BD82
Tints of Silver Tree #66BD82
RGB
CMYK
RGB Variations
Color information
#66BD82 (or 0x66BD82) is known color: Silver Tree. HEX triplet: 66, BD and 82. RGB value is (102,189,130). Sum of RGB (Red+Green+Blue) = 102+189+130=421 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.23% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 189 - color contains mainly: green. Hex color #66BD82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BD82 is #99427D. Grayscale: #9C9C9C. Windows color (decimal): -10044030 or 8568166. OLE color: 8568166.
HSL color Cylindrical-coordinate representation of color #66BD82: hue angle of 139.31º 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 #66BD82 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 189 | 130 | - |
| CMYK | 0.46 | 0 | 0.31 | 0.26 |
| HSL | 139.31º | 0.4% | 0.57% | - |
| HSV(B) | 139.31º | 0.46% | 0.74% | - |
| XYZ | 27.71 | 40.83 | 27.54 | - |
| YUV | 156.26 | 113.18 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 189 | 130 | 0.46 | 0 | 0.31 | 0.26 | 139.31 | 0.4 | 0.57 |
| Hex | 66 | BD | 82 | 2E | 0 | 1F | 1A | 8B | 28 | 39 |
| Octal | 146 | 275 | 202 | 56 | 0 | 37 | 32 | 213 | 50 | 71 |
| Binary | 1100110 | 10111101 | 10000010 | 101110 | 0 | 11111 | 11010 | 10001011 | 101000 | 111001 |
Color Harmonies of #66BD82
Complementary color
Monochromatic Colors of #66BD82
Black with #66BD82
Text Example
Text Example
White with #66BD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BD82; }
p { color: rgb(102,189,130); }
H1.HeaderClassName
{
color: #66BD82;
}
.AnyTagClassName
{
color: #66BD82;
}
</style>
background-color css
<style>
a { background-color: #66BD82; }
a { background-color: rgb(102,189,130); }
div.DivClassName
{
background-color: #66BD82;
}
.BgClassName
{
background-color: #66BD82;
}
</style>
border-color css
<style>
span { border-color: #66BD82; }
span { border-color: rgb(102,189,130); }
td.TdClassName
{
border-color: #66BD82;
}
.TagClassName
{
border-color: #66BD82;
}
</style>