Shades of Silver Tree #68DA8F
Tints of Silver Tree #68DA8F
RGB
CMYK
RGB Variations
Color information
#68DA8F (or 0x68DA8F) is known color: Silver Tree. HEX triplet: 68, DA and 8F. RGB value is (104,218,143). Sum of RGB (Red+Green+Blue) = 104+218+143=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #68DA8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DA8F is #972570. Grayscale: #AFAFAF. Windows color (decimal): -9905521 or 9427560. OLE color: 9427560.
HSL color Cylindrical-coordinate representation of color #68DA8F: hue angle of 140.53º 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 #68DA8F is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 143 | - |
| CMYK | 0.52 | 0 | 0.34 | 0.15 |
| HSL | 140.53º | 0.61% | 0.63% | - |
| HSV(B) | 140.53º | 0.52% | 0.85% | - |
| XYZ | 35.74 | 55.07 | 34.73 | - |
| YUV | 175.36 | 109.73 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 143 | 0.52 | 0 | 0.34 | 0.15 | 140.53 | 0.61 | 0.63 |
| Hex | 68 | DA | 8F | 34 | 0 | 22 | F | 8D | 3D | 3F |
| Octal | 150 | 332 | 217 | 64 | 0 | 42 | 17 | 215 | 75 | 77 |
| Binary | 1101000 | 11011010 | 10001111 | 110100 | 0 | 100010 | 1111 | 10001101 | 111101 | 111111 |
Color Harmonies of #68DA8F
Complementary color
Monochromatic Colors of #68DA8F
Black with #68DA8F
Text Example
Text Example
White with #68DA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DA8F; }
p { color: rgb(104,218,143); }
H1.HeaderClassName
{
color: #68DA8F;
}
.AnyTagClassName
{
color: #68DA8F;
}
</style>
background-color css
<style>
a { background-color: #68DA8F; }
a { background-color: rgb(104,218,143); }
div.DivClassName
{
background-color: #68DA8F;
}
.BgClassName
{
background-color: #68DA8F;
}
</style>
border-color css
<style>
span { border-color: #68DA8F; }
span { border-color: rgb(104,218,143); }
td.TdClassName
{
border-color: #68DA8F;
}
.TagClassName
{
border-color: #68DA8F;
}
</style>