COLOR #81A877

HEX: #81A877 RGB: (129,168,119)

Color info

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

RGB color model

#81A877 color RGB value is (129,168,119).

RGB: (129,168,119) (51%, 66%, 47%)

RGB channels and saturation

R 129 of 255 = 51%
G 168 of 255 = 66%
B 119 of 255 = 47%

129
168
119

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

Portions of RGB colors in percentages

R + G + B = 129 + 168 + 119 = 416 (100%)
R 129 of 416 ~ 31.01%
G 168 of 416 ~ 40.38%
B 119 of 416 ~ 28.61'%

%31.01
%40.38
%28.61

CMYK color model

#81A877 color CMYK value is (23,0,29,34).

  • cyan value is 23.21%
  • magenta value is 0.00%
  • yellow value is 29.17%
  • key color value is 34.12%

CMYK: (23,0,29,34)
C23M0Y29K34 (23%, 0%, 29%, 34%)
(0.23 / 0.00 / 0.29 / 0.34)

CMYK percentages

%23.21
%0
%29.17
%34.12

Codes

Color #81A877 in popluar color models

81 A8 77
RGB 129 168 119
HSL 108° 21.97% 56.27%
HSB/HSV 108° 29.17% 65.88%
CMYK 23.21% 0.00% 29.17%
34.12%

Color #81A877 in popluar number systems.

HEX 81 A8 77
Decimal 129 168 119
Binary 10000001 10101000 1110111
Octal 201 250 167

Shades and tints

Shades of #81A877

#81A877
(129,168,119)
#76996D
(118,153,109)
#6B8A63
(107,138,99)
#607B59
(96,123,89)
#556C4F
(85,108,79)
#4A5D45
(74,93,69)
#3F4E3B
(63,78,59)
#343F31
(52,63,49)
#293027
(41,48,39)
#1E211D
(30,33,29)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #81A877

#81A877
(129,168,119)
#8CAF83
(140,175,131)
#97B68F
(151,182,143)
#A2BD9B
(162,189,155)
#ADC4A7
(173,196,167)
#B8CBB3
(184,203,179)
#C3D2BF
(195,210,191)
#CED9CB
(206,217,203)
#D9E0D7
(217,224,215)
#E4E7E3
(228,231,227)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81A877 color. Also use rgb(129,168,119) instead hex code.

Text Font Color

.myTextColor { color: #81A877; }

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

This text font color is #81A877.

Background Color

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

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

This div background color is #81A877.

Border color

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

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

This div border color is #81A877.

Opacity

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

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

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

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

This text has shadow with #81A877 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #81A877.

Preview

Color preview on black background

This text has color #81A877 on black background.


Color preview on white background

This text has color #81A877 on white background.


Black color preview on #81A877 background

This text has black color on #81A877 background.


White color preview on #81A877 background

This text has white color on #81A877 background.


Related colors

Complementary color

Complementary color for #hex is #7E5788.


I love getcolorcode.com

Triadic colors

1 #7781A8 and #A87781 with #81A877 are triadic colors.

2 #77A881 and #A88177 with #81A877 are triadic colors.