Shades of Silver Tree #68BC8E
Tints of Silver Tree #68BC8E
RGB
CMYK
RGB Variations
Color information
#68BC8E (or 0x68BC8E) is known color: Silver Tree. HEX triplet: 68, BC and 8E. RGB value is (104,188,142). Sum of RGB (Red+Green+Blue) = 104+188+142=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BC8E is #974371. Grayscale: #9D9D9D. Windows color (decimal): -9913202 or 9354344. OLE color: 9354344.
HSL color Cylindrical-coordinate representation of color #68BC8E: hue angle of 147.14º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BC8E is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 142 | - |
| CMYK | 0.45 | 0 | 0.24 | 0.26 |
| HSL | 147.14º | 0.39% | 0.57% | - |
| HSV(B) | 147.14º | 0.45% | 0.74% | - |
| XYZ | 28.57 | 40.86 | 31.97 | - |
| YUV | 157.64 | 119.17 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 142 | 0.45 | 0 | 0.24 | 0.26 | 147.14 | 0.39 | 0.57 |
| Hex | 68 | BC | 8E | 2D | 0 | 18 | 1A | 93 | 27 | 39 |
| Octal | 150 | 274 | 216 | 55 | 0 | 30 | 32 | 223 | 47 | 71 |
| Binary | 1101000 | 10111100 | 10001110 | 101101 | 0 | 11000 | 11010 | 10010011 | 100111 | 111001 |
Color Harmonies of #68BC8E
Complementary color
Monochromatic Colors of #68BC8E
Black with #68BC8E
Text Example
Text Example
White with #68BC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BC8E; }
p { color: rgb(104,188,142); }
H1.HeaderClassName
{
color: #68BC8E;
}
.AnyTagClassName
{
color: #68BC8E;
}
</style>
background-color css
<style>
a { background-color: #68BC8E; }
a { background-color: rgb(104,188,142); }
div.DivClassName
{
background-color: #68BC8E;
}
.BgClassName
{
background-color: #68BC8E;
}
</style>
border-color css
<style>
span { border-color: #68BC8E; }
span { border-color: rgb(104,188,142); }
td.TdClassName
{
border-color: #68BC8E;
}
.TagClassName
{
border-color: #68BC8E;
}
</style>