Shades of Silver Tree #70BD8F
Tints of Silver Tree #70BD8F
RGB
CMYK
RGB Variations
Color information
#70BD8F (or 0x70BD8F) is known color: Silver Tree. HEX triplet: 70, BD and 8F. RGB value is (112,189,143). Sum of RGB (Red+Green+Blue) = 112+189+143=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 189 - color contains mainly: green. Hex color #70BD8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BD8F is #8F4270. Grayscale: #A0A0A0. Windows color (decimal): -9388657 or 9420144. OLE color: 9420144.
HSL color Cylindrical-coordinate representation of color #70BD8F: hue angle of 144.16º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BD8F is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 189 | 143 | - |
| CMYK | 0.41 | 0 | 0.24 | 0.26 |
| HSL | 144.16º | 0.37% | 0.59% | - |
| HSV(B) | 144.16º | 0.41% | 0.74% | - |
| XYZ | 29.84 | 41.82 | 32.49 | - |
| YUV | 160.73 | 117.99 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 189 | 143 | 0.41 | 0 | 0.24 | 0.26 | 144.16 | 0.37 | 0.59 |
| Hex | 70 | BD | 8F | 29 | 0 | 18 | 1A | 90 | 25 | 3B |
| Octal | 160 | 275 | 217 | 51 | 0 | 30 | 32 | 220 | 45 | 73 |
| Binary | 1110000 | 10111101 | 10001111 | 101001 | 0 | 11000 | 11010 | 10010000 | 100101 | 111011 |
Color Harmonies of #70BD8F
Complementary color
Monochromatic Colors of #70BD8F
Black with #70BD8F
Text Example
Text Example
White with #70BD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BD8F; }
p { color: rgb(112,189,143); }
H1.HeaderClassName
{
color: #70BD8F;
}
.AnyTagClassName
{
color: #70BD8F;
}
</style>
background-color css
<style>
a { background-color: #70BD8F; }
a { background-color: rgb(112,189,143); }
div.DivClassName
{
background-color: #70BD8F;
}
.BgClassName
{
background-color: #70BD8F;
}
</style>
border-color css
<style>
span { border-color: #70BD8F; }
span { border-color: rgb(112,189,143); }
td.TdClassName
{
border-color: #70BD8F;
}
.TagClassName
{
border-color: #70BD8F;
}
</style>