Shades of Silver Tree #66B18B
Tints of Silver Tree #66B18B
RGB
CMYK
RGB Variations
Color information
#66B18B (or 0x66B18B) is known color: Silver Tree. HEX triplet: 66, B1 and 8B. RGB value is (102,177,139). Sum of RGB (Red+Green+Blue) = 102+177+139=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 177 - color contains mainly: green. Hex color #66B18B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66B18B is #994E74. Grayscale: #969696. Windows color (decimal): -10047093 or 9154918. OLE color: 9154918.
HSL color Cylindrical-coordinate representation of color #66B18B: hue angle of 149.6º 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 #66B18B is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 177 | 139 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.31 |
| HSL | 149.6º | 0.32% | 0.55% | - |
| HSV(B) | 149.6º | 0.42% | 0.69% | - |
| XYZ | 25.86 | 36.13 | 30.04 | - |
| YUV | 150.24 | 121.65 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 177 | 139 | 0.42 | 0 | 0.21 | 0.31 | 149.6 | 0.32 | 0.55 |
| Hex | 66 | B1 | 8B | 2A | 0 | 15 | 1F | 96 | 20 | 37 |
| Octal | 146 | 261 | 213 | 52 | 0 | 25 | 37 | 226 | 40 | 67 |
| Binary | 1100110 | 10110001 | 10001011 | 101010 | 0 | 10101 | 11111 | 10010110 | 100000 | 110111 |
Color Harmonies of #66B18B
Complementary color
Monochromatic Colors of #66B18B
Black with #66B18B
Text Example
Text Example
White with #66B18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B18B; }
p { color: rgb(102,177,139); }
H1.HeaderClassName
{
color: #66B18B;
}
.AnyTagClassName
{
color: #66B18B;
}
</style>
background-color css
<style>
a { background-color: #66B18B; }
a { background-color: rgb(102,177,139); }
div.DivClassName
{
background-color: #66B18B;
}
.BgClassName
{
background-color: #66B18B;
}
</style>
border-color css
<style>
span { border-color: #66B18B; }
span { border-color: rgb(102,177,139); }
td.TdClassName
{
border-color: #66B18B;
}
.TagClassName
{
border-color: #66B18B;
}
</style>