COLOR #81AA71

HEX: #81AA71 RGB: (129,170,113)

Color info

#81AA71 contains red, green and blue colors in about the same proportion. Web safe color of #81AA71 is #999966 (or #996).

RGB color model

#81AA71 color RGB value is (129,170,113).

RGB: (129,170,113) (51%, 67%, 44%)

RGB channels and saturation

R 129 of 255 = 51%
G 170 of 255 = 67%
B 113 of 255 = 44%

129
170
113

R + G + B ~ 54%. #81AA71 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 129 + 170 + 113 = 412 (100%)
R 129 of 412 ~ 31.31%
G 170 of 412 ~ 41.26%
B 113 of 412 ~ 27.43'%

%31.31
%41.26
%27.43

CMYK color model

#81AA71 color CMYK value is (24,0,34,33).

  • cyan value is 24.12%
  • magenta value is 0.00%
  • yellow value is 33.53%
  • key color value is 33.33%
CMYK: (24,0,34,33) C24M0Y34K33 (24%,0%,34%,33%) (0.24/0.00/0.34/0.33) 

CMYK percentages

%24.12
%0
%33.53
%33.33

Codes

Color #81AA71 in popluar color models

81 AA 71
RGB 129 170 113
HSL 103° 25.11% 55.49%
HSB/HSV 103° 33.53% 66.67%
CMYK 24.12% 0.00% 33.53%
33.33%

Color #81AA71 in popluar number systems.

HEX 81 AA 71
Decimal 129 170 113
Binary 10000001 10101010 1110001
Octal 201 252 161

Shades and tints

Shades of #81AA71

#81AA71
(129,170,113)
#769B67
(118,155,103)
#6B8C5D
(107,140,93)
#607D53
(96,125,83)
#556E49
(85,110,73)
#4A5F3F
(74,95,63)
#3F5035
(63,80,53)
#34412B
(52,65,43)
#293221
(41,50,33)
#1E2317
(30,35,23)
#13140D
(19,20,13)
#000000
(0,0,0)

Tints of #81AA71

#81AA71
(129,170,113)
#8CB17D
(140,177,125)
#97B889
(151,184,137)
#A2BF95
(162,191,149)
#ADC6A1
(173,198,161)
#B8CDAD
(184,205,173)
#C3D4B9
(195,212,185)
#CEDBC5
(206,219,197)
#D9E2D1
(217,226,209)
#E4E9DD
(228,233,221)
#EFF0E9
(239,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81AA71 color. Also use rgb(129,170,113) instead hex code.

Text Font Color

.myTextColor { color: #81AA71; }

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

This text font color is #81AA71.

Background Color

.myBgColor { background-color: #81AA71; }

<div style="background-color:#81AA71">Inner text</div>

This div background color is #81AA71.

Border color

.myBorderColor { border: 1px solid #81AA71; }

<div style="border:3px solid #81AA71">Div</div>

This div border color is #81AA71.

Opacity

.myOpacity80 { color: #81AA71; opacity: 0.8; }

<p style="color:#81AA71;opacity:0.8;">80%</p>

Text with #81AA71 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 #81AA71;}

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

This text has shadow with #81AA71 color.


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

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

This text has shadow with #81AA71 primary color and red secondary color.


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

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

This text has shadow with #81AA71 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #81AA71.

Preview

Color preview on black background

This text has color #81AA71 on black background.


Color preview on white background

This text has color #81AA71 on white background.


Black color preview on #81AA71 background

This text has black color on #81AA71 background.


White color preview on #81AA71 background

This text has white color on #81AA71 background.


Related colors

Complementary color

Complementary color for #hex is #7E558E.


I love getcolorcode.com

Triadic colors

1 #7181AA and #AA7181 with #81AA71 are triadic colors.

2 #71AA81 and #AA8171 with #81AA71 are triadic colors.