Shades of Silver Tree #70C09C
Tints of Silver Tree #70C09C
RGB
CMYK
RGB Variations
Color information
#70C09C (or 0x70C09C) is known color: Silver Tree. HEX triplet: 70, C0 and 9C. RGB value is (112,192,156). Sum of RGB (Red+Green+Blue) = 112+192+156=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 192 - color contains mainly: green. Hex color #70C09C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C09C is #8F3F63. Grayscale: #A4A4A4. Windows color (decimal): -9387876 or 10272880. OLE color: 10272880.
HSL color Cylindrical-coordinate representation of color #70C09C: hue angle of 153º 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 #70C09C is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 192 | 156 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.25 |
| HSL | 153º | 0.39% | 0.6% | - |
| HSV(B) | 153º | 0.42% | 0.75% | - |
| XYZ | 31.53 | 43.54 | 38.2 | - |
| YUV | 163.98 | 123.5 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 192 | 156 | 0.42 | 0 | 0.19 | 0.25 | 153 | 0.39 | 0.6 |
| Hex | 70 | C0 | 9C | 2A | 0 | 13 | 19 | 99 | 27 | 3C |
| Octal | 160 | 300 | 234 | 52 | 0 | 23 | 31 | 231 | 47 | 74 |
| Binary | 1110000 | 11000000 | 10011100 | 101010 | 0 | 10011 | 11001 | 10011001 | 100111 | 111100 |
Color Harmonies of #70C09C
Complementary color
Monochromatic Colors of #70C09C
Black with #70C09C
Text Example
Text Example
White with #70C09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C09C; }
p { color: rgb(112,192,156); }
H1.HeaderClassName
{
color: #70C09C;
}
.AnyTagClassName
{
color: #70C09C;
}
</style>
background-color css
<style>
a { background-color: #70C09C; }
a { background-color: rgb(112,192,156); }
div.DivClassName
{
background-color: #70C09C;
}
.BgClassName
{
background-color: #70C09C;
}
</style>
border-color css
<style>
span { border-color: #70C09C; }
span { border-color: rgb(112,192,156); }
td.TdClassName
{
border-color: #70C09C;
}
.TagClassName
{
border-color: #70C09C;
}
</style>