COLOR #81A976

HEX: #81A976 RGB: (129,169,118)

Color info

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

RGB color model

#81A976 color RGB value is (129,169,118).

RGB: (129,169,118) (51%, 66%, 46%)

RGB channels and saturation

R 129 of 255 = 51%
G 169 of 255 = 66%
B 118 of 255 = 46%

129
169
118

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

Portions of RGB colors in percentages

R + G + B = 129 + 169 + 118 = 416 (100%)
R 129 of 416 ~ 31.01%
G 169 of 416 ~ 40.63%
B 118 of 416 ~ 28.37'%

%31.01
%40.63
%28.37

CMYK color model

#81A976 color CMYK value is (24,0,30,34).

  • cyan value is 23.67%
  • magenta value is 0.00%
  • yellow value is 30.18%
  • key color value is 33.73%

CMYK: (24,0,30,34)
C24M0Y30K34 (24%, 0%, 30%, 34%)
(0.24 / 0.00 / 0.30 / 0.34)

CMYK percentages

%23.67
%0
%30.18
%33.73

Codes

Color #81A976 in popluar color models

81 A9 76
RGB 129 169 118
HSL 107° 22.87% 56.27%
HSB/HSV 107° 30.18% 66.27%
CMYK 23.67% 0.00% 30.18%
33.73%

Color #81A976 in popluar number systems.

HEX 81 A9 76
Decimal 129 169 118
Binary 10000001 10101001 1110110
Octal 201 251 166

Shades and tints

Shades of #81A976

#81A976
(129,169,118)
#769A6C
(118,154,108)
#6B8B62
(107,139,98)
#607C58
(96,124,88)
#556D4E
(85,109,78)
#4A5E44
(74,94,68)
#3F4F3A
(63,79,58)
#344030
(52,64,48)
#293126
(41,49,38)
#1E221C
(30,34,28)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #81A976

#81A976
(129,169,118)
#8CB082
(140,176,130)
#97B78E
(151,183,142)
#A2BE9A
(162,190,154)
#ADC5A6
(173,197,166)
#B8CCB2
(184,204,178)
#C3D3BE
(195,211,190)
#CEDACA
(206,218,202)
#D9E1D6
(217,225,214)
#E4E8E2
(228,232,226)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81A976 color. Also use rgb(129,169,118) instead hex code.

Text Font Color

.myTextColor { color: #81A976; }

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

This text font color is #81A976.

Background Color

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

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

This div background color is #81A976.

Border color

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

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

This div border color is #81A976.

Opacity

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

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

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

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

This text has shadow with #81A976 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #81A976.

Preview

Color preview on black background

This text has color #81A976 on black background.


Color preview on white background

This text has color #81A976 on white background.


Black color preview on #81A976 background

This text has black color on #81A976 background.


White color preview on #81A976 background

This text has white color on #81A976 background.


Related colors

Complementary color

Complementary color for #hex is #7E5689.


I love getcolorcode.com

Triadic colors

1 #7681A9 and #A97681 with #81A976 are triadic colors.

2 #76A981 and #A98176 with #81A976 are triadic colors.