Shades of Silver Tree #70D696
Tints of Silver Tree #70D696
RGB
CMYK
RGB Variations
Color information
#70D696 (or 0x70D696) is known color: Silver Tree. HEX triplet: 70, D6 and 96. RGB value is (112,214,150). Sum of RGB (Red+Green+Blue) = 112+214+150=476 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.53% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 214 - color contains mainly: green. Hex color #70D696 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D696 is #8F2969. Grayscale: #B0B0B0. Windows color (decimal): -9382250 or 9885296. OLE color: 9885296.
HSL color Cylindrical-coordinate representation of color #70D696: hue angle of 142.35º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D696 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 214 | 150 | - |
| CMYK | 0.48 | 0 | 0.30 | 0.16 |
| HSL | 142.35º | 0.55% | 0.64% | - |
| HSV(B) | 142.35º | 0.48% | 0.84% | - |
| XYZ | 36.23 | 53.74 | 37.32 | - |
| YUV | 176.21 | 113.21 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 214 | 150 | 0.48 | 0 | 0.30 | 0.16 | 142.35 | 0.55 | 0.64 |
| Hex | 70 | D6 | 96 | 30 | 0 | 1E | 10 | 8E | 37 | 40 |
| Octal | 160 | 326 | 226 | 60 | 0 | 36 | 20 | 216 | 67 | 100 |
| Binary | 1110000 | 11010110 | 10010110 | 110000 | 0 | 11110 | 10000 | 10001110 | 110111 | 1000000 |
Color Harmonies of #70D696
Complementary color
Monochromatic Colors of #70D696
Black with #70D696
Text Example
Text Example
White with #70D696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D696; }
p { color: rgb(112,214,150); }
H1.HeaderClassName
{
color: #70D696;
}
.AnyTagClassName
{
color: #70D696;
}
</style>
background-color css
<style>
a { background-color: #70D696; }
a { background-color: rgb(112,214,150); }
div.DivClassName
{
background-color: #70D696;
}
.BgClassName
{
background-color: #70D696;
}
</style>
border-color css
<style>
span { border-color: #70D696; }
span { border-color: rgb(112,214,150); }
td.TdClassName
{
border-color: #70D696;
}
.TagClassName
{
border-color: #70D696;
}
</style>