Shades of Silver Tree #70C396
Tints of Silver Tree #70C396
RGB
CMYK
RGB Variations
Color information
#70C396 (or 0x70C396) is known color: Silver Tree. HEX triplet: 70, C3 and 96. RGB value is (112,195,150). Sum of RGB (Red+Green+Blue) = 112+195+150=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 195 - color contains mainly: green. Hex color #70C396 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C396 is #8F3C69. Grayscale: #A5A5A5. Windows color (decimal): -9387114 or 9880432. OLE color: 9880432.
HSL color Cylindrical-coordinate representation of color #70C396: hue angle of 147.47º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C396 is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 195 | 150 | - |
| CMYK | 0.43 | 0 | 0.23 | 0.24 |
| HSL | 147.47º | 0.41% | 0.6% | - |
| HSV(B) | 147.47º | 0.43% | 0.76% | - |
| XYZ | 31.7 | 44.68 | 35.81 | - |
| YUV | 165.05 | 119.5 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 195 | 150 | 0.43 | 0 | 0.23 | 0.24 | 147.47 | 0.41 | 0.6 |
| Hex | 70 | C3 | 96 | 2B | 0 | 17 | 18 | 93 | 29 | 3C |
| Octal | 160 | 303 | 226 | 53 | 0 | 27 | 30 | 223 | 51 | 74 |
| Binary | 1110000 | 11000011 | 10010110 | 101011 | 0 | 10111 | 11000 | 10010011 | 101001 | 111100 |
Color Harmonies of #70C396
Complementary color
Monochromatic Colors of #70C396
Black with #70C396
Text Example
Text Example
White with #70C396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C396; }
p { color: rgb(112,195,150); }
H1.HeaderClassName
{
color: #70C396;
}
.AnyTagClassName
{
color: #70C396;
}
</style>
background-color css
<style>
a { background-color: #70C396; }
a { background-color: rgb(112,195,150); }
div.DivClassName
{
background-color: #70C396;
}
.BgClassName
{
background-color: #70C396;
}
</style>
border-color css
<style>
span { border-color: #70C396; }
span { border-color: rgb(112,195,150); }
td.TdClassName
{
border-color: #70C396;
}
.TagClassName
{
border-color: #70C396;
}
</style>