COLOR #71AE74

HEX: #71AE74
RGB: (113,174,116)

Color info

#71AE74 contains mainly green and blue colors. Web safe color of #71AE74 is #669966 (or #696).

RGB color model

#71AE74 color RGB value is (113,174,116).

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

RGB channels and saturation

R 113 of 255 = 44%
G 174 of 255 = 68%
B 116 of 255 = 45%

113
174
116

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

Portions of RGB colors in percentages

R + G + B =
113 + 174 + 116 = 403 (100%)
R 113 of 403 ~ 28.04%
G 174 of 403 ~ 43.18%
B 116 of 403 ~ 28.78%

%28.04
%43.18
%28.78

CMYK color model

#71AE74 color CMYK value is (35,0,33,32).

  • cyan value is 35.06%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 31.76%
CMYK:
(35,0,33,32)
C35M0Y33K32 
(35%,0%,33%,32%)
(0.35/0.00/0.33/0.32)	

CMYK percentages

%35.06
%0
%33.33
%31.76

Codes

Color #71AE74 in popluar color models

71AE74
RGB113174116
HSL123°27.35%56.27%
HSB/HSV123°35.06%68.24%
CMYK35.06%0.00%33.33%
31.76%

Color #71AE74 in popluar number systems.

HEX71AE74
Decimal113174116
Binary1110001101011101110100
Octal161256164

Shades and tints

Shades of #71AE74

#71AE74
(113,174,116)
#679F6A
(103,159,106)
#5D9060
(93,144,96)
#538156
(83,129,86)
#49724C
(73,114,76)
#3F6342
(63,99,66)
#355438
(53,84,56)
#2B452E
(43,69,46)
#213624
(33,54,36)
#17271A
(23,39,26)
#0D1810
(13,24,16)
#000000
(0,0,0)

Tints of #71AE74

#71AE74
(113,174,116)
#7DB580
(125,181,128)
#89BC8C
(137,188,140)
#95C398
(149,195,152)
#A1CAA4
(161,202,164)
#ADD1B0
(173,209,176)
#B9D8BC
(185,216,188)
#C5DFC8
(197,223,200)
#D1E6D4
(209,230,212)
#DDEDE0
(221,237,224)
#E9F4EC
(233,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71AE74; }

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

This text font color is #71AE74.


Background Color

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

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

This div background color is #71AE74.


Border color

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

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

This div border color is #71AE74.


Opacity

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

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

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

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

This text has shadow with #71AE74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71AE74 on black background.


Color preview on white background

This text has color #71AE74 on white background.



Black color preview on #71AE74 background

This text has black color on #71AE74 background.


White color preview on #71AE74 background

This text has white color on #71AE74 background.