#71BD91

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

Shades of Silver Tree #71BD91

Tints of Silver Tree #71BD91

Color information

#71BD91 (or 0x71BD91) is unknown color: approx 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

RGB113189145-
CMYK0.4000.230.26
HSL145.26º36.54%59.22%-
HSV(B)145.26º40.21%74.12%-
XYZ30.1241.9533.3-
YUV161.26118.8293.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.28%
GREEN value IS 189 (74.22% from 255) = 42.28%
BLUE value IS 145 (57.03% from 255) = 32.44%
R=25.28%
G=42.28%
B=32.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1131891450.4000.230.26145.2636.5459.22
Hex71BD91280171A91253b
Octal16127522150027322214573
Binary111000110111101100100011010000101111101010010001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>