Shades of Silver Tree #66C28B
Tints of Silver Tree #66C28B
RGB
CMYK
RGB Variations
Color information
#66C28B (or 0x66C28B) is known color: Silver Tree. HEX triplet: 66, C2 and 8B. RGB value is (102,194,139). Sum of RGB (Red+Green+Blue) = 102+194+139=435 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.45% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 194 - color contains mainly: green. Hex color #66C28B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C28B is #993D74. Grayscale: #A0A0A0. Windows color (decimal): -10042741 or 9159270. OLE color: 9159270.
HSL color Cylindrical-coordinate representation of color #66C28B: hue angle of 144.13º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66C28B is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 194 | 139 | - |
| CMYK | 0.47 | 0 | 0.28 | 0.24 |
| HSL | 144.13º | 0.43% | 0.58% | - |
| HSV(B) | 144.13º | 0.47% | 0.76% | - |
| XYZ | 29.43 | 43.27 | 31.23 | - |
| YUV | 160.22 | 116.02 | 86.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 194 | 139 | 0.47 | 0 | 0.28 | 0.24 | 144.13 | 0.43 | 0.58 |
| Hex | 66 | C2 | 8B | 2F | 0 | 1C | 18 | 90 | 2B | 3A |
| Octal | 146 | 302 | 213 | 57 | 0 | 34 | 30 | 220 | 53 | 72 |
| Binary | 1100110 | 11000010 | 10001011 | 101111 | 0 | 11100 | 11000 | 10010000 | 101011 | 111010 |
Color Harmonies of #66C28B
Complementary color
Monochromatic Colors of #66C28B
Black with #66C28B
Text Example
Text Example
White with #66C28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C28B; }
p { color: rgb(102,194,139); }
H1.HeaderClassName
{
color: #66C28B;
}
.AnyTagClassName
{
color: #66C28B;
}
</style>
background-color css
<style>
a { background-color: #66C28B; }
a { background-color: rgb(102,194,139); }
div.DivClassName
{
background-color: #66C28B;
}
.BgClassName
{
background-color: #66C28B;
}
</style>
border-color css
<style>
span { border-color: #66C28B; }
span { border-color: rgb(102,194,139); }
td.TdClassName
{
border-color: #66C28B;
}
.TagClassName
{
border-color: #66C28B;
}
</style>