COLOR #81AD78

HEX: #81AD78 RGB: (129,173,120)

Color info

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

RGB color model

#81AD78 color RGB value is (129,173,120).

RGB: (129,173,120) (51%, 68%, 47%)

RGB channels and saturation

R 129 of 255 = 51%
G 173 of 255 = 68%
B 120 of 255 = 47%

129
173
120

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

Portions of RGB colors in percentages

R + G + B = 129 + 173 + 120 = 422 (100%)
R 129 of 422 ~ 30.57%
G 173 of 422 ~ 41%
B 120 of 422 ~ 28.44'%

%30.57
%41
%28.44

CMYK color model

#81AD78 color CMYK value is (25,0,31,32).

  • cyan value is 25.43%
  • magenta value is 0.00%
  • yellow value is 30.64%
  • key color value is 32.16%

CMYK: (25,0,31,32)
C25M0Y31K32 (25%, 0%, 31%, 32%)
(0.25 / 0.00 / 0.31 / 0.32)

CMYK percentages

%25.43
%0
%30.64
%32.16

Codes

Color #81AD78 in popluar color models

81 AD 78
RGB 129 173 120
HSL 110° 24.42% 57.45%
HSB/HSV 110° 30.64% 67.84%
CMYK 25.43% 0.00% 30.64%
32.16%

Color #81AD78 in popluar number systems.

HEX 81 AD 78
Decimal 129 173 120
Binary 10000001 10101101 1111000
Octal 201 255 170

Shades and tints

Shades of #81AD78

#81AD78
(129,173,120)
#769E6E
(118,158,110)
#6B8F64
(107,143,100)
#60805A
(96,128,90)
#557150
(85,113,80)
#4A6246
(74,98,70)
#3F533C
(63,83,60)
#344432
(52,68,50)
#293528
(41,53,40)
#1E261E
(30,38,30)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #81AD78

#81AD78
(129,173,120)
#8CB484
(140,180,132)
#97BB90
(151,187,144)
#A2C29C
(162,194,156)
#ADC9A8
(173,201,168)
#B8D0B4
(184,208,180)
#C3D7C0
(195,215,192)
#CEDECC
(206,222,204)
#D9E5D8
(217,229,216)
#E4ECE4
(228,236,228)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81AD78 color. Also use rgb(129,173,120) instead hex code.

Text Font Color

.myTextColor { color: #81AD78; }

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

This text font color is #81AD78.

Background Color

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

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

This div background color is #81AD78.

Border color

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

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

This div border color is #81AD78.

Opacity

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

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

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

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

This text has shadow with #81AD78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #81AD78.

Preview

Color preview on black background

This text has color #81AD78 on black background.


Color preview on white background

This text has color #81AD78 on white background.


Black color preview on #81AD78 background

This text has black color on #81AD78 background.


White color preview on #81AD78 background

This text has white color on #81AD78 background.


Related colors

Complementary color

Complementary color for #hex is #7E5287.


I love getcolorcode.com

Triadic colors

1 #7881AD and #AD7881 with #81AD78 are triadic colors.

2 #78AD81 and #AD8178 with #81AD78 are triadic colors.