COLOR #71A94F

HEX: #71A94F
RGB: (113,169,79)

Color info

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

RGB color model

#71A94F color RGB value is (113,169,79).

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

RGB channels and saturation

R 113 of 255 = 44%
G 169 of 255 = 66%
B 79 of 255 = 31%

113
169
79

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

Portions of RGB colors in percentages

R + G + B =
113 + 169 + 79 = 361 (100%)
R 113 of 361 ~ 31.3%
G 169 of 361 ~ 46.81%
B 79 of 361 ~ 21.88%

%31.3
%46.81
%21.88

CMYK color model

#71A94F color CMYK value is (33,0,53,34).

  • cyan value is 33.14%
  • magenta value is 0.00%
  • yellow value is 53.25%
  • key color value is 33.73%
CMYK:
(33,0,53,34)
C33M0Y53K34 
(33%,0%,53%,34%)
(0.33/0.00/0.53/0.34)	

CMYK percentages

%33.14
%0
%53.25
%33.73

Codes

Color #71A94F in popluar color models

71A94F
RGB11316979
HSL97°36.29%48.63%
HSB/HSV97°53.25%66.27%
CMYK33.14%0.00%53.25%
33.73%

Color #71A94F in popluar number systems.

HEX71A94F
Decimal11316979
Binary1110001101010011001111
Octal161251117

Shades and tints

Shades of #71A94F

#71A94F
(113,169,79)
#679A48
(103,154,72)
#5D8B41
(93,139,65)
#537C3A
(83,124,58)
#496D33
(73,109,51)
#3F5E2C
(63,94,44)
#354F25
(53,79,37)
#2B401E
(43,64,30)
#213117
(33,49,23)
#172210
(23,34,16)
#0D1309
(13,19,9)
#000000
(0,0,0)

Tints of #71A94F

#71A94F
(113,169,79)
#7DB05F
(125,176,95)
#89B76F
(137,183,111)
#95BE7F
(149,190,127)
#A1C58F
(161,197,143)
#ADCC9F
(173,204,159)
#B9D3AF
(185,211,175)
#C5DABF
(197,218,191)
#D1E1CF
(209,225,207)
#DDE8DF
(221,232,223)
#E9EFEF
(233,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A94F; }

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

This text font color is #71A94F.


Background Color

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

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

This div background color is #71A94F.


Border color

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

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

This div border color is #71A94F.


Opacity

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

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

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

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

This text has shadow with #71A94F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A94F on black background.


Color preview on white background

This text has color #71A94F on white background.



Black color preview on #71A94F background

This text has black color on #71A94F background.


White color preview on #71A94F background

This text has white color on #71A94F background.