Shades of Silver Tree #71BC8E
Tints of Silver Tree #71BC8E
RGB
CMYK
RGB Variations
Color information
#71BC8E (or 0x71BC8E) is known color: Silver Tree. HEX triplet: 71, BC and 8E. RGB value is (113,188,142). Sum of RGB (Red+Green+Blue) = 113+188+142=443 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.51% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BC8E is #8E4371. Grayscale: #A0A0A0. Windows color (decimal): -9323378 or 9354353. OLE color: 9354353.
HSL color Cylindrical-coordinate representation of color #71BC8E: hue angle of 143.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71BC8E is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 188 | 142 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.26 |
| HSL | 143.2º | 0.36% | 0.59% | - |
| HSV(B) | 143.2º | 0.4% | 0.74% | - |
| XYZ | 29.68 | 41.43 | 32.02 | - |
| YUV | 160.33 | 117.65 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 188 | 142 | 0.40 | 0 | 0.24 | 0.26 | 143.2 | 0.36 | 0.59 |
| Hex | 71 | BC | 8E | 28 | 0 | 18 | 1A | 8F | 24 | 3B |
| Octal | 161 | 274 | 216 | 50 | 0 | 30 | 32 | 217 | 44 | 73 |
| Binary | 1110001 | 10111100 | 10001110 | 101000 | 0 | 11000 | 11010 | 10001111 | 100100 | 111011 |
Color Harmonies of #71BC8E
Complementary color
Monochromatic Colors of #71BC8E
Black with #71BC8E
Text Example
Text Example
White with #71BC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BC8E; }
p { color: rgb(113,188,142); }
H1.HeaderClassName
{
color: #71BC8E;
}
.AnyTagClassName
{
color: #71BC8E;
}
</style>
background-color css
<style>
a { background-color: #71BC8E; }
a { background-color: rgb(113,188,142); }
div.DivClassName
{
background-color: #71BC8E;
}
.BgClassName
{
background-color: #71BC8E;
}
</style>
border-color css
<style>
span { border-color: #71BC8E; }
span { border-color: rgb(113,188,142); }
td.TdClassName
{
border-color: #71BC8E;
}
.TagClassName
{
border-color: #71BC8E;
}
</style>