Shades of Silver Tree #71BC8C
Tints of Silver Tree #71BC8C
RGB
CMYK
RGB Variations
Color information
#71BC8C (or 0x71BC8C) is known color: Silver Tree. HEX triplet: 71, BC and 8C. RGB value is (113,188,140). Sum of RGB (Red+Green+Blue) = 113+188+140=441 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.62% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BC8C is #8E4373. Grayscale: #A0A0A0. Windows color (decimal): -9323380 or 9223281. OLE color: 9223281.
HSL color Cylindrical-coordinate representation of color #71BC8C: hue angle of 141.6º 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 #71BC8C is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 188 | 140 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.26 |
| HSL | 141.6º | 0.36% | 0.59% | - |
| HSV(B) | 141.6º | 0.4% | 0.74% | - |
| XYZ | 29.53 | 41.37 | 31.24 | - |
| YUV | 160.1 | 116.65 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 188 | 140 | 0.40 | 0 | 0.26 | 0.26 | 141.6 | 0.36 | 0.59 |
| Hex | 71 | BC | 8C | 28 | 0 | 1A | 1A | 8E | 24 | 3B |
| Octal | 161 | 274 | 214 | 50 | 0 | 32 | 32 | 216 | 44 | 73 |
| Binary | 1110001 | 10111100 | 10001100 | 101000 | 0 | 11010 | 11010 | 10001110 | 100100 | 111011 |
Color Harmonies of #71BC8C
Complementary color
Monochromatic Colors of #71BC8C
Black with #71BC8C
Text Example
Text Example
White with #71BC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BC8C; }
p { color: rgb(113,188,140); }
H1.HeaderClassName
{
color: #71BC8C;
}
.AnyTagClassName
{
color: #71BC8C;
}
</style>
background-color css
<style>
a { background-color: #71BC8C; }
a { background-color: rgb(113,188,140); }
div.DivClassName
{
background-color: #71BC8C;
}
.BgClassName
{
background-color: #71BC8C;
}
</style>
border-color css
<style>
span { border-color: #71BC8C; }
span { border-color: rgb(113,188,140); }
td.TdClassName
{
border-color: #71BC8C;
}
.TagClassName
{
border-color: #71BC8C;
}
</style>