Shades of Silver Tree #71BD98
Tints of Silver Tree #71BD98
RGB
CMYK
RGB Variations
Color information
#71BD98 (or 0x71BD98) is known color: Silver Tree. HEX triplet: 71, BD and 98. RGB value is (113,189,152). Sum of RGB (Red+Green+Blue) = 113+189+152=454 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.89% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 189 - color contains mainly: green. Hex color #71BD98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BD98 is #8E4267. Grayscale: #A2A2A2. Windows color (decimal): -9323112 or 10009969. OLE color: 10009969.
HSL color Cylindrical-coordinate representation of color #71BD98: hue angle of 150.79º 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 #71BD98 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 189 | 152 | - |
| CMYK | 0.40 | 0 | 0.20 | 0.26 |
| HSL | 150.79º | 0.37% | 0.59% | - |
| HSV(B) | 150.79º | 0.4% | 0.74% | - |
| XYZ | 30.68 | 42.17 | 36.23 | - |
| YUV | 162.06 | 122.32 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 189 | 152 | 0.40 | 0 | 0.20 | 0.26 | 150.79 | 0.37 | 0.59 |
| Hex | 71 | BD | 98 | 28 | 0 | 14 | 1A | 97 | 25 | 3B |
| Octal | 161 | 275 | 230 | 50 | 0 | 24 | 32 | 227 | 45 | 73 |
| Binary | 1110001 | 10111101 | 10011000 | 101000 | 0 | 10100 | 11010 | 10010111 | 100101 | 111011 |
Color Harmonies of #71BD98
Complementary color
Monochromatic Colors of #71BD98
Black with #71BD98
Text Example
Text Example
White with #71BD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BD98; }
p { color: rgb(113,189,152); }
H1.HeaderClassName
{
color: #71BD98;
}
.AnyTagClassName
{
color: #71BD98;
}
</style>
background-color css
<style>
a { background-color: #71BD98; }
a { background-color: rgb(113,189,152); }
div.DivClassName
{
background-color: #71BD98;
}
.BgClassName
{
background-color: #71BD98;
}
</style>
border-color css
<style>
span { border-color: #71BD98; }
span { border-color: rgb(113,189,152); }
td.TdClassName
{
border-color: #71BD98;
}
.TagClassName
{
border-color: #71BD98;
}
</style>