Shades of Silver Tree #70C989
Tints of Silver Tree #70C989
RGB
CMYK
RGB Variations
Color information
#70C989 (or 0x70C989) is known color: Silver Tree. HEX triplet: 70, C9 and 89. RGB value is (112,201,137). Sum of RGB (Red+Green+Blue) = 112+201+137=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 201 (78.91% from 255 or 44.67% from 450); Blue value is 137 (53.91% from 255 or 30.44% from 450); Max value from RGB is 201 - color contains mainly: green. Hex color #70C989 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C989 is #8F3676. Grayscale: #A7A7A7. Windows color (decimal): -9385591 or 9030000. OLE color: 9030000.
HSL color Cylindrical-coordinate representation of color #70C989: hue angle of 136.85º 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 #70C989 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 201 | 137 | - |
| CMYK | 0.44 | 0 | 0.32 | 0.21 |
| HSL | 136.85º | 0.45% | 0.61% | - |
| HSV(B) | 136.85º | 0.44% | 0.79% | - |
| XYZ | 32.08 | 47.02 | 31.05 | - |
| YUV | 167.09 | 111.01 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 201 | 137 | 0.44 | 0 | 0.32 | 0.21 | 136.85 | 0.45 | 0.61 |
| Hex | 70 | C9 | 89 | 2C | 0 | 20 | 15 | 89 | 2D | 3D |
| Octal | 160 | 311 | 211 | 54 | 0 | 40 | 25 | 211 | 55 | 75 |
| Binary | 1110000 | 11001001 | 10001001 | 101100 | 0 | 100000 | 10101 | 10001001 | 101101 | 111101 |
Color Harmonies of #70C989
Complementary color
Monochromatic Colors of #70C989
Black with #70C989
Text Example
Text Example
White with #70C989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C989; }
p { color: rgb(112,201,137); }
H1.HeaderClassName
{
color: #70C989;
}
.AnyTagClassName
{
color: #70C989;
}
</style>
background-color css
<style>
a { background-color: #70C989; }
a { background-color: rgb(112,201,137); }
div.DivClassName
{
background-color: #70C989;
}
.BgClassName
{
background-color: #70C989;
}
</style>
border-color css
<style>
span { border-color: #70C989; }
span { border-color: rgb(112,201,137); }
td.TdClassName
{
border-color: #70C989;
}
.TagClassName
{
border-color: #70C989;
}
</style>