COLOR #71A377

HEX: #71A377 RGB: (113,163,119)

Color info

#71A377 contains red, green and blue colors in about the same proportion. Web safe color of #71A377 is #669966 (or #696).

RGB color model

#71A377 color RGB value is (113,163,119).

RGB: (113,163,119) (44%, 64%, 47%)

RGB channels and saturation

R 113 of 255 = 44%
G 163 of 255 = 64%
B 119 of 255 = 47%

113
163
119

R + G + B ~ 52%. #71A377 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 163 + 119 = 395 (100%)
R 113 of 395 ~ 28.61%
G 163 of 395 ~ 41.27%
B 119 of 395 ~ 30.13'%

%28.61
%41.27
%30.13

CMYK color model

#71A377 color CMYK value is (31,0,27,36).

  • cyan value is 30.67%
  • magenta value is 0.00%
  • yellow value is 26.99%
  • key color value is 36.08%

CMYK: (31,0,27,36)
C31M0Y27K36 (31%, 0%, 27%, 36%)
(0.31 / 0.00 / 0.27 / 0.36)

CMYK percentages

%30.67
%0
%26.99
%36.08

Codes

Color #71A377 in popluar color models

71 A3 77
RGB 113 163 119
HSL 127° 21.37% 54.12%
HSB/HSV 127° 30.67% 63.92%
CMYK 30.67% 0.00% 26.99%
36.08%

Color #71A377 in popluar number systems.

HEX 71 A3 77
Decimal 113 163 119
Binary 1110001 10100011 1110111
Octal 161 243 167

Shades and tints

Shades of #71A377

#71A377
(113,163,119)
#67956D
(103,149,109)
#5D8763
(93,135,99)
#537959
(83,121,89)
#496B4F
(73,107,79)
#3F5D45
(63,93,69)
#354F3B
(53,79,59)
#2B4131
(43,65,49)
#213327
(33,51,39)
#17251D
(23,37,29)
#0D1713
(13,23,19)
#000000
(0,0,0)

Tints of #71A377

#71A377
(113,163,119)
#7DAB83
(125,171,131)
#89B38F
(137,179,143)
#95BB9B
(149,187,155)
#A1C3A7
(161,195,167)
#ADCBB3
(173,203,179)
#B9D3BF
(185,211,191)
#C5DBCB
(197,219,203)
#D1E3D7
(209,227,215)
#DDEBE3
(221,235,227)
#E9F3EF
(233,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A377 color. Also use rgb(113,163,119) instead hex code.

Text Font Color

.myTextColor { color: #71A377; }

<p style="color:#71A377">This sample text font color is #71A377.</p>

This text font color is #71A377.

Background Color

.myBgColor { background-color: #71A377; }

<div style="background-color:#71A377">Inner text</div>

This div background color is #71A377.

Border color

.myBorderColor { border: 1px solid #71A377; }

<div style="border:3px solid #71A377">Div</div>

This div border color is #71A377.

Opacity

.myOpacity80 { color: #71A377; opacity: 0.8; }

<p style="color:#71A377;opacity:0.8;">80%</p>

Text with #71A377 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #71A377;}

<p style="text-shadow: 3px 3px 1px #71A377">Text here.</p>

This text has shadow with #71A377 color.


.textShadow {text-shadow: 3px 3px 1px #71A377', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #71A377, 5px 5px 20px red">Text here.</p>

This text has shadow with #71A377 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71A377, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#71A377, Direction=45, Strength=4)">Text</p>

This text has shadow with #71A377 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71A377;
-webkit-box-shadow: 1px 1px 3px 2px #71A377;
box-shadow: 1px 1px 3px 2px #71A377;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71A377; -webkit-box-shadow: 1px 1px 3px 2px #71A377; box-shadow:1px 1px 3px 2px #71A377;">
Div content here
</div>

This div box has shadow with color #71A377.

Preview

Color preview on black background

This text has color #71A377 on black background.


Color preview on white background

This text has color #71A377 on white background.


Black color preview on #71A377 background

This text has black color on #71A377 background.


White color preview on #71A377 background

This text has white color on #71A377 background.


Related colors

Complementary color

Complementary color for #hex is #8E5C88.


I love getcolorcode.com

Triadic colors

1 #7771A3 and #A37771 with #71A377 are triadic colors.

2 #77A371 and #A37177 with #71A377 are triadic colors.