COLOR #81B570

HEX: #81B570 RGB: (129,181,112)

Color info

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

RGB color model

#81B570 color RGB value is (129,181,112).

RGB: (129,181,112) (51%, 71%, 44%)

RGB channels and saturation

R 129 of 255 = 51%
G 181 of 255 = 71%
B 112 of 255 = 44%

129
181
112

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

Portions of RGB colors in percentages

R + G + B = 129 + 181 + 112 = 422 (100%)
R 129 of 422 ~ 30.57%
G 181 of 422 ~ 42.89%
B 112 of 422 ~ 26.54'%

%30.57
%42.89
%26.54

CMYK color model

#81B570 color CMYK value is (29,0,38,29).

  • cyan value is 28.73%
  • magenta value is 0.00%
  • yellow value is 38.12%
  • key color value is 29.02%
CMYK: (29,0,38,29) C29M0Y38K29 (29%,0%,38%,29%) (0.29/0.00/0.38/0.29) 

CMYK percentages

%28.73
%0
%38.12
%29.02

Codes

Color #81B570 in popluar color models

81 B5 70
RGB 129 181 112
HSL 105° 31.80% 57.45%
HSB/HSV 105° 38.12% 70.98%
CMYK 28.73% 0.00% 38.12%
29.02%

Color #81B570 in popluar number systems.

HEX 81 B5 70
Decimal 129 181 112
Binary 10000001 10110101 1110000
Octal 201 265 160

Shades and tints

Shades of #81B570

#81B570
(129,181,112)
#76A566
(118,165,102)
#6B955C
(107,149,92)
#608552
(96,133,82)
#557548
(85,117,72)
#4A653E
(74,101,62)
#3F5534
(63,85,52)
#34452A
(52,69,42)
#293520
(41,53,32)
#1E2516
(30,37,22)
#13150C
(19,21,12)
#000000
(0,0,0)

Tints of #81B570

#81B570
(129,181,112)
#8CBB7D
(140,187,125)
#97C18A
(151,193,138)
#A2C797
(162,199,151)
#ADCDA4
(173,205,164)
#B8D3B1
(184,211,177)
#C3D9BE
(195,217,190)
#CEDFCB
(206,223,203)
#D9E5D8
(217,229,216)
#E4EBE5
(228,235,229)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81B570 color. Also use rgb(129,181,112) instead hex code.

Text Font Color

.myTextColor { color: #81B570; }

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

This text font color is #81B570.

Background Color

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

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

This div background color is #81B570.

Border color

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

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

This div border color is #81B570.

Opacity

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

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

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

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

This text has shadow with #81B570 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #81B570.

Preview

Color preview on black background

This text has color #81B570 on black background.


Color preview on white background

This text has color #81B570 on white background.


Black color preview on #81B570 background

This text has black color on #81B570 background.


White color preview on #81B570 background

This text has white color on #81B570 background.


Related colors

Complementary color

Complementary color for #hex is #7E4A8F.


I love getcolorcode.com

Triadic colors

1 #7081B5 and #B57081 with #81B570 are triadic colors.

2 #70B581 and #B58170 with #81B570 are triadic colors.