Shades of Silver Tree #71BD96
Tints of Silver Tree #71BD96
RGB
CMYK
RGB Variations
Color information
#71BD96 (or 0x71BD96) is known color: Silver Tree. HEX triplet: 71, BD and 96. RGB value is (113,189,150). Sum of RGB (Red+Green+Blue) = 113+189+150=452 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 189 - color contains mainly: green. Hex color #71BD96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BD96 is #8E4269. Grayscale: #A1A1A1. Windows color (decimal): -9323114 or 9878897. OLE color: 9878897.
HSL color Cylindrical-coordinate representation of color #71BD96: hue angle of 149.21º degrees, saturation: 0.37, 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 #71BD96 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 189 | 150 | - |
| CMYK | 0.40 | 0 | 0.21 | 0.26 |
| HSL | 149.21º | 0.37% | 0.59% | - |
| HSV(B) | 149.21º | 0.4% | 0.74% | - |
| XYZ | 30.51 | 42.11 | 35.37 | - |
| YUV | 161.83 | 121.32 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 189 | 150 | 0.40 | 0 | 0.21 | 0.26 | 149.21 | 0.37 | 0.59 |
| Hex | 71 | BD | 96 | 28 | 0 | 15 | 1A | 95 | 25 | 3B |
| Octal | 161 | 275 | 226 | 50 | 0 | 25 | 32 | 225 | 45 | 73 |
| Binary | 1110001 | 10111101 | 10010110 | 101000 | 0 | 10101 | 11010 | 10010101 | 100101 | 111011 |
Color Harmonies of #71BD96
Complementary color
Monochromatic Colors of #71BD96
Black with #71BD96
Text Example
Text Example
White with #71BD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BD96; }
p { color: rgb(113,189,150); }
H1.HeaderClassName
{
color: #71BD96;
}
.AnyTagClassName
{
color: #71BD96;
}
</style>
background-color css
<style>
a { background-color: #71BD96; }
a { background-color: rgb(113,189,150); }
div.DivClassName
{
background-color: #71BD96;
}
.BgClassName
{
background-color: #71BD96;
}
</style>
border-color css
<style>
span { border-color: #71BD96; }
span { border-color: rgb(113,189,150); }
td.TdClassName
{
border-color: #71BD96;
}
.TagClassName
{
border-color: #71BD96;
}
</style>