Shades of Silver Tree #70B793
Tints of Silver Tree #70B793
RGB
CMYK
RGB Variations
Color information
#70B793 (or 0x70B793) is known color: Silver Tree. HEX triplet: 70, B7 and 93. RGB value is (112,183,147). Sum of RGB (Red+Green+Blue) = 112+183+147=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 183 - color contains mainly: green. Hex color #70B793 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B793 is #8F486C. Grayscale: #9D9D9D. Windows color (decimal): -9390189 or 9680752. OLE color: 9680752.
HSL color Cylindrical-coordinate representation of color #70B793: hue angle of 149.58º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70B793 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 183 | 147 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.28 |
| HSL | 149.58º | 0.33% | 0.58% | - |
| HSV(B) | 149.58º | 0.39% | 0.72% | - |
| XYZ | 28.88 | 39.42 | 33.69 | - |
| YUV | 157.67 | 121.98 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 183 | 147 | 0.39 | 0 | 0.20 | 0.28 | 149.58 | 0.33 | 0.58 |
| Hex | 70 | B7 | 93 | 27 | 0 | 14 | 1C | 96 | 21 | 3A |
| Octal | 160 | 267 | 223 | 47 | 0 | 24 | 34 | 226 | 41 | 72 |
| Binary | 1110000 | 10110111 | 10010011 | 100111 | 0 | 10100 | 11100 | 10010110 | 100001 | 111010 |
Color Harmonies of #70B793
Complementary color
Monochromatic Colors of #70B793
Black with #70B793
Text Example
Text Example
White with #70B793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B793; }
p { color: rgb(112,183,147); }
H1.HeaderClassName
{
color: #70B793;
}
.AnyTagClassName
{
color: #70B793;
}
</style>
background-color css
<style>
a { background-color: #70B793; }
a { background-color: rgb(112,183,147); }
div.DivClassName
{
background-color: #70B793;
}
.BgClassName
{
background-color: #70B793;
}
</style>
border-color css
<style>
span { border-color: #70B793; }
span { border-color: rgb(112,183,147); }
td.TdClassName
{
border-color: #70B793;
}
.TagClassName
{
border-color: #70B793;
}
</style>