Shades of Silver Tree #70BE8C
Tints of Silver Tree #70BE8C
RGB
CMYK
RGB Variations
Color information
#70BE8C (or 0x70BE8C) is known color: Silver Tree. HEX triplet: 70, BE and 8C. RGB value is (112,190,140). Sum of RGB (Red+Green+Blue) = 112+190+140=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BE8C is #8F4173. Grayscale: #A1A1A1. Windows color (decimal): -9388404 or 9223792. OLE color: 9223792.
HSL color Cylindrical-coordinate representation of color #70BE8C: hue angle of 141.54º 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 #70BE8C is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 190 | 140 | - |
| CMYK | 0.41 | 0 | 0.26 | 0.25 |
| HSL | 141.54º | 0.38% | 0.59% | - |
| HSV(B) | 141.54º | 0.41% | 0.75% | - |
| XYZ | 29.83 | 42.17 | 31.38 | - |
| YUV | 160.98 | 116.16 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 190 | 140 | 0.41 | 0 | 0.26 | 0.25 | 141.54 | 0.38 | 0.59 |
| Hex | 70 | BE | 8C | 29 | 0 | 1A | 19 | 8E | 26 | 3B |
| Octal | 160 | 276 | 214 | 51 | 0 | 32 | 31 | 216 | 46 | 73 |
| Binary | 1110000 | 10111110 | 10001100 | 101001 | 0 | 11010 | 11001 | 10001110 | 100110 | 111011 |
Color Harmonies of #70BE8C
Complementary color
Monochromatic Colors of #70BE8C
Black with #70BE8C
Text Example
Text Example
White with #70BE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BE8C; }
p { color: rgb(112,190,140); }
H1.HeaderClassName
{
color: #70BE8C;
}
.AnyTagClassName
{
color: #70BE8C;
}
</style>
background-color css
<style>
a { background-color: #70BE8C; }
a { background-color: rgb(112,190,140); }
div.DivClassName
{
background-color: #70BE8C;
}
.BgClassName
{
background-color: #70BE8C;
}
</style>
border-color css
<style>
span { border-color: #70BE8C; }
span { border-color: rgb(112,190,140); }
td.TdClassName
{
border-color: #70BE8C;
}
.TagClassName
{
border-color: #70BE8C;
}
</style>