COLOR #81A76D

HEX: #81A76D RGB: (129,167,109)

Color info

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

RGB color model

#81A76D color RGB value is (129,167,109).

RGB: (129,167,109) (51%, 65%, 43%)

RGB channels and saturation

R 129 of 255 = 51%
G 167 of 255 = 65%
B 109 of 255 = 43%

129
167
109

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

Portions of RGB colors in percentages

R + G + B = 129 + 167 + 109 = 405 (100%)
R 129 of 405 ~ 31.85%
G 167 of 405 ~ 41.23%
B 109 of 405 ~ 26.91'%

%31.85
%41.23
%26.91

CMYK color model

#81A76D color CMYK value is (23,0,35,35).

  • cyan value is 22.75%
  • magenta value is 0.00%
  • yellow value is 34.73%
  • key color value is 34.51%

CMYK: (23,0,35,35)
C23M0Y35K35 (23%, 0%, 35%, 35%)
(0.23 / 0.00 / 0.35 / 0.35)

CMYK percentages

%22.75
%0
%34.73
%34.51

Codes

Color #81A76D in popluar color models

81 A7 6D
RGB 129 167 109
HSL 99° 24.79% 54.12%
HSB/HSV 99° 34.73% 65.49%
CMYK 22.75% 0.00% 34.73%
34.51%

Color #81A76D in popluar number systems.

HEX 81 A7 6D
Decimal 129 167 109
Binary 10000001 10100111 1101101
Octal 201 247 155

Shades and tints

Shades of #81A76D

#81A76D
(129,167,109)
#769864
(118,152,100)
#6B895B
(107,137,91)
#607A52
(96,122,82)
#556B49
(85,107,73)
#4A5C40
(74,92,64)
#3F4D37
(63,77,55)
#343E2E
(52,62,46)
#292F25
(41,47,37)
#1E201C
(30,32,28)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #81A76D

#81A76D
(129,167,109)
#8CAF7A
(140,175,122)
#97B787
(151,183,135)
#A2BF94
(162,191,148)
#ADC7A1
(173,199,161)
#B8CFAE
(184,207,174)
#C3D7BB
(195,215,187)
#CEDFC8
(206,223,200)
#D9E7D5
(217,231,213)
#E4EFE2
(228,239,226)
#EFF7EF
(239,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81A76D color. Also use rgb(129,167,109) instead hex code.

Text Font Color

.myTextColor { color: #81A76D; }

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

This text font color is #81A76D.

Background Color

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

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

This div background color is #81A76D.

Border color

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

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

This div border color is #81A76D.

Opacity

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

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

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

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

This text has shadow with #81A76D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #81A76D.

Preview

Color preview on black background

This text has color #81A76D on black background.


Color preview on white background

This text has color #81A76D on white background.


Black color preview on #81A76D background

This text has black color on #81A76D background.


White color preview on #81A76D background

This text has white color on #81A76D background.


Related colors

Complementary color

Complementary color for #hex is #7E5892.


I love getcolorcode.com

Triadic colors

1 #6D81A7 and #A76D81 with #81A76D are triadic colors.

2 #6DA781 and #A7816D with #81A76D are triadic colors.