Shades of Silver Tree #70C090
Tints of Silver Tree #70C090
RGB
CMYK
RGB Variations
Color information
#70C090 (or 0x70C090) is known color: Silver Tree. HEX triplet: 70, C0 and 90. RGB value is (112,192,144). Sum of RGB (Red+Green+Blue) = 112+192+144=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 192 - color contains mainly: green. Hex color #70C090 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C090 is #8F3F6F. Grayscale: #A2A2A2. Windows color (decimal): -9387888 or 9486448. OLE color: 9486448.
HSL color Cylindrical-coordinate representation of color #70C090: hue angle of 144º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70C090 is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 192 | 144 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.25 |
| HSL | 144º | 0.39% | 0.6% | - |
| HSV(B) | 144º | 0.42% | 0.75% | - |
| XYZ | 30.57 | 43.16 | 33.1 | - |
| YUV | 162.61 | 117.5 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 192 | 144 | 0.42 | 0 | 0.25 | 0.25 | 144 | 0.39 | 0.6 |
| Hex | 70 | C0 | 90 | 2A | 0 | 19 | 19 | 90 | 27 | 3C |
| Octal | 160 | 300 | 220 | 52 | 0 | 31 | 31 | 220 | 47 | 74 |
| Binary | 1110000 | 11000000 | 10010000 | 101010 | 0 | 11001 | 11001 | 10010000 | 100111 | 111100 |
Color Harmonies of #70C090
Complementary color
Monochromatic Colors of #70C090
Black with #70C090
Text Example
Text Example
White with #70C090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C090; }
p { color: rgb(112,192,144); }
H1.HeaderClassName
{
color: #70C090;
}
.AnyTagClassName
{
color: #70C090;
}
</style>
background-color css
<style>
a { background-color: #70C090; }
a { background-color: rgb(112,192,144); }
div.DivClassName
{
background-color: #70C090;
}
.BgClassName
{
background-color: #70C090;
}
</style>
border-color css
<style>
span { border-color: #70C090; }
span { border-color: rgb(112,192,144); }
td.TdClassName
{
border-color: #70C090;
}
.TagClassName
{
border-color: #70C090;
}
</style>