COLOR #71A95E

HEX: #71A95E
RGB: (113,169,94)

Color info

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

RGB color model

#71A95E color RGB value is (113,169,94).

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

RGB channels and saturation

R 113 of 255 = 44%
G 169 of 255 = 66%
B 94 of 255 = 37%

113
169
94

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

Portions of RGB colors in percentages

R + G + B =
113 + 169 + 94 = 376 (100%)
R 113 of 376 ~ 30.05%
G 169 of 376 ~ 44.95%
B 94 of 376 ~ 25%

%30.05
%44.95
%25

CMYK color model

#71A95E color CMYK value is (33,0,44,34).

  • cyan value is 33.14%
  • magenta value is 0.00%
  • yellow value is 44.38%
  • key color value is 33.73%
CMYK:
(33,0,44,34)
C33M0Y44K34 
(33%,0%,44%,34%)
(0.33/0.00/0.44/0.34)	

CMYK percentages

%33.14
%0
%44.38
%33.73

Codes

Color #71A95E in popluar color models

71A95E
RGB11316994
HSL105°30.36%51.57%
HSB/HSV105°44.38%66.27%
CMYK33.14%0.00%44.38%
33.73%

Color #71A95E in popluar number systems.

HEX71A95E
Decimal11316994
Binary1110001101010011011110
Octal161251136

Shades and tints

Shades of #71A95E

#71A95E
(113,169,94)
#679A56
(103,154,86)
#5D8B4E
(93,139,78)
#537C46
(83,124,70)
#496D3E
(73,109,62)
#3F5E36
(63,94,54)
#354F2E
(53,79,46)
#2B4026
(43,64,38)
#21311E
(33,49,30)
#172216
(23,34,22)
#0D130E
(13,19,14)
#000000
(0,0,0)

Tints of #71A95E

#71A95E
(113,169,94)
#7DB06C
(125,176,108)
#89B77A
(137,183,122)
#95BE88
(149,190,136)
#A1C596
(161,197,150)
#ADCCA4
(173,204,164)
#B9D3B2
(185,211,178)
#C5DAC0
(197,218,192)
#D1E1CE
(209,225,206)
#DDE8DC
(221,232,220)
#E9EFEA
(233,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A95E; }

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

This text font color is #71A95E.


Background Color

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

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

This div background color is #71A95E.


Border color

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

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

This div border color is #71A95E.


Opacity

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

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

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

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

This text has shadow with #71A95E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A95E on black background.


Color preview on white background

This text has color #71A95E on white background.



Black color preview on #71A95E background

This text has black color on #71A95E background.


White color preview on #71A95E background

This text has white color on #71A95E background.