Shades of Silver Tree #70B893
Tints of Silver Tree #70B893
RGB
CMYK
RGB Variations
Color information
#70B893 (or 0x70B893) is known color: Silver Tree. HEX triplet: 70, B8 and 93. RGB value is (112,184,147). Sum of RGB (Red+Green+Blue) = 112+184+147=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 147 (57.81% from 255 or 33.18% from 443); Max value from RGB is 184 - color contains mainly: green. Hex color #70B893 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B893 is #8F476C. Grayscale: #9E9E9E. Windows color (decimal): -9389933 or 9681008. OLE color: 9681008.
HSL color Cylindrical-coordinate representation of color #70B893: hue angle of 149.17º degrees, saturation: 0.34, 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 #70B893 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 184 | 147 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.28 |
| HSL | 149.17º | 0.34% | 0.58% | - |
| HSV(B) | 149.17º | 0.39% | 0.72% | - |
| XYZ | 29.09 | 39.83 | 33.76 | - |
| YUV | 158.25 | 121.65 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 184 | 147 | 0.39 | 0 | 0.20 | 0.28 | 149.17 | 0.34 | 0.58 |
| Hex | 70 | B8 | 93 | 27 | 0 | 14 | 1C | 95 | 22 | 3A |
| Octal | 160 | 270 | 223 | 47 | 0 | 24 | 34 | 225 | 42 | 72 |
| Binary | 1110000 | 10111000 | 10010011 | 100111 | 0 | 10100 | 11100 | 10010101 | 100010 | 111010 |
Color Harmonies of #70B893
Complementary color
Monochromatic Colors of #70B893
Black with #70B893
Text Example
Text Example
White with #70B893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B893; }
p { color: rgb(112,184,147); }
H1.HeaderClassName
{
color: #70B893;
}
.AnyTagClassName
{
color: #70B893;
}
</style>
background-color css
<style>
a { background-color: #70B893; }
a { background-color: rgb(112,184,147); }
div.DivClassName
{
background-color: #70B893;
}
.BgClassName
{
background-color: #70B893;
}
</style>
border-color css
<style>
span { border-color: #70B893; }
span { border-color: rgb(112,184,147); }
td.TdClassName
{
border-color: #70B893;
}
.TagClassName
{
border-color: #70B893;
}
</style>