Shades of Silver Tree #66B18C
Tints of Silver Tree #66B18C
RGB
CMYK
RGB Variations
Color information
#66B18C (or 0x66B18C) is known color: Silver Tree. HEX triplet: 66, B1 and 8C. RGB value is (102,177,140). Sum of RGB (Red+Green+Blue) = 102+177+140=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 177 - color contains mainly: green. Hex color #66B18C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66B18C is #994E73. Grayscale: #969696. Windows color (decimal): -10047092 or 9220454. OLE color: 9220454.
HSL color Cylindrical-coordinate representation of color #66B18C: hue angle of 150.4º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66B18C is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 177 | 140 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.31 |
| HSL | 150.4º | 0.32% | 0.55% | - |
| HSV(B) | 150.4º | 0.42% | 0.69% | - |
| XYZ | 25.94 | 36.16 | 30.42 | - |
| YUV | 150.36 | 122.15 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 177 | 140 | 0.42 | 0 | 0.21 | 0.31 | 150.4 | 0.32 | 0.55 |
| Hex | 66 | B1 | 8C | 2A | 0 | 15 | 1F | 96 | 20 | 37 |
| Octal | 146 | 261 | 214 | 52 | 0 | 25 | 37 | 226 | 40 | 67 |
| Binary | 1100110 | 10110001 | 10001100 | 101010 | 0 | 10101 | 11111 | 10010110 | 100000 | 110111 |
Color Harmonies of #66B18C
Complementary color
Monochromatic Colors of #66B18C
Black with #66B18C
Text Example
Text Example
White with #66B18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B18C; }
p { color: rgb(102,177,140); }
H1.HeaderClassName
{
color: #66B18C;
}
.AnyTagClassName
{
color: #66B18C;
}
</style>
background-color css
<style>
a { background-color: #66B18C; }
a { background-color: rgb(102,177,140); }
div.DivClassName
{
background-color: #66B18C;
}
.BgClassName
{
background-color: #66B18C;
}
</style>
border-color css
<style>
span { border-color: #66B18C; }
span { border-color: rgb(102,177,140); }
td.TdClassName
{
border-color: #66B18C;
}
.TagClassName
{
border-color: #66B18C;
}
</style>