Shades of Silver Tree #70D68C
Tints of Silver Tree #70D68C
RGB
CMYK
RGB Variations
Color information
#70D68C (or 0x70D68C) is known color: Silver Tree. HEX triplet: 70, D6 and 8C. RGB value is (112,214,140). Sum of RGB (Red+Green+Blue) = 112+214+140=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 214 - color contains mainly: green. Hex color #70D68C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D68C is #8F2973. Grayscale: #AFAFAF. Windows color (decimal): -9382260 or 9229936. OLE color: 9229936.
HSL color Cylindrical-coordinate representation of color #70D68C: hue angle of 136.47º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D68C is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 214 | 140 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.16 |
| HSL | 136.47º | 0.55% | 0.64% | - |
| HSV(B) | 136.47º | 0.48% | 0.84% | - |
| XYZ | 35.46 | 53.43 | 33.26 | - |
| YUV | 175.07 | 108.21 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 214 | 140 | 0.48 | 0 | 0.35 | 0.16 | 136.47 | 0.55 | 0.64 |
| Hex | 70 | D6 | 8C | 30 | 0 | 23 | 10 | 88 | 37 | 40 |
| Octal | 160 | 326 | 214 | 60 | 0 | 43 | 20 | 210 | 67 | 100 |
| Binary | 1110000 | 11010110 | 10001100 | 110000 | 0 | 100011 | 10000 | 10001000 | 110111 | 1000000 |
Color Harmonies of #70D68C
Complementary color
Monochromatic Colors of #70D68C
Black with #70D68C
Text Example
Text Example
White with #70D68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D68C; }
p { color: rgb(112,214,140); }
H1.HeaderClassName
{
color: #70D68C;
}
.AnyTagClassName
{
color: #70D68C;
}
</style>
background-color css
<style>
a { background-color: #70D68C; }
a { background-color: rgb(112,214,140); }
div.DivClassName
{
background-color: #70D68C;
}
.BgClassName
{
background-color: #70D68C;
}
</style>
border-color css
<style>
span { border-color: #70D68C; }
span { border-color: rgb(112,214,140); }
td.TdClassName
{
border-color: #70D68C;
}
.TagClassName
{
border-color: #70D68C;
}
</style>