Shades of Silver Tree #70BB9C
Tints of Silver Tree #70BB9C
RGB
CMYK
RGB Variations
Color information
#70BB9C (or 0x70BB9C) is known color: Silver Tree. HEX triplet: 70, BB and 9C. RGB value is (112,187,156). Sum of RGB (Red+Green+Blue) = 112+187+156=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 187 - color contains mainly: green. Hex color #70BB9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BB9C is #8F4463. Grayscale: #A1A1A1. Windows color (decimal): -9389156 or 10271600. OLE color: 10271600.
HSL color Cylindrical-coordinate representation of color #70BB9C: hue angle of 155.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BB9C is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 187 | 156 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.27 |
| HSL | 155.2º | 0.36% | 0.59% | - |
| HSV(B) | 155.2º | 0.4% | 0.73% | - |
| XYZ | 30.45 | 41.39 | 37.84 | - |
| YUV | 161.04 | 125.15 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 187 | 156 | 0.40 | 0 | 0.17 | 0.27 | 155.2 | 0.36 | 0.59 |
| Hex | 70 | BB | 9C | 28 | 0 | 11 | 1B | 9B | 24 | 3B |
| Octal | 160 | 273 | 234 | 50 | 0 | 21 | 33 | 233 | 44 | 73 |
| Binary | 1110000 | 10111011 | 10011100 | 101000 | 0 | 10001 | 11011 | 10011011 | 100100 | 111011 |
Color Harmonies of #70BB9C
Complementary color
Monochromatic Colors of #70BB9C
Black with #70BB9C
Text Example
Text Example
White with #70BB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BB9C; }
p { color: rgb(112,187,156); }
H1.HeaderClassName
{
color: #70BB9C;
}
.AnyTagClassName
{
color: #70BB9C;
}
</style>
background-color css
<style>
a { background-color: #70BB9C; }
a { background-color: rgb(112,187,156); }
div.DivClassName
{
background-color: #70BB9C;
}
.BgClassName
{
background-color: #70BB9C;
}
</style>
border-color css
<style>
span { border-color: #70BB9C; }
span { border-color: rgb(112,187,156); }
td.TdClassName
{
border-color: #70BB9C;
}
.TagClassName
{
border-color: #70BB9C;
}
</style>