COLOR #71A74F

HEX: #71A74F RGB: (113,167,79)

Color info

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

RGB color model

#71A74F color RGB value is (113,167,79).

RGB: (113,167,79) (44%, 65%, 31%)

RGB channels and saturation

R 113 of 255 = 44%
G 167 of 255 = 65%
B 79 of 255 = 31%

113
167
79

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

Portions of RGB colors in percentages

R + G + B = 113 + 167 + 79 = 359 (100%)
R 113 of 359 ~ 31.48%
G 167 of 359 ~ 46.52%
B 79 of 359 ~ 22.01'%

%31.48
%46.52
%22.01

CMYK color model

#71A74F color CMYK value is (32,0,53,35).

  • cyan value is 32.34%
  • magenta value is 0.00%
  • yellow value is 52.69%
  • key color value is 34.51%

CMYK: (32,0,53,35)
C32M0Y53K35 (32%, 0%, 53%, 35%)
(0.32 / 0.00 / 0.53 / 0.35)

CMYK percentages

%32.34
%0
%52.69
%34.51

Codes

Color #71A74F in popluar color models

71 A7 4F
RGB 113 167 79
HSL 97° 35.77% 48.24%
HSB/HSV 97° 52.69% 65.49%
CMYK 32.34% 0.00% 52.69%
34.51%

Color #71A74F in popluar number systems.

HEX 71 A7 4F
Decimal 113 167 79
Binary 1110001 10100111 1001111
Octal 161 247 117

Shades and tints

Shades of #71A74F

#71A74F
(113,167,79)
#679848
(103,152,72)
#5D8941
(93,137,65)
#537A3A
(83,122,58)
#496B33
(73,107,51)
#3F5C2C
(63,92,44)
#354D25
(53,77,37)
#2B3E1E
(43,62,30)
#212F17
(33,47,23)
#172010
(23,32,16)
#0D1109
(13,17,9)
#000000
(0,0,0)

Tints of #71A74F

#71A74F
(113,167,79)
#7DAF5F
(125,175,95)
#89B76F
(137,183,111)
#95BF7F
(149,191,127)
#A1C78F
(161,199,143)
#ADCF9F
(173,207,159)
#B9D7AF
(185,215,175)
#C5DFBF
(197,223,191)
#D1E7CF
(209,231,207)
#DDEFDF
(221,239,223)
#E9F7EF
(233,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A74F; }

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

This text font color is #71A74F.

Background Color

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

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

This div background color is #71A74F.

Border color

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

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

This div border color is #71A74F.

Opacity

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

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

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

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

This text has shadow with #71A74F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71A74F.

Preview

Color preview on black background

This text has color #71A74F on black background.


Color preview on white background

This text has color #71A74F on white background.


Black color preview on #71A74F background

This text has black color on #71A74F background.


White color preview on #71A74F background

This text has white color on #71A74F background.


Related colors

Complementary color

Complementary color for #hex is #8E58B0.


I love getcolorcode.com

Triadic colors

1 #4F71A7 and #A74F71 with #71A74F are triadic colors.

2 #4FA771 and #A7714F with #71A74F are triadic colors.