COLOR #81BB74

HEX: #81BB74
RGB: (129,187,116)

Color info

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

RGB color model

#81BB74 color RGB value is (129,187,116).

  • red value is 129;
  • green value is 187;
  • blue value is 116.
RGB:
(129,187,116)
(51%,73%,45%)

RGB channels and saturation

R 129 of 255 = 51%
G 187 of 255 = 73%
B 116 of 255 = 45%

129
187
116

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

Portions of RGB colors in percentages

R + G + B =
129 + 187 + 116 = 432 (100%)
R 129 of 432 ~ 29.86%
G 187 of 432 ~ 43.29%
B 116 of 432 ~ 26.85%

%29.86
%43.29
%26.85

CMYK color model

#81BB74 color CMYK value is (31,0,38,27).

  • cyan value is 31.02%
  • magenta value is 0.00%
  • yellow value is 37.97%
  • key color value is 26.67%
CMYK:
(31,0,38,27)
C31M0Y38K27 
(31%,0%,38%,27%)
(0.31/0.00/0.38/0.27)	

CMYK percentages

%31.02
%0
%37.97
%26.67

Codes

Color #81BB74 in popluar color models

81BB74
RGB129187116
HSL109°34.30%59.41%
HSB/HSV109°37.97%73.33%
CMYK31.02%0.00%37.97%
26.67%

Color #81BB74 in popluar number systems.

HEX81BB74
Decimal129187116
Binary10000001101110111110100
Octal201273164

Shades and tints

Shades of #81BB74

#81BB74
(129,187,116)
#76AA6A
(118,170,106)
#6B9960
(107,153,96)
#608856
(96,136,86)
#55774C
(85,119,76)
#4A6642
(74,102,66)
#3F5538
(63,85,56)
#34442E
(52,68,46)
#293324
(41,51,36)
#1E221A
(30,34,26)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #81BB74

#81BB74
(129,187,116)
#8CC180
(140,193,128)
#97C78C
(151,199,140)
#A2CD98
(162,205,152)
#ADD3A4
(173,211,164)
#B8D9B0
(184,217,176)
#C3DFBC
(195,223,188)
#CEE5C8
(206,229,200)
#D9EBD4
(217,235,212)
#E4F1E0
(228,241,224)
#EFF7EC
(239,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81BB74 color. Also use rgb(129,187,116) instead hex code.

Text Font Color

.myTextColor { color: #81BB74; }

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

This text font color is #81BB74.


Background Color

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

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

This div background color is #81BB74.


Border color

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

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

This div border color is #81BB74.


Opacity

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

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

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

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

This text has shadow with #81BB74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81BB74 on black background.


Color preview on white background

This text has color #81BB74 on white background.



Black color preview on #81BB74 background

This text has black color on #81BB74 background.


White color preview on #81BB74 background

This text has white color on #81BB74 background.