COLOR #81B972

HEX: #81B972 RGB: (129,185,114)

Color info

#81B972 contains mainly red and green colors. Web safe color of #81B972 is #99CC66 (or #9C6).

RGB color model

#81B972 color RGB value is (129,185,114).

RGB: (129,185,114) (51%, 73%, 45%)

RGB channels and saturation

R 129 of 255 = 51%
G 185 of 255 = 73%
B 114 of 255 = 45%

129
185
114

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

Portions of RGB colors in percentages

R + G + B = 129 + 185 + 114 = 428 (100%)
R 129 of 428 ~ 30.14%
G 185 of 428 ~ 43.22%
B 114 of 428 ~ 26.64'%

%30.14
%43.22
%26.64

CMYK color model

#81B972 color CMYK value is (30,0,38,27).

  • cyan value is 30.27%
  • magenta value is 0.00%
  • yellow value is 38.38%
  • key color value is 27.45%

CMYK: (30,0,38,27)
C30M0Y38K27 (30%, 0%, 38%, 27%)
(0.30 / 0.00 / 0.38 / 0.27)

CMYK percentages

%30.27
%0
%38.38
%27.45

Codes

Color #81B972 in popluar color models

81 B9 72
RGB 129 185 114
HSL 107° 33.65% 58.63%
HSB/HSV 107° 38.38% 72.55%
CMYK 30.27% 0.00% 38.38%
27.45%

Color #81B972 in popluar number systems.

HEX 81 B9 72
Decimal 129 185 114
Binary 10000001 10111001 1110010
Octal 201 271 162

Shades and tints

Shades of #81B972

#81B972
(129,185,114)
#76A968
(118,169,104)
#6B995E
(107,153,94)
#608954
(96,137,84)
#55794A
(85,121,74)
#4A6940
(74,105,64)
#3F5936
(63,89,54)
#34492C
(52,73,44)
#293922
(41,57,34)
#1E2918
(30,41,24)
#13190E
(19,25,14)
#000000
(0,0,0)

Tints of #81B972

#81B972
(129,185,114)
#8CBF7E
(140,191,126)
#97C58A
(151,197,138)
#A2CB96
(162,203,150)
#ADD1A2
(173,209,162)
#B8D7AE
(184,215,174)
#C3DDBA
(195,221,186)
#CEE3C6
(206,227,198)
#D9E9D2
(217,233,210)
#E4EFDE
(228,239,222)
#EFF5EA
(239,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81B972 color. Also use rgb(129,185,114) instead hex code.

Text Font Color

.myTextColor { color: #81B972; }

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

This text font color is #81B972.

Background Color

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

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

This div background color is #81B972.

Border color

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

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

This div border color is #81B972.

Opacity

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

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

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

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

This text has shadow with #81B972 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #81B972.

Preview

Color preview on black background

This text has color #81B972 on black background.


Color preview on white background

This text has color #81B972 on white background.


Black color preview on #81B972 background

This text has black color on #81B972 background.


White color preview on #81B972 background

This text has white color on #81B972 background.


Related colors

Complementary color

Complementary color for #hex is #7E468D.


I love getcolorcode.com

Triadic colors

1 #7281B9 and #B97281 with #81B972 are triadic colors.

2 #72B981 and #B98172 with #81B972 are triadic colors.