Shades of Silver Tree #68D496
Tints of Silver Tree #68D496
RGB
CMYK
RGB Variations
Color information
#68D496 (or 0x68D496) is known color: Silver Tree. HEX triplet: 68, D4 and 96. RGB value is (104,212,150). Sum of RGB (Red+Green+Blue) = 104+212+150=466 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.32% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 212 - color contains mainly: green. Hex color #68D496 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D496 is #972B69. Grayscale: #ACACAC. Windows color (decimal): -9907050 or 9884776. OLE color: 9884776.
HSL color Cylindrical-coordinate representation of color #68D496: hue angle of 145.56º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D496 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 212 | 150 | - |
| CMYK | 0.51 | 0 | 0.29 | 0.17 |
| HSL | 145.56º | 0.56% | 0.62% | - |
| HSV(B) | 145.56º | 0.51% | 0.83% | - |
| XYZ | 34.76 | 52.23 | 37.1 | - |
| YUV | 172.64 | 115.22 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 212 | 150 | 0.51 | 0 | 0.29 | 0.17 | 145.56 | 0.56 | 0.62 |
| Hex | 68 | D4 | 96 | 33 | 0 | 1D | 11 | 92 | 38 | 3E |
| Octal | 150 | 324 | 226 | 63 | 0 | 35 | 21 | 222 | 70 | 76 |
| Binary | 1101000 | 11010100 | 10010110 | 110011 | 0 | 11101 | 10001 | 10010010 | 111000 | 111110 |
Color Harmonies of #68D496
Complementary color
Monochromatic Colors of #68D496
Black with #68D496
Text Example
Text Example
White with #68D496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D496; }
p { color: rgb(104,212,150); }
H1.HeaderClassName
{
color: #68D496;
}
.AnyTagClassName
{
color: #68D496;
}
</style>
background-color css
<style>
a { background-color: #68D496; }
a { background-color: rgb(104,212,150); }
div.DivClassName
{
background-color: #68D496;
}
.BgClassName
{
background-color: #68D496;
}
</style>
border-color css
<style>
span { border-color: #68D496; }
span { border-color: rgb(104,212,150); }
td.TdClassName
{
border-color: #68D496;
}
.TagClassName
{
border-color: #68D496;
}
</style>