Shades of Silver Tree #70CA97
Tints of Silver Tree #70CA97
RGB
CMYK
RGB Variations
Color information
#70CA97 (or 0x70CA97) is known color: Silver Tree. HEX triplet: 70, CA and 97. RGB value is (112,202,151). Sum of RGB (Red+Green+Blue) = 112+202+151=465 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.09% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CA97 is #8F3568. Grayscale: #A9A9A9. Windows color (decimal): -9385321 or 9947760. OLE color: 9947760.
HSL color Cylindrical-coordinate representation of color #70CA97: hue angle of 146º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CA97 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 202 | 151 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.21 |
| HSL | 146º | 0.46% | 0.62% | - |
| HSV(B) | 146º | 0.45% | 0.79% | - |
| XYZ | 33.39 | 47.92 | 36.77 | - |
| YUV | 169.28 | 117.68 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 202 | 151 | 0.45 | 0 | 0.25 | 0.21 | 146 | 0.46 | 0.62 |
| Hex | 70 | CA | 97 | 2D | 0 | 19 | 15 | 92 | 2E | 3E |
| Octal | 160 | 312 | 227 | 55 | 0 | 31 | 25 | 222 | 56 | 76 |
| Binary | 1110000 | 11001010 | 10010111 | 101101 | 0 | 11001 | 10101 | 10010010 | 101110 | 111110 |
Color Harmonies of #70CA97
Complementary color
Monochromatic Colors of #70CA97
Black with #70CA97
Text Example
Text Example
White with #70CA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CA97; }
p { color: rgb(112,202,151); }
H1.HeaderClassName
{
color: #70CA97;
}
.AnyTagClassName
{
color: #70CA97;
}
</style>
background-color css
<style>
a { background-color: #70CA97; }
a { background-color: rgb(112,202,151); }
div.DivClassName
{
background-color: #70CA97;
}
.BgClassName
{
background-color: #70CA97;
}
</style>
border-color css
<style>
span { border-color: #70CA97; }
span { border-color: rgb(112,202,151); }
td.TdClassName
{
border-color: #70CA97;
}
.TagClassName
{
border-color: #70CA97;
}
</style>