Shades of Silver Tree #66BB8A
Tints of Silver Tree #66BB8A
RGB
CMYK
RGB Variations
Color information
#66BB8A (or 0x66BB8A) is known color: Silver Tree. HEX triplet: 66, BB and 8A. RGB value is (102,187,138). Sum of RGB (Red+Green+Blue) = 102+187+138=427 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.89% from 427); Green value is 187 (73.44% from 255 or 43.79% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 187 - color contains mainly: green. Hex color #66BB8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BB8A is #994475. Grayscale: #9C9C9C. Windows color (decimal): -10044534 or 9091942. OLE color: 9091942.
HSL color Cylindrical-coordinate representation of color #66BB8A: hue angle of 145.41º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66BB8A is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 187 | 138 | - |
| CMYK | 0.45 | 0 | 0.26 | 0.27 |
| HSL | 145.41º | 0.38% | 0.57% | - |
| HSV(B) | 145.41º | 0.45% | 0.73% | - |
| XYZ | 27.84 | 40.2 | 30.34 | - |
| YUV | 156 | 117.84 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 187 | 138 | 0.45 | 0 | 0.26 | 0.27 | 145.41 | 0.38 | 0.57 |
| Hex | 66 | BB | 8A | 2D | 0 | 1A | 1B | 91 | 26 | 39 |
| Octal | 146 | 273 | 212 | 55 | 0 | 32 | 33 | 221 | 46 | 71 |
| Binary | 1100110 | 10111011 | 10001010 | 101101 | 0 | 11010 | 11011 | 10010001 | 100110 | 111001 |
Color Harmonies of #66BB8A
Complementary color
Monochromatic Colors of #66BB8A
Black with #66BB8A
Text Example
Text Example
White with #66BB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BB8A; }
p { color: rgb(102,187,138); }
H1.HeaderClassName
{
color: #66BB8A;
}
.AnyTagClassName
{
color: #66BB8A;
}
</style>
background-color css
<style>
a { background-color: #66BB8A; }
a { background-color: rgb(102,187,138); }
div.DivClassName
{
background-color: #66BB8A;
}
.BgClassName
{
background-color: #66BB8A;
}
</style>
border-color css
<style>
span { border-color: #66BB8A; }
span { border-color: rgb(102,187,138); }
td.TdClassName
{
border-color: #66BB8A;
}
.TagClassName
{
border-color: #66BB8A;
}
</style>