Shades of Silver Tree #66BC8F
Tints of Silver Tree #66BC8F
RGB
CMYK
RGB Variations
Color information
#66BC8F (or 0x66BC8F) is known color: Silver Tree. HEX triplet: 66, BC and 8F. RGB value is (102,188,143). Sum of RGB (Red+Green+Blue) = 102+188+143=433 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.56% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #66BC8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BC8F is #994370. Grayscale: #9D9D9D. Windows color (decimal): -10044273 or 9419878. OLE color: 9419878.
HSL color Cylindrical-coordinate representation of color #66BC8F: hue angle of 148.6º 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 #66BC8F is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 188 | 143 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.26 |
| HSL | 148.6º | 0.39% | 0.57% | - |
| HSV(B) | 148.6º | 0.46% | 0.74% | - |
| XYZ | 28.42 | 40.77 | 32.36 | - |
| YUV | 157.16 | 120.01 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 188 | 143 | 0.46 | 0 | 0.24 | 0.26 | 148.6 | 0.39 | 0.57 |
| Hex | 66 | BC | 8F | 2E | 0 | 18 | 1A | 95 | 27 | 39 |
| Octal | 146 | 274 | 217 | 56 | 0 | 30 | 32 | 225 | 47 | 71 |
| Binary | 1100110 | 10111100 | 10001111 | 101110 | 0 | 11000 | 11010 | 10010101 | 100111 | 111001 |
Color Harmonies of #66BC8F
Complementary color
Monochromatic Colors of #66BC8F
Black with #66BC8F
Text Example
Text Example
White with #66BC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BC8F; }
p { color: rgb(102,188,143); }
H1.HeaderClassName
{
color: #66BC8F;
}
.AnyTagClassName
{
color: #66BC8F;
}
</style>
background-color css
<style>
a { background-color: #66BC8F; }
a { background-color: rgb(102,188,143); }
div.DivClassName
{
background-color: #66BC8F;
}
.BgClassName
{
background-color: #66BC8F;
}
</style>
border-color css
<style>
span { border-color: #66BC8F; }
span { border-color: rgb(102,188,143); }
td.TdClassName
{
border-color: #66BC8F;
}
.TagClassName
{
border-color: #66BC8F;
}
</style>