Shades of Silver Tree #70BE92
Tints of Silver Tree #70BE92
RGB
CMYK
RGB Variations
Color information
#70BE92 (or 0x70BE92) is known color: Silver Tree. HEX triplet: 70, BE and 92. RGB value is (112,190,146). Sum of RGB (Red+Green+Blue) = 112+190+146=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BE92 is #8F416D. Grayscale: #A1A1A1. Windows color (decimal): -9388398 or 9617008. OLE color: 9617008.
HSL color Cylindrical-coordinate representation of color #70BE92: hue angle of 146.15º 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 #70BE92 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 190 | 146 | - |
| CMYK | 0.41 | 0 | 0.23 | 0.25 |
| HSL | 146.15º | 0.38% | 0.59% | - |
| HSV(B) | 146.15º | 0.41% | 0.75% | - |
| XYZ | 30.28 | 42.35 | 33.77 | - |
| YUV | 161.66 | 119.16 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 190 | 146 | 0.41 | 0 | 0.23 | 0.25 | 146.15 | 0.38 | 0.59 |
| Hex | 70 | BE | 92 | 29 | 0 | 17 | 19 | 92 | 26 | 3B |
| Octal | 160 | 276 | 222 | 51 | 0 | 27 | 31 | 222 | 46 | 73 |
| Binary | 1110000 | 10111110 | 10010010 | 101001 | 0 | 10111 | 11001 | 10010010 | 100110 | 111011 |
Color Harmonies of #70BE92
Complementary color
Monochromatic Colors of #70BE92
Black with #70BE92
Text Example
Text Example
White with #70BE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BE92; }
p { color: rgb(112,190,146); }
H1.HeaderClassName
{
color: #70BE92;
}
.AnyTagClassName
{
color: #70BE92;
}
</style>
background-color css
<style>
a { background-color: #70BE92; }
a { background-color: rgb(112,190,146); }
div.DivClassName
{
background-color: #70BE92;
}
.BgClassName
{
background-color: #70BE92;
}
</style>
border-color css
<style>
span { border-color: #70BE92; }
span { border-color: rgb(112,190,146); }
td.TdClassName
{
border-color: #70BE92;
}
.TagClassName
{
border-color: #70BE92;
}
</style>