COLOR #71AD5E

HEX: #71AD5E RGB: (113,173,94)

Color info

#71AD5E contains mainly green color. Web safe color of #71AD5E is #669966 (or #696).

RGB color model

#71AD5E color RGB value is (113,173,94).

RGB: (113,173,94) (44%, 68%, 37%)

RGB channels and saturation

R 113 of 255 = 44%
G 173 of 255 = 68%
B 94 of 255 = 37%

113
173
94

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

Portions of RGB colors in percentages

R + G + B = 113 + 173 + 94 = 380 (100%)
R 113 of 380 ~ 29.74%
G 173 of 380 ~ 45.53%
B 94 of 380 ~ 24.74'%

%29.74
%45.53
%24.74

CMYK color model

#71AD5E color CMYK value is (35,0,46,32).

  • cyan value is 34.68%
  • magenta value is 0.00%
  • yellow value is 45.66%
  • key color value is 32.16%

CMYK: (35,0,46,32)
C35M0Y46K32 (35%, 0%, 46%, 32%)
(0.35 / 0.00 / 0.46 / 0.32)

CMYK percentages

%34.68
%0
%45.66
%32.16

Codes

Color #71AD5E in popluar color models

71 AD 5E
RGB 113 173 94
HSL 106° 32.51% 52.35%
HSB/HSV 106° 45.66% 67.84%
CMYK 34.68% 0.00% 45.66%
32.16%

Color #71AD5E in popluar number systems.

HEX 71 AD 5E
Decimal 113 173 94
Binary 1110001 10101101 1011110
Octal 161 255 136

Shades and tints

Shades of #71AD5E

#71AD5E
(113,173,94)
#679E56
(103,158,86)
#5D8F4E
(93,143,78)
#538046
(83,128,70)
#49713E
(73,113,62)
#3F6236
(63,98,54)
#35532E
(53,83,46)
#2B4426
(43,68,38)
#21351E
(33,53,30)
#172616
(23,38,22)
#0D170E
(13,23,14)
#000000
(0,0,0)

Tints of #71AD5E

#71AD5E
(113,173,94)
#7DB46C
(125,180,108)
#89BB7A
(137,187,122)
#95C288
(149,194,136)
#A1C996
(161,201,150)
#ADD0A4
(173,208,164)
#B9D7B2
(185,215,178)
#C5DEC0
(197,222,192)
#D1E5CE
(209,229,206)
#DDECDC
(221,236,220)
#E9F3EA
(233,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71AD5E; }

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

This text font color is #71AD5E.

Background Color

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

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

This div background color is #71AD5E.

Border color

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

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

This div border color is #71AD5E.

Opacity

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

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

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

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

This text has shadow with #71AD5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71AD5E.

Preview

Color preview on black background

This text has color #71AD5E on black background.


Color preview on white background

This text has color #71AD5E on white background.


Black color preview on #71AD5E background

This text has black color on #71AD5E background.


White color preview on #71AD5E background

This text has white color on #71AD5E background.


Related colors

Complementary color

Complementary color for #hex is #8E52A1.


I love getcolorcode.com

Triadic colors

1 #5E71AD and #AD5E71 with #71AD5E are triadic colors.

2 #5EAD71 and #AD715E with #71AD5E are triadic colors.