COLOR #71A77C

HEX: #71A77C
RGB: (113,167,124)

Color info

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

RGB color model

#71A77C color RGB value is (113,167,124).

  • red value is 113;
  • green value is 167;
  • blue value is 124.
RGB:
(113,167,124)
(44%,65%,49%)

RGB channels and saturation

R 113 of 255 = 44%
G 167 of 255 = 65%
B 124 of 255 = 49%

113
167
124

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

Portions of RGB colors in percentages

R + G + B =
113 + 167 + 124 = 404 (100%)
R 113 of 404 ~ 27.97%
G 167 of 404 ~ 41.34%
B 124 of 404 ~ 30.69%

%27.97
%41.34
%30.69

CMYK color model

#71A77C color CMYK value is (32,0,26,35).

  • cyan value is 32.34%
  • magenta value is 0.00%
  • yellow value is 25.75%
  • key color value is 34.51%
CMYK:
(32,0,26,35)
C32M0Y26K35 
(32%,0%,26%,35%)
(0.32/0.00/0.26/0.35)	

CMYK percentages

%32.34
%0
%25.75
%34.51

Codes

Color #71A77C in popluar color models

71A77C
RGB113167124
HSL132°23.48%54.90%
HSB/HSV132°32.34%65.49%
CMYK32.34%0.00%25.75%
34.51%

Color #71A77C in popluar number systems.

HEX71A77C
Decimal113167124
Binary1110001101001111111100
Octal161247174

Shades and tints

Shades of #71A77C

#71A77C
(113,167,124)
#679871
(103,152,113)
#5D8966
(93,137,102)
#537A5B
(83,122,91)
#496B50
(73,107,80)
#3F5C45
(63,92,69)
#354D3A
(53,77,58)
#2B3E2F
(43,62,47)
#212F24
(33,47,36)
#172019
(23,32,25)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #71A77C

#71A77C
(113,167,124)
#7DAF87
(125,175,135)
#89B792
(137,183,146)
#95BF9D
(149,191,157)
#A1C7A8
(161,199,168)
#ADCFB3
(173,207,179)
#B9D7BE
(185,215,190)
#C5DFC9
(197,223,201)
#D1E7D4
(209,231,212)
#DDEFDF
(221,239,223)
#E9F7EA
(233,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A77C color. Also use rgb(113,167,124) instead hex code.

Text Font Color

.myTextColor { color: #71A77C; }

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

This text font color is #71A77C.


Background Color

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

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

This div background color is #71A77C.


Border color

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

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

This div border color is #71A77C.


Opacity

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

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

Text with #71A77C 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 #71A77C;}

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

This text has shadow with #71A77C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A77C on black background.


Color preview on white background

This text has color #71A77C on white background.



Black color preview on #71A77C background

This text has black color on #71A77C background.


White color preview on #71A77C background

This text has white color on #71A77C background.