Shades of Silver Tree #68D690
Tints of Silver Tree #68D690
RGB
CMYK
RGB Variations
Color information
#68D690 (or 0x68D690) is known color: Silver Tree. HEX triplet: 68, D6 and 90. RGB value is (104,214,144). Sum of RGB (Red+Green+Blue) = 104+214+144=462 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.51% from 462); Green value is 214 (83.98% from 255 or 46.32% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 214 - color contains mainly: green. Hex color #68D690 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D690 is #97296F. Grayscale: #ADADAD. Windows color (decimal): -9906544 or 9492072. OLE color: 9492072.
HSL color Cylindrical-coordinate representation of color #68D690: hue angle of 141.82º 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 #68D690 is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 214 | 144 | - |
| CMYK | 0.51 | 0 | 0.33 | 0.16 |
| HSL | 141.82º | 0.57% | 0.62% | - |
| HSV(B) | 141.82º | 0.51% | 0.84% | - |
| XYZ | 34.79 | 53.05 | 34.79 | - |
| YUV | 173.13 | 111.56 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 214 | 144 | 0.51 | 0 | 0.33 | 0.16 | 141.82 | 0.57 | 0.62 |
| Hex | 68 | D6 | 90 | 33 | 0 | 21 | 10 | 8E | 39 | 3E |
| Octal | 150 | 326 | 220 | 63 | 0 | 41 | 20 | 216 | 71 | 76 |
| Binary | 1101000 | 11010110 | 10010000 | 110011 | 0 | 100001 | 10000 | 10001110 | 111001 | 111110 |
Color Harmonies of #68D690
Complementary color
Monochromatic Colors of #68D690
Black with #68D690
Text Example
Text Example
White with #68D690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D690; }
p { color: rgb(104,214,144); }
H1.HeaderClassName
{
color: #68D690;
}
.AnyTagClassName
{
color: #68D690;
}
</style>
background-color css
<style>
a { background-color: #68D690; }
a { background-color: rgb(104,214,144); }
div.DivClassName
{
background-color: #68D690;
}
.BgClassName
{
background-color: #68D690;
}
</style>
border-color css
<style>
span { border-color: #68D690; }
span { border-color: rgb(104,214,144); }
td.TdClassName
{
border-color: #68D690;
}
.TagClassName
{
border-color: #68D690;
}
</style>