#71BC96

Color #71BC96 Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #71BC96

Tints of Silver Tree #71BC96

Color information

#71BC96 (or 0x71BC96) is unknown color: approx Silver Tree. HEX triplet: 71, BC and 96. RGB value is (113,188,150). Sum of RGB (Red+Green+Blue) = 113+188+150=451 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.06% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BC96 is #8E4369. Grayscale: #A1A1A1. Windows color (decimal): -9323370 or 9878641. OLE color: 9878641.

HSL color Cylindrical-coordinate representation of color #71BC96: hue angle of 149.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 #71BC96 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB113188150-
CMYK0.4000.200.26
HSL149.6º35.89%59.02%-
HSV(B)149.6º39.89%73.73%-
XYZ30.341.6835.3-
YUV161.24121.6593.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 25.06%
GREEN value IS 188 (73.83% from 255) = 41.69%
BLUE value IS 150 (58.98% from 255) = 33.26%
R=25.06%
G=41.69%
B=33.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1131881500.4000.200.26149.635.8959.02
Hex71BC96280141A96243b
Octal16127422650024322264473
Binary111000110111100100101101010000101001101010010110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71BC96; }

 p { color: rgb(113,188,150); }

 H1.HeaderClassName
 {
   color: #71BC96;
 }
 .AnyTagClassName
 {
   color: #71BC96;
 }
</style>
background-color css

<style>
 a { background-color: #71BC96; }

 a { background-color: rgb(113,188,150); }

 div.DivClassName
 {
   background-color: #71BC96;
 }
 .BgClassName
 {
   background-color: #71BC96;
 }
</style>
border-color css

<style>
 span { border-color: #71BC96; }

 span { border-color: rgb(113,188,150); }

 td.TdClassName
 {
   border-color: #71BC96;
 }
 .TagClassName
 {
   border-color: #71BC96;
 }
</style>