COLOR #71A874

HEX: #71A874
RGB: (113,168,116)

Color info

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

RGB color model

#71A874 color RGB value is (113,168,116).

  • red value is 113;
  • green value is 168;
  • blue value is 116.
RGB:
(113,168,116)
(44%,66%,45%)

RGB channels and saturation

R 113 of 255 = 44%
G 168 of 255 = 66%
B 116 of 255 = 45%

113
168
116

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

Portions of RGB colors in percentages

R + G + B =
113 + 168 + 116 = 397 (100%)
R 113 of 397 ~ 28.46%
G 168 of 397 ~ 42.32%
B 116 of 397 ~ 29.22%

%28.46
%42.32
%29.22

CMYK color model

#71A874 color CMYK value is (33,0,31,34).

  • cyan value is 32.74%
  • magenta value is 0.00%
  • yellow value is 30.95%
  • key color value is 34.12%
CMYK:
(33,0,31,34)
C33M0Y31K34 
(33%,0%,31%,34%)
(0.33/0.00/0.31/0.34)	

CMYK percentages

%32.74
%0
%30.95
%34.12

Codes

Color #71A874 in popluar color models

71A874
RGB113168116
HSL123°24.02%55.10%
HSB/HSV123°32.74%65.88%
CMYK32.74%0.00%30.95%
34.12%

Color #71A874 in popluar number systems.

HEX71A874
Decimal113168116
Binary1110001101010001110100
Octal161250164

Shades and tints

Shades of #71A874

#71A874
(113,168,116)
#67996A
(103,153,106)
#5D8A60
(93,138,96)
#537B56
(83,123,86)
#496C4C
(73,108,76)
#3F5D42
(63,93,66)
#354E38
(53,78,56)
#2B3F2E
(43,63,46)
#213024
(33,48,36)
#17211A
(23,33,26)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #71A874

#71A874
(113,168,116)
#7DAF80
(125,175,128)
#89B68C
(137,182,140)
#95BD98
(149,189,152)
#A1C4A4
(161,196,164)
#ADCBB0
(173,203,176)
#B9D2BC
(185,210,188)
#C5D9C8
(197,217,200)
#D1E0D4
(209,224,212)
#DDE7E0
(221,231,224)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A874 color. Also use rgb(113,168,116) instead hex code.

Text Font Color

.myTextColor { color: #71A874; }

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

This text font color is #71A874.


Background Color

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

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

This div background color is #71A874.


Border color

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

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

This div border color is #71A874.


Opacity

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

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

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

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

This text has shadow with #71A874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A874 on black background.


Color preview on white background

This text has color #71A874 on white background.



Black color preview on #71A874 background

This text has black color on #71A874 background.


White color preview on #71A874 background

This text has white color on #71A874 background.