Shades of Silver Tree #68DA8E
Tints of Silver Tree #68DA8E
RGB
CMYK
RGB Variations
Color information
#68DA8E (or 0x68DA8E) is known color: Silver Tree. HEX triplet: 68, DA and 8E. RGB value is (104,218,142). Sum of RGB (Red+Green+Blue) = 104+218+142=464 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.41% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 218 - color contains mainly: green. Hex color #68DA8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DA8E is #972571. Grayscale: #AFAFAF. Windows color (decimal): -9905522 or 9362024. OLE color: 9362024.
HSL color Cylindrical-coordinate representation of color #68DA8E: hue angle of 140º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68DA8E is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 142 | - |
| CMYK | 0.52 | 0 | 0.35 | 0.15 |
| HSL | 140º | 0.61% | 0.63% | - |
| HSV(B) | 140º | 0.52% | 0.85% | - |
| XYZ | 35.66 | 55.04 | 34.34 | - |
| YUV | 175.25 | 109.23 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 142 | 0.52 | 0 | 0.35 | 0.15 | 140 | 0.61 | 0.63 |
| Hex | 68 | DA | 8E | 34 | 0 | 23 | F | 8C | 3D | 3F |
| Octal | 150 | 332 | 216 | 64 | 0 | 43 | 17 | 214 | 75 | 77 |
| Binary | 1101000 | 11011010 | 10001110 | 110100 | 0 | 100011 | 1111 | 10001100 | 111101 | 111111 |
Color Harmonies of #68DA8E
Complementary color
Monochromatic Colors of #68DA8E
Black with #68DA8E
Text Example
Text Example
White with #68DA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DA8E; }
p { color: rgb(104,218,142); }
H1.HeaderClassName
{
color: #68DA8E;
}
.AnyTagClassName
{
color: #68DA8E;
}
</style>
background-color css
<style>
a { background-color: #68DA8E; }
a { background-color: rgb(104,218,142); }
div.DivClassName
{
background-color: #68DA8E;
}
.BgClassName
{
background-color: #68DA8E;
}
</style>
border-color css
<style>
span { border-color: #68DA8E; }
span { border-color: rgb(104,218,142); }
td.TdClassName
{
border-color: #68DA8E;
}
.TagClassName
{
border-color: #68DA8E;
}
</style>