Shades of Silver Tree #70C393
Tints of Silver Tree #70C393
RGB
CMYK
RGB Variations
Color information
#70C393 (or 0x70C393) is known color: Silver Tree. HEX triplet: 70, C3 and 93. RGB value is (112,195,147). Sum of RGB (Red+Green+Blue) = 112+195+147=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 147 (57.81% from 255 or 32.38% from 454); Max value from RGB is 195 - color contains mainly: green. Hex color #70C393 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C393 is #8F3C6C. Grayscale: #A4A4A4. Windows color (decimal): -9387117 or 9683824. OLE color: 9683824.
HSL color Cylindrical-coordinate representation of color #70C393: hue angle of 145.3º 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 #70C393 is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 195 | 147 | - |
| CMYK | 0.43 | 0 | 0.25 | 0.24 |
| HSL | 145.3º | 0.41% | 0.6% | - |
| HSV(B) | 145.3º | 0.43% | 0.76% | - |
| XYZ | 31.46 | 44.58 | 34.55 | - |
| YUV | 164.71 | 118 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 195 | 147 | 0.43 | 0 | 0.25 | 0.24 | 145.3 | 0.41 | 0.6 |
| Hex | 70 | C3 | 93 | 2B | 0 | 19 | 18 | 91 | 29 | 3C |
| Octal | 160 | 303 | 223 | 53 | 0 | 31 | 30 | 221 | 51 | 74 |
| Binary | 1110000 | 11000011 | 10010011 | 101011 | 0 | 11001 | 11000 | 10010001 | 101001 | 111100 |
Color Harmonies of #70C393
Complementary color
Monochromatic Colors of #70C393
Black with #70C393
Text Example
Text Example
White with #70C393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C393; }
p { color: rgb(112,195,147); }
H1.HeaderClassName
{
color: #70C393;
}
.AnyTagClassName
{
color: #70C393;
}
</style>
background-color css
<style>
a { background-color: #70C393; }
a { background-color: rgb(112,195,147); }
div.DivClassName
{
background-color: #70C393;
}
.BgClassName
{
background-color: #70C393;
}
</style>
border-color css
<style>
span { border-color: #70C393; }
span { border-color: rgb(112,195,147); }
td.TdClassName
{
border-color: #70C393;
}
.TagClassName
{
border-color: #70C393;
}
</style>