Shades of Silver Tree #66BC8D
Tints of Silver Tree #66BC8D
RGB
CMYK
RGB Variations
Color information
#66BC8D (or 0x66BC8D) is known color: Silver Tree. HEX triplet: 66, BC and 8D. RGB value is (102,188,141). Sum of RGB (Red+Green+Blue) = 102+188+141=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #66BC8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BC8D is #994372. Grayscale: #9D9D9D. Windows color (decimal): -10044275 or 9288806. OLE color: 9288806.
HSL color Cylindrical-coordinate representation of color #66BC8D: hue angle of 147.21º degrees, saturation: 0.39, 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 #66BC8D is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 188 | 141 | - |
| CMYK | 0.46 | 0 | 0.25 | 0.26 |
| HSL | 147.21º | 0.39% | 0.57% | - |
| HSV(B) | 147.21º | 0.46% | 0.74% | - |
| XYZ | 28.27 | 40.71 | 31.57 | - |
| YUV | 156.93 | 119.01 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 188 | 141 | 0.46 | 0 | 0.25 | 0.26 | 147.21 | 0.39 | 0.57 |
| Hex | 66 | BC | 8D | 2E | 0 | 19 | 1A | 93 | 27 | 39 |
| Octal | 146 | 274 | 215 | 56 | 0 | 31 | 32 | 223 | 47 | 71 |
| Binary | 1100110 | 10111100 | 10001101 | 101110 | 0 | 11001 | 11010 | 10010011 | 100111 | 111001 |
Color Harmonies of #66BC8D
Complementary color
Monochromatic Colors of #66BC8D
Black with #66BC8D
Text Example
Text Example
White with #66BC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BC8D; }
p { color: rgb(102,188,141); }
H1.HeaderClassName
{
color: #66BC8D;
}
.AnyTagClassName
{
color: #66BC8D;
}
</style>
background-color css
<style>
a { background-color: #66BC8D; }
a { background-color: rgb(102,188,141); }
div.DivClassName
{
background-color: #66BC8D;
}
.BgClassName
{
background-color: #66BC8D;
}
</style>
border-color css
<style>
span { border-color: #66BC8D; }
span { border-color: rgb(102,188,141); }
td.TdClassName
{
border-color: #66BC8D;
}
.TagClassName
{
border-color: #66BC8D;
}
</style>