Shades of Silver Tree #66B28C
Tints of Silver Tree #66B28C
RGB
CMYK
RGB Variations
Color information
#66B28C (or 0x66B28C) is known color: Silver Tree. HEX triplet: 66, B2 and 8C. RGB value is (102,178,140). Sum of RGB (Red+Green+Blue) = 102+178+140=420 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.29% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 178 - color contains mainly: green. Hex color #66B28C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66B28C is #994D73. Grayscale: #979797. Windows color (decimal): -10046836 or 9220710. OLE color: 9220710.
HSL color Cylindrical-coordinate representation of color #66B28C: hue angle of 150º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66B28C is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 102 | 178 | 140 | - |
| CMYK | 0.43 | 0 | 0.21 | 0.30 |
| HSL | 150º | 0.33% | 0.55% | - |
| HSV(B) | 150º | 0.43% | 0.7% | - |
| XYZ | 26.13 | 36.56 | 30.49 | - |
| YUV | 150.94 | 121.82 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 178 | 140 | 0.43 | 0 | 0.21 | 0.30 | 150 | 0.33 | 0.55 |
| Hex | 66 | B2 | 8C | 2B | 0 | 15 | 1E | 96 | 21 | 37 |
| Octal | 146 | 262 | 214 | 53 | 0 | 25 | 36 | 226 | 41 | 67 |
| Binary | 1100110 | 10110010 | 10001100 | 101011 | 0 | 10101 | 11110 | 10010110 | 100001 | 110111 |
Color Harmonies of #66B28C
Complementary color
Monochromatic Colors of #66B28C
Black with #66B28C
Text Example
Text Example
White with #66B28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B28C; }
p { color: rgb(102,178,140); }
H1.HeaderClassName
{
color: #66B28C;
}
.AnyTagClassName
{
color: #66B28C;
}
</style>
background-color css
<style>
a { background-color: #66B28C; }
a { background-color: rgb(102,178,140); }
div.DivClassName
{
background-color: #66B28C;
}
.BgClassName
{
background-color: #66B28C;
}
</style>
border-color css
<style>
span { border-color: #66B28C; }
span { border-color: rgb(102,178,140); }
td.TdClassName
{
border-color: #66B28C;
}
.TagClassName
{
border-color: #66B28C;
}
</style>