Shades of Silver Tree #70C790
Tints of Silver Tree #70C790
RGB
CMYK
RGB Variations
Color information
#70C790 (or 0x70C790) is known color: Silver Tree. HEX triplet: 70, C7 and 90. RGB value is (112,199,144). Sum of RGB (Red+Green+Blue) = 112+199+144=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 199 (78.12% from 255 or 43.74% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 199 - color contains mainly: green. Hex color #70C790 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C790 is #8F386F. Grayscale: #A6A6A6. Windows color (decimal): -9386096 or 9488240. OLE color: 9488240.
HSL color Cylindrical-coordinate representation of color #70C790: hue angle of 142.07º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70C790 is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 199 | 144 | - |
| CMYK | 0.44 | 0 | 0.28 | 0.22 |
| HSL | 142.07º | 0.44% | 0.61% | - |
| HSV(B) | 142.07º | 0.44% | 0.78% | - |
| XYZ | 32.14 | 46.31 | 33.63 | - |
| YUV | 166.72 | 115.18 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 199 | 144 | 0.44 | 0 | 0.28 | 0.22 | 142.07 | 0.44 | 0.61 |
| Hex | 70 | C7 | 90 | 2C | 0 | 1C | 16 | 8E | 2C | 3D |
| Octal | 160 | 307 | 220 | 54 | 0 | 34 | 26 | 216 | 54 | 75 |
| Binary | 1110000 | 11000111 | 10010000 | 101100 | 0 | 11100 | 10110 | 10001110 | 101100 | 111101 |
Color Harmonies of #70C790
Complementary color
Monochromatic Colors of #70C790
Black with #70C790
Text Example
Text Example
White with #70C790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C790; }
p { color: rgb(112,199,144); }
H1.HeaderClassName
{
color: #70C790;
}
.AnyTagClassName
{
color: #70C790;
}
</style>
background-color css
<style>
a { background-color: #70C790; }
a { background-color: rgb(112,199,144); }
div.DivClassName
{
background-color: #70C790;
}
.BgClassName
{
background-color: #70C790;
}
</style>
border-color css
<style>
span { border-color: #70C790; }
span { border-color: rgb(112,199,144); }
td.TdClassName
{
border-color: #70C790;
}
.TagClassName
{
border-color: #70C790;
}
</style>