Shades of Silver Tree #70BF88
Tints of Silver Tree #70BF88
RGB
CMYK
RGB Variations
Color information
#70BF88 (or 0x70BF88) is known color: Silver Tree. HEX triplet: 70, BF and 88. RGB value is (112,191,136). Sum of RGB (Red+Green+Blue) = 112+191+136=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BF88 is #8F4077. Grayscale: #A1A1A1. Windows color (decimal): -9388152 or 8961904. OLE color: 8961904.
HSL color Cylindrical-coordinate representation of color #70BF88: hue angle of 138.23º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BF88 is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 191 | 136 | - |
| CMYK | 0.41 | 0 | 0.29 | 0.25 |
| HSL | 138.23º | 0.38% | 0.59% | - |
| HSV(B) | 138.23º | 0.41% | 0.75% | - |
| XYZ | 29.76 | 42.48 | 29.92 | - |
| YUV | 161.11 | 113.83 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 191 | 136 | 0.41 | 0 | 0.29 | 0.25 | 138.23 | 0.38 | 0.59 |
| Hex | 70 | BF | 88 | 29 | 0 | 1D | 19 | 8A | 26 | 3B |
| Octal | 160 | 277 | 210 | 51 | 0 | 35 | 31 | 212 | 46 | 73 |
| Binary | 1110000 | 10111111 | 10001000 | 101001 | 0 | 11101 | 11001 | 10001010 | 100110 | 111011 |
Color Harmonies of #70BF88
Complementary color
Monochromatic Colors of #70BF88
Black with #70BF88
Text Example
Text Example
White with #70BF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BF88; }
p { color: rgb(112,191,136); }
H1.HeaderClassName
{
color: #70BF88;
}
.AnyTagClassName
{
color: #70BF88;
}
</style>
background-color css
<style>
a { background-color: #70BF88; }
a { background-color: rgb(112,191,136); }
div.DivClassName
{
background-color: #70BF88;
}
.BgClassName
{
background-color: #70BF88;
}
</style>
border-color css
<style>
span { border-color: #70BF88; }
span { border-color: rgb(112,191,136); }
td.TdClassName
{
border-color: #70BF88;
}
.TagClassName
{
border-color: #70BF88;
}
</style>