Shades of Silver Tree #70C395
Tints of Silver Tree #70C395
RGB
CMYK
RGB Variations
Color information
#70C395 (or 0x70C395) is known color: Silver Tree. HEX triplet: 70, C3 and 95. RGB value is (112,195,149). Sum of RGB (Red+Green+Blue) = 112+195+149=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 195 - color contains mainly: green. Hex color #70C395 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C395 is #8F3C6A. Grayscale: #A5A5A5. Windows color (decimal): -9387115 or 9814896. OLE color: 9814896.
HSL color Cylindrical-coordinate representation of color #70C395: hue angle of 146.75º 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 #70C395 is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 195 | 149 | - |
| CMYK | 0.43 | 0 | 0.24 | 0.24 |
| HSL | 146.75º | 0.41% | 0.6% | - |
| HSV(B) | 146.75º | 0.43% | 0.76% | - |
| XYZ | 31.62 | 44.64 | 35.38 | - |
| YUV | 164.94 | 119 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 195 | 149 | 0.43 | 0 | 0.24 | 0.24 | 146.75 | 0.41 | 0.6 |
| Hex | 70 | C3 | 95 | 2B | 0 | 18 | 18 | 93 | 29 | 3C |
| Octal | 160 | 303 | 225 | 53 | 0 | 30 | 30 | 223 | 51 | 74 |
| Binary | 1110000 | 11000011 | 10010101 | 101011 | 0 | 11000 | 11000 | 10010011 | 101001 | 111100 |
Color Harmonies of #70C395
Complementary color
Monochromatic Colors of #70C395
Black with #70C395
Text Example
Text Example
White with #70C395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C395; }
p { color: rgb(112,195,149); }
H1.HeaderClassName
{
color: #70C395;
}
.AnyTagClassName
{
color: #70C395;
}
</style>
background-color css
<style>
a { background-color: #70C395; }
a { background-color: rgb(112,195,149); }
div.DivClassName
{
background-color: #70C395;
}
.BgClassName
{
background-color: #70C395;
}
</style>
border-color css
<style>
span { border-color: #70C395; }
span { border-color: rgb(112,195,149); }
td.TdClassName
{
border-color: #70C395;
}
.TagClassName
{
border-color: #70C395;
}
</style>