Shades of Silver Tree #68D686
Tints of Silver Tree #68D686
RGB
CMYK
RGB Variations
Color information
#68D686 (or 0x68D686) is known color: Silver Tree. HEX triplet: 68, D6 and 86. RGB value is (104,214,134). Sum of RGB (Red+Green+Blue) = 104+214+134=452 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.01% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 214 - color contains mainly: green. Hex color #68D686 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D686 is #972979. Grayscale: #ACACAC. Windows color (decimal): -9906554 or 8836712. OLE color: 8836712.
HSL color Cylindrical-coordinate representation of color #68D686: hue angle of 136.36º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D686 is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 214 | 134 | - |
| CMYK | 0.51 | 0 | 0.37 | 0.16 |
| HSL | 136.36º | 0.57% | 0.62% | - |
| HSV(B) | 136.36º | 0.51% | 0.84% | - |
| XYZ | 34.06 | 52.76 | 30.94 | - |
| YUV | 171.99 | 106.56 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 214 | 134 | 0.51 | 0 | 0.37 | 0.16 | 136.36 | 0.57 | 0.62 |
| Hex | 68 | D6 | 86 | 33 | 0 | 25 | 10 | 88 | 39 | 3E |
| Octal | 150 | 326 | 206 | 63 | 0 | 45 | 20 | 210 | 71 | 76 |
| Binary | 1101000 | 11010110 | 10000110 | 110011 | 0 | 100101 | 10000 | 10001000 | 111001 | 111110 |
Color Harmonies of #68D686
Complementary color
Monochromatic Colors of #68D686
Black with #68D686
Text Example
Text Example
White with #68D686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D686; }
p { color: rgb(104,214,134); }
H1.HeaderClassName
{
color: #68D686;
}
.AnyTagClassName
{
color: #68D686;
}
</style>
background-color css
<style>
a { background-color: #68D686; }
a { background-color: rgb(104,214,134); }
div.DivClassName
{
background-color: #68D686;
}
.BgClassName
{
background-color: #68D686;
}
</style>
border-color css
<style>
span { border-color: #68D686; }
span { border-color: rgb(104,214,134); }
td.TdClassName
{
border-color: #68D686;
}
.TagClassName
{
border-color: #68D686;
}
</style>