Shades of Silver Tree #66CC86
Tints of Silver Tree #66CC86
RGB
CMYK
RGB Variations
Color information
#66CC86 (or 0x66CC86) is known color: Silver Tree. HEX triplet: 66, CC and 86. RGB value is (102,204,134). Sum of RGB (Red+Green+Blue) = 102+204+134=440 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.18% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 134 (52.73% from 255 or 30.45% from 440); Max value from RGB is 204 - color contains mainly: green. Hex color #66CC86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CC86 is #993379. Grayscale: #A5A5A5. Windows color (decimal): -10040186 or 8834150. OLE color: 8834150.
HSL color Cylindrical-coordinate representation of color #66CC86: hue angle of 138.82º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CC86 is Cyan = 0.5, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 204 | 134 | - |
| CMYK | 0.5 | 0 | 0.34 | 0.2 |
| HSL | 138.82º | 0.5% | 0.6% | - |
| HSV(B) | 138.82º | 0.5% | 0.8% | - |
| XYZ | 31.38 | 47.73 | 30.11 | - |
| YUV | 165.52 | 110.21 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 204 | 134 | 0.5 | 0 | 0.34 | 0.2 | 138.82 | 0.5 | 0.6 |
| Hex | 66 | CC | 86 | 32 | 0 | 22 | 14 | 8B | 32 | 3C |
| Octal | 146 | 314 | 206 | 62 | 0 | 42 | 24 | 213 | 62 | 74 |
| Binary | 1100110 | 11001100 | 10000110 | 110010 | 0 | 100010 | 10100 | 10001011 | 110010 | 111100 |
Color Harmonies of #66CC86
Complementary color
Monochromatic Colors of #66CC86
Black with #66CC86
Text Example
Text Example
White with #66CC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CC86; }
p { color: rgb(102,204,134); }
H1.HeaderClassName
{
color: #66CC86;
}
.AnyTagClassName
{
color: #66CC86;
}
</style>
background-color css
<style>
a { background-color: #66CC86; }
a { background-color: rgb(102,204,134); }
div.DivClassName
{
background-color: #66CC86;
}
.BgClassName
{
background-color: #66CC86;
}
</style>
border-color css
<style>
span { border-color: #66CC86; }
span { border-color: rgb(102,204,134); }
td.TdClassName
{
border-color: #66CC86;
}
.TagClassName
{
border-color: #66CC86;
}
</style>