COLOR #84A764

HEX: #84A764 RGB: (132,167,100)

Color info

#84A764 contains mainly red and green colors. Web safe color of #84A764 is #999966 (or #996).

RGB color model

#84A764 color RGB value is (132,167,100).

RGB: (132,167,100) (52%, 65%, 39%)

RGB channels and saturation

R 132 of 255 = 52%
G 167 of 255 = 65%
B 100 of 255 = 39%

132
167
100

R + G + B ~ 52%. #84A764 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 167 + 100 = 399 (100%)
R 132 of 399 ~ 33.08%
G 167 of 399 ~ 41.85%
B 100 of 399 ~ 25.06'%

%33.08
%41.85
%25.06

CMYK color model

#84A764 color CMYK value is (21,0,40,35).

  • cyan value is 20.96%
  • magenta value is 0.00%
  • yellow value is 40.12%
  • key color value is 34.51%

CMYK: (21,0,40,35)
C21M0Y40K35 (21%, 0%, 40%, 35%)
(0.21 / 0.00 / 0.40 / 0.35)

CMYK percentages

%20.96
%0
%40.12
%34.51

Codes

Color #84A764 in popluar color models

84 A7 64
RGB 132 167 100
HSL 91° 27.57% 52.35%
HSB/HSV 91° 40.12% 65.49%
CMYK 20.96% 0.00% 40.12%
34.51%

Color #84A764 in popluar number systems.

HEX 84 A7 64
Decimal 132 167 100
Binary 10000100 10100111 1100100
Octal 204 247 144

Shades and tints

Shades of #84A764

#84A764
(132,167,100)
#78985B
(120,152,91)
#6C8952
(108,137,82)
#607A49
(96,122,73)
#546B40
(84,107,64)
#485C37
(72,92,55)
#3C4D2E
(60,77,46)
#303E25
(48,62,37)
#242F1C
(36,47,28)
#182013
(24,32,19)
#0C110A
(12,17,10)
#000000
(0,0,0)

Tints of #84A764

#84A764
(132,167,100)
#8FAF72
(143,175,114)
#9AB780
(154,183,128)
#A5BF8E
(165,191,142)
#B0C79C
(176,199,156)
#BBCFAA
(187,207,170)
#C6D7B8
(198,215,184)
#D1DFC6
(209,223,198)
#DCE7D4
(220,231,212)
#E7EFE2
(231,239,226)
#F2F7F0
(242,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A764 color. Also use rgb(132,167,100) instead hex code.

Text Font Color

.myTextColor { color: #84A764; }

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

This text font color is #84A764.

Background Color

.myBgColor { background-color: #84A764; }

<div style="background-color:#84A764">Inner text</div>

This div background color is #84A764.

Border color

.myBorderColor { border: 1px solid #84A764; }

<div style="border:3px solid #84A764">Div</div>

This div border color is #84A764.

Opacity

.myOpacity80 { color: #84A764; opacity: 0.8; }

<p style="color:#84A764;opacity:0.8;">80%</p>

Text with #84A764 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 #84A764;}

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

This text has shadow with #84A764 color.


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

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

This text has shadow with #84A764 primary color and red secondary color.


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

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

This text has shadow with #84A764 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #84A764.

Preview

Color preview on black background

This text has color #84A764 on black background.


Color preview on white background

This text has color #84A764 on white background.


Black color preview on #84A764 background

This text has black color on #84A764 background.


White color preview on #84A764 background

This text has white color on #84A764 background.


Related colors

Complementary color

Complementary color for #hex is #7B589B.


I love getcolorcode.com

Triadic colors

1 #6484A7 and #A76484 with #84A764 are triadic colors.

2 #64A784 and #A78464 with #84A764 are triadic colors.