COLOR #71AA5E

HEX: #71AA5E
RGB: (113,170,94)

Color info

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

RGB color model

#71AA5E color RGB value is (113,170,94).

  • red value is 113;
  • green value is 170;
  • blue value is 94.
RGB:
(113,170,94)
(44%,67%,37%)

RGB channels and saturation

R 113 of 255 = 44%
G 170 of 255 = 67%
B 94 of 255 = 37%

113
170
94

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

Portions of RGB colors in percentages

R + G + B =
113 + 170 + 94 = 377 (100%)
R 113 of 377 ~ 29.97%
G 170 of 377 ~ 45.09%
B 94 of 377 ~ 24.93%

%29.97
%45.09
%24.93

CMYK color model

#71AA5E color CMYK value is (34,0,45,33).

  • cyan value is 33.53%
  • magenta value is 0.00%
  • yellow value is 44.71%
  • key color value is 33.33%
CMYK:
(34,0,45,33)
C34M0Y45K33 
(34%,0%,45%,33%)
(0.34/0.00/0.45/0.33)	

CMYK percentages

%33.53
%0
%44.71
%33.33

Codes

Color #71AA5E in popluar color models

71AA5E
RGB11317094
HSL105°30.89%51.76%
HSB/HSV105°44.71%66.67%
CMYK33.53%0.00%44.71%
33.33%

Color #71AA5E in popluar number systems.

HEX71AA5E
Decimal11317094
Binary1110001101010101011110
Octal161252136

Shades and tints

Shades of #71AA5E

#71AA5E
(113,170,94)
#679B56
(103,155,86)
#5D8C4E
(93,140,78)
#537D46
(83,125,70)
#496E3E
(73,110,62)
#3F5F36
(63,95,54)
#35502E
(53,80,46)
#2B4126
(43,65,38)
#21321E
(33,50,30)
#172316
(23,35,22)
#0D140E
(13,20,14)
#000000
(0,0,0)

Tints of #71AA5E

#71AA5E
(113,170,94)
#7DB16C
(125,177,108)
#89B87A
(137,184,122)
#95BF88
(149,191,136)
#A1C696
(161,198,150)
#ADCDA4
(173,205,164)
#B9D4B2
(185,212,178)
#C5DBC0
(197,219,192)
#D1E2CE
(209,226,206)
#DDE9DC
(221,233,220)
#E9F0EA
(233,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71AA5E color. Also use rgb(113,170,94) instead hex code.

Text Font Color

.myTextColor { color: #71AA5E; }

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

This text font color is #71AA5E.


Background Color

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

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

This div background color is #71AA5E.


Border color

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

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

This div border color is #71AA5E.


Opacity

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

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

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

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

This text has shadow with #71AA5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71AA5E on black background.


Color preview on white background

This text has color #71AA5E on white background.



Black color preview on #71AA5E background

This text has black color on #71AA5E background.


White color preview on #71AA5E background

This text has white color on #71AA5E background.