Shades of Silver Tree #66BC90
Tints of Silver Tree #66BC90
RGB
CMYK
RGB Variations
Color information
#66BC90 (or 0x66BC90) is known color: Silver Tree. HEX triplet: 66, BC and 90. RGB value is (102,188,144). Sum of RGB (Red+Green+Blue) = 102+188+144=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 188 - color contains mainly: green. Hex color #66BC90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BC90 is #99436F. Grayscale: #9D9D9D. Windows color (decimal): -10044272 or 9485414. OLE color: 9485414.
HSL color Cylindrical-coordinate representation of color #66BC90: hue angle of 149.3º 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 #66BC90 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 188 | 144 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.26 |
| HSL | 149.3º | 0.39% | 0.57% | - |
| HSV(B) | 149.3º | 0.46% | 0.74% | - |
| XYZ | 28.5 | 40.8 | 32.76 | - |
| YUV | 157.27 | 120.51 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 188 | 144 | 0.46 | 0 | 0.23 | 0.26 | 149.3 | 0.39 | 0.57 |
| Hex | 66 | BC | 90 | 2E | 0 | 17 | 1A | 95 | 27 | 39 |
| Octal | 146 | 274 | 220 | 56 | 0 | 27 | 32 | 225 | 47 | 71 |
| Binary | 1100110 | 10111100 | 10010000 | 101110 | 0 | 10111 | 11010 | 10010101 | 100111 | 111001 |
Color Harmonies of #66BC90
Complementary color
Monochromatic Colors of #66BC90
Black with #66BC90
Text Example
Text Example
White with #66BC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BC90; }
p { color: rgb(102,188,144); }
H1.HeaderClassName
{
color: #66BC90;
}
.AnyTagClassName
{
color: #66BC90;
}
</style>
background-color css
<style>
a { background-color: #66BC90; }
a { background-color: rgb(102,188,144); }
div.DivClassName
{
background-color: #66BC90;
}
.BgClassName
{
background-color: #66BC90;
}
</style>
border-color css
<style>
span { border-color: #66BC90; }
span { border-color: rgb(102,188,144); }
td.TdClassName
{
border-color: #66BC90;
}
.TagClassName
{
border-color: #66BC90;
}
</style>