Shades of Silver Tree #70CB8B
Tints of Silver Tree #70CB8B
RGB
CMYK
RGB Variations
Color information
#70CB8B (or 0x70CB8B) is known color: Silver Tree. HEX triplet: 70, CB and 8B. RGB value is (112,203,139). Sum of RGB (Red+Green+Blue) = 112+203+139=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CB8B is #8F3474. Grayscale: #A8A8A8. Windows color (decimal): -9385077 or 9161584. OLE color: 9161584.
HSL color Cylindrical-coordinate representation of color #70CB8B: hue angle of 137.8º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CB8B is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 203 | 139 | - |
| CMYK | 0.45 | 0 | 0.32 | 0.20 |
| HSL | 137.8º | 0.47% | 0.62% | - |
| HSV(B) | 137.8º | 0.45% | 0.8% | - |
| XYZ | 32.7 | 48.02 | 31.97 | - |
| YUV | 168.5 | 111.35 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 203 | 139 | 0.45 | 0 | 0.32 | 0.20 | 137.8 | 0.47 | 0.62 |
| Hex | 70 | CB | 8B | 2D | 0 | 20 | 14 | 8A | 2F | 3E |
| Octal | 160 | 313 | 213 | 55 | 0 | 40 | 24 | 212 | 57 | 76 |
| Binary | 1110000 | 11001011 | 10001011 | 101101 | 0 | 100000 | 10100 | 10001010 | 101111 | 111110 |
Color Harmonies of #70CB8B
Complementary color
Monochromatic Colors of #70CB8B
Black with #70CB8B
Text Example
Text Example
White with #70CB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CB8B; }
p { color: rgb(112,203,139); }
H1.HeaderClassName
{
color: #70CB8B;
}
.AnyTagClassName
{
color: #70CB8B;
}
</style>
background-color css
<style>
a { background-color: #70CB8B; }
a { background-color: rgb(112,203,139); }
div.DivClassName
{
background-color: #70CB8B;
}
.BgClassName
{
background-color: #70CB8B;
}
</style>
border-color css
<style>
span { border-color: #70CB8B; }
span { border-color: rgb(112,203,139); }
td.TdClassName
{
border-color: #70CB8B;
}
.TagClassName
{
border-color: #70CB8B;
}
</style>