COLOR #81B764

HEX: #81B764 RGB: (129,183,100)

Color info

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

RGB color model

#81B764 color RGB value is (129,183,100).

RGB: (129,183,100) (51%, 72%, 39%)

RGB channels and saturation

R 129 of 255 = 51%
G 183 of 255 = 72%
B 100 of 255 = 39%

129
183
100

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

Portions of RGB colors in percentages

R + G + B = 129 + 183 + 100 = 412 (100%)
R 129 of 412 ~ 31.31%
G 183 of 412 ~ 44.42%
B 100 of 412 ~ 24.27'%

%31.31
%44.42
%24.27

CMYK color model

#81B764 color CMYK value is (30,0,45,28).

  • cyan value is 29.51%
  • magenta value is 0.00%
  • yellow value is 45.36%
  • key color value is 28.24%

CMYK: (30,0,45,28)
C30M0Y45K28 (30%, 0%, 45%, 28%)
(0.30 / 0.00 / 0.45 / 0.28)

CMYK percentages

%29.51
%0
%45.36
%28.24

Codes

Color #81B764 in popluar color models

81 B7 64
RGB 129 183 100
HSL 99° 36.56% 55.49%
HSB/HSV 99° 45.36% 71.76%
CMYK 29.51% 0.00% 45.36%
28.24%

Color #81B764 in popluar number systems.

HEX 81 B7 64
Decimal 129 183 100
Binary 10000001 10110111 1100100
Octal 201 267 144

Shades and tints

Shades of #81B764

#81B764
(129,183,100)
#76A75B
(118,167,91)
#6B9752
(107,151,82)
#608749
(96,135,73)
#557740
(85,119,64)
#4A6737
(74,103,55)
#3F572E
(63,87,46)
#344725
(52,71,37)
#29371C
(41,55,28)
#1E2713
(30,39,19)
#13170A
(19,23,10)
#000000
(0,0,0)

Tints of #81B764

#81B764
(129,183,100)
#8CBD72
(140,189,114)
#97C380
(151,195,128)
#A2C98E
(162,201,142)
#ADCF9C
(173,207,156)
#B8D5AA
(184,213,170)
#C3DBB8
(195,219,184)
#CEE1C6
(206,225,198)
#D9E7D4
(217,231,212)
#E4EDE2
(228,237,226)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81B764 color. Also use rgb(129,183,100) instead hex code.

Text Font Color

.myTextColor { color: #81B764; }

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

This text font color is #81B764.

Background Color

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

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

This div background color is #81B764.

Border color

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

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

This div border color is #81B764.

Opacity

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

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

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

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

This text has shadow with #81B764 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #81B764.

Preview

Color preview on black background

This text has color #81B764 on black background.


Color preview on white background

This text has color #81B764 on white background.


Black color preview on #81B764 background

This text has black color on #81B764 background.


White color preview on #81B764 background

This text has white color on #81B764 background.


Related colors

Complementary color

Complementary color for #hex is #7E489B.


I love getcolorcode.com

Triadic colors

1 #6481B7 and #B76481 with #81B764 are triadic colors.

2 #64B781 and #B78164 with #81B764 are triadic colors.