Shades of Silver Tree #71BD91
Tints of Silver Tree #71BD91
RGB
CMYK
RGB Variations
Color information
#71BD91 (or 0x71BD91) is known color: Silver Tree. HEX triplet: 71, BD and 91. RGB value is (113,189,145). Sum of RGB (Red+Green+Blue) = 113+189+145=447 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.28% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 145 (57.03% from 255 or 32.44% from 447); Max value from RGB is 189 - color contains mainly: green. Hex color #71BD91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BD91 is #8E426E. Grayscale: #A1A1A1. Windows color (decimal): -9323119 or 9551217. OLE color: 9551217.
HSL color Cylindrical-coordinate representation of color #71BD91: hue angle of 145.26º 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 #71BD91 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 189 | 145 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.26 |
| HSL | 145.26º | 0.37% | 0.59% | - |
| HSV(B) | 145.26º | 0.4% | 0.74% | - |
| XYZ | 30.12 | 41.95 | 33.3 | - |
| YUV | 161.26 | 118.82 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 189 | 145 | 0.40 | 0 | 0.23 | 0.26 | 145.26 | 0.37 | 0.59 |
| Hex | 71 | BD | 91 | 28 | 0 | 17 | 1A | 91 | 25 | 3B |
| Octal | 161 | 275 | 221 | 50 | 0 | 27 | 32 | 221 | 45 | 73 |
| Binary | 1110001 | 10111101 | 10010001 | 101000 | 0 | 10111 | 11010 | 10010001 | 100101 | 111011 |
Color Harmonies of #71BD91
Complementary color
Monochromatic Colors of #71BD91
Black with #71BD91
Text Example
Text Example
White with #71BD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BD91; }
p { color: rgb(113,189,145); }
H1.HeaderClassName
{
color: #71BD91;
}
.AnyTagClassName
{
color: #71BD91;
}
</style>
background-color css
<style>
a { background-color: #71BD91; }
a { background-color: rgb(113,189,145); }
div.DivClassName
{
background-color: #71BD91;
}
.BgClassName
{
background-color: #71BD91;
}
</style>
border-color css
<style>
span { border-color: #71BD91; }
span { border-color: rgb(113,189,145); }
td.TdClassName
{
border-color: #71BD91;
}
.TagClassName
{
border-color: #71BD91;
}
</style>