Shades of Silver Tree #70C992
Tints of Silver Tree #70C992
RGB
CMYK
RGB Variations
Color information
#70C992 (or 0x70C992) is known color: Silver Tree. HEX triplet: 70, C9 and 92. RGB value is (112,201,146). Sum of RGB (Red+Green+Blue) = 112+201+146=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 201 - color contains mainly: green. Hex color #70C992 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C992 is #8F366D. Grayscale: #A8A8A8. Windows color (decimal): -9385582 or 9619824. OLE color: 9619824.
HSL color Cylindrical-coordinate representation of color #70C992: hue angle of 142.92º 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 #70C992 is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 201 | 146 | - |
| CMYK | 0.44 | 0 | 0.27 | 0.21 |
| HSL | 142.92º | 0.45% | 0.61% | - |
| HSV(B) | 142.92º | 0.44% | 0.79% | - |
| XYZ | 32.76 | 47.29 | 34.6 | - |
| YUV | 168.12 | 115.51 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 201 | 146 | 0.44 | 0 | 0.27 | 0.21 | 142.92 | 0.45 | 0.61 |
| Hex | 70 | C9 | 92 | 2C | 0 | 1B | 15 | 8F | 2D | 3D |
| Octal | 160 | 311 | 222 | 54 | 0 | 33 | 25 | 217 | 55 | 75 |
| Binary | 1110000 | 11001001 | 10010010 | 101100 | 0 | 11011 | 10101 | 10001111 | 101101 | 111101 |
Color Harmonies of #70C992
Complementary color
Monochromatic Colors of #70C992
Black with #70C992
Text Example
Text Example
White with #70C992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C992; }
p { color: rgb(112,201,146); }
H1.HeaderClassName
{
color: #70C992;
}
.AnyTagClassName
{
color: #70C992;
}
</style>
background-color css
<style>
a { background-color: #70C992; }
a { background-color: rgb(112,201,146); }
div.DivClassName
{
background-color: #70C992;
}
.BgClassName
{
background-color: #70C992;
}
</style>
border-color css
<style>
span { border-color: #70C992; }
span { border-color: rgb(112,201,146); }
td.TdClassName
{
border-color: #70C992;
}
.TagClassName
{
border-color: #70C992;
}
</style>