Shades of Silver Tree #70B390
Tints of Silver Tree #70B390
RGB
CMYK
RGB Variations
Color information
#70B390 (or 0x70B390) is known color: Silver Tree. HEX triplet: 70, B3 and 90. RGB value is (112,179,144). Sum of RGB (Red+Green+Blue) = 112+179+144=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 179 - color contains mainly: green. Hex color #70B390 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B390 is #8F4C6F. Grayscale: #9B9B9B. Windows color (decimal): -9391216 or 9483120. OLE color: 9483120.
HSL color Cylindrical-coordinate representation of color #70B390: hue angle of 148.66º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70B390 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 179 | 144 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.30 |
| HSL | 148.66º | 0.31% | 0.57% | - |
| HSV(B) | 148.66º | 0.37% | 0.7% | - |
| XYZ | 27.84 | 37.7 | 32.19 | - |
| YUV | 154.98 | 121.8 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 179 | 144 | 0.37 | 0 | 0.20 | 0.30 | 148.66 | 0.31 | 0.57 |
| Hex | 70 | B3 | 90 | 25 | 0 | 14 | 1E | 95 | 1F | 39 |
| Octal | 160 | 263 | 220 | 45 | 0 | 24 | 36 | 225 | 37 | 71 |
| Binary | 1110000 | 10110011 | 10010000 | 100101 | 0 | 10100 | 11110 | 10010101 | 11111 | 111001 |
Color Harmonies of #70B390
Complementary color
Monochromatic Colors of #70B390
Black with #70B390
Text Example
Text Example
White with #70B390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B390; }
p { color: rgb(112,179,144); }
H1.HeaderClassName
{
color: #70B390;
}
.AnyTagClassName
{
color: #70B390;
}
</style>
background-color css
<style>
a { background-color: #70B390; }
a { background-color: rgb(112,179,144); }
div.DivClassName
{
background-color: #70B390;
}
.BgClassName
{
background-color: #70B390;
}
</style>
border-color css
<style>
span { border-color: #70B390; }
span { border-color: rgb(112,179,144); }
td.TdClassName
{
border-color: #70B390;
}
.TagClassName
{
border-color: #70B390;
}
</style>