Shades of Silver Tree #70C990
Tints of Silver Tree #70C990
RGB
CMYK
RGB Variations
Color information
#70C990 (or 0x70C990) is known color: Silver Tree. HEX triplet: 70, C9 and 90. RGB value is (112,201,144). Sum of RGB (Red+Green+Blue) = 112+201+144=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 201 - color contains mainly: green. Hex color #70C990 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C990 is #8F366F. Grayscale: #A8A8A8. Windows color (decimal): -9385584 or 9488752. OLE color: 9488752.
HSL color Cylindrical-coordinate representation of color #70C990: hue angle of 141.57º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70C990 is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 201 | 144 | - |
| CMYK | 0.44 | 0 | 0.28 | 0.21 |
| HSL | 141.57º | 0.45% | 0.61% | - |
| HSV(B) | 141.57º | 0.44% | 0.79% | - |
| XYZ | 32.6 | 47.23 | 33.78 | - |
| YUV | 167.89 | 114.51 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 201 | 144 | 0.44 | 0 | 0.28 | 0.21 | 141.57 | 0.45 | 0.61 |
| Hex | 70 | C9 | 90 | 2C | 0 | 1C | 15 | 8E | 2D | 3D |
| Octal | 160 | 311 | 220 | 54 | 0 | 34 | 25 | 216 | 55 | 75 |
| Binary | 1110000 | 11001001 | 10010000 | 101100 | 0 | 11100 | 10101 | 10001110 | 101101 | 111101 |
Color Harmonies of #70C990
Complementary color
Monochromatic Colors of #70C990
Black with #70C990
Text Example
Text Example
White with #70C990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C990; }
p { color: rgb(112,201,144); }
H1.HeaderClassName
{
color: #70C990;
}
.AnyTagClassName
{
color: #70C990;
}
</style>
background-color css
<style>
a { background-color: #70C990; }
a { background-color: rgb(112,201,144); }
div.DivClassName
{
background-color: #70C990;
}
.BgClassName
{
background-color: #70C990;
}
</style>
border-color css
<style>
span { border-color: #70C990; }
span { border-color: rgb(112,201,144); }
td.TdClassName
{
border-color: #70C990;
}
.TagClassName
{
border-color: #70C990;
}
</style>