Shades of Silver Tree #70B895
Tints of Silver Tree #70B895
RGB
CMYK
RGB Variations
Color information
#70B895 (or 0x70B895) is known color: Silver Tree. HEX triplet: 70, B8 and 95. RGB value is (112,184,149). Sum of RGB (Red+Green+Blue) = 112+184+149=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 149 (58.59% from 255 or 33.48% from 445); Max value from RGB is 184 - color contains mainly: green. Hex color #70B895 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B895 is #8F476A. Grayscale: #9E9E9E. Windows color (decimal): -9389931 or 9812080. OLE color: 9812080.
HSL color Cylindrical-coordinate representation of color #70B895: hue angle of 150.83º 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 #70B895 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 184 | 149 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.28 |
| HSL | 150.83º | 0.34% | 0.58% | - |
| HSV(B) | 150.83º | 0.39% | 0.72% | - |
| XYZ | 29.25 | 39.9 | 34.59 | - |
| YUV | 158.48 | 122.65 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 184 | 149 | 0.39 | 0 | 0.19 | 0.28 | 150.83 | 0.34 | 0.58 |
| Hex | 70 | B8 | 95 | 27 | 0 | 13 | 1C | 97 | 22 | 3A |
| Octal | 160 | 270 | 225 | 47 | 0 | 23 | 34 | 227 | 42 | 72 |
| Binary | 1110000 | 10111000 | 10010101 | 100111 | 0 | 10011 | 11100 | 10010111 | 100010 | 111010 |
Color Harmonies of #70B895
Complementary color
Monochromatic Colors of #70B895
Black with #70B895
Text Example
Text Example
White with #70B895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B895; }
p { color: rgb(112,184,149); }
H1.HeaderClassName
{
color: #70B895;
}
.AnyTagClassName
{
color: #70B895;
}
</style>
background-color css
<style>
a { background-color: #70B895; }
a { background-color: rgb(112,184,149); }
div.DivClassName
{
background-color: #70B895;
}
.BgClassName
{
background-color: #70B895;
}
</style>
border-color css
<style>
span { border-color: #70B895; }
span { border-color: rgb(112,184,149); }
td.TdClassName
{
border-color: #70B895;
}
.TagClassName
{
border-color: #70B895;
}
</style>