Shades of Silver Tree #70C987
Tints of Silver Tree #70C987
RGB
CMYK
RGB Variations
Color information
#70C987 (or 0x70C987) is known color: Silver Tree. HEX triplet: 70, C9 and 87. RGB value is (112,201,135). Sum of RGB (Red+Green+Blue) = 112+201+135=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 135 (53.12% from 255 or 30.13% from 448); Max value from RGB is 201 - color contains mainly: green. Hex color #70C987 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C987 is #8F3678. Grayscale: #A7A7A7. Windows color (decimal): -9385593 or 8898928. OLE color: 8898928.
HSL color Cylindrical-coordinate representation of color #70C987: hue angle of 135.51º 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 #70C987 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 201 | 135 | - |
| CMYK | 0.44 | 0 | 0.33 | 0.21 |
| HSL | 135.51º | 0.45% | 0.61% | - |
| HSV(B) | 135.51º | 0.44% | 0.79% | - |
| XYZ | 31.94 | 46.97 | 30.3 | - |
| YUV | 166.87 | 110.01 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 201 | 135 | 0.44 | 0 | 0.33 | 0.21 | 135.51 | 0.45 | 0.61 |
| Hex | 70 | C9 | 87 | 2C | 0 | 21 | 15 | 88 | 2D | 3D |
| Octal | 160 | 311 | 207 | 54 | 0 | 41 | 25 | 210 | 55 | 75 |
| Binary | 1110000 | 11001001 | 10000111 | 101100 | 0 | 100001 | 10101 | 10001000 | 101101 | 111101 |
Color Harmonies of #70C987
Complementary color
Monochromatic Colors of #70C987
Black with #70C987
Text Example
Text Example
White with #70C987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C987; }
p { color: rgb(112,201,135); }
H1.HeaderClassName
{
color: #70C987;
}
.AnyTagClassName
{
color: #70C987;
}
</style>
background-color css
<style>
a { background-color: #70C987; }
a { background-color: rgb(112,201,135); }
div.DivClassName
{
background-color: #70C987;
}
.BgClassName
{
background-color: #70C987;
}
</style>
border-color css
<style>
span { border-color: #70C987; }
span { border-color: rgb(112,201,135); }
td.TdClassName
{
border-color: #70C987;
}
.TagClassName
{
border-color: #70C987;
}
</style>