COLOR #84C072

HEX: #84C072 RGB: (132,192,114)

Color info

#84C072 contains mainly green color. Web safe color of #84C072 is #99CC66 (or #9C6).

RGB color model

#84C072 color RGB value is (132,192,114).

RGB: (132,192,114) (52%, 75%, 45%)

RGB channels and saturation

R 132 of 255 = 52%
G 192 of 255 = 75%
B 114 of 255 = 45%

132
192
114

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

Portions of RGB colors in percentages

R + G + B = 132 + 192 + 114 = 438 (100%)
R 132 of 438 ~ 30.14%
G 192 of 438 ~ 43.84%
B 114 of 438 ~ 26.03'%

%30.14
%43.84
%26.03

CMYK color model

#84C072 color CMYK value is (31,0,41,25).

  • cyan value is 31.25%
  • magenta value is 0.00%
  • yellow value is 40.63%
  • key color value is 24.71%

CMYK: (31,0,41,25)
C31M0Y41K25 (31%, 0%, 41%, 25%)
(0.31 / 0.00 / 0.41 / 0.25)

CMYK percentages

%31.25
%0
%40.63
%24.71

Codes

Color #84C072 in popluar color models

84 C0 72
RGB 132 192 114
HSL 106° 38.24% 60.00%
HSB/HSV 106° 40.63% 75.29%
CMYK 31.25% 0.00% 40.63%
24.71%

Color #84C072 in popluar number systems.

HEX 84 C0 72
Decimal 132 192 114
Binary 10000100 11000000 1110010
Octal 204 300 162

Shades and tints

Shades of #84C072

#84C072
(132,192,114)
#78AF68
(120,175,104)
#6C9E5E
(108,158,94)
#608D54
(96,141,84)
#547C4A
(84,124,74)
#486B40
(72,107,64)
#3C5A36
(60,90,54)
#30492C
(48,73,44)
#243822
(36,56,34)
#182718
(24,39,24)
#0C160E
(12,22,14)
#000000
(0,0,0)

Tints of #84C072

#84C072
(132,192,114)
#8FC57E
(143,197,126)
#9ACA8A
(154,202,138)
#A5CF96
(165,207,150)
#B0D4A2
(176,212,162)
#BBD9AE
(187,217,174)
#C6DEBA
(198,222,186)
#D1E3C6
(209,227,198)
#DCE8D2
(220,232,210)
#E7EDDE
(231,237,222)
#F2F2EA
(242,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84C072 color. Also use rgb(132,192,114) instead hex code.

Text Font Color

.myTextColor { color: #84C072; }

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

This text font color is #84C072.

Background Color

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

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

This div background color is #84C072.

Border color

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

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

This div border color is #84C072.

Opacity

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

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

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

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

This text has shadow with #84C072 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84C072.

Preview

Color preview on black background

This text has color #84C072 on black background.


Color preview on white background

This text has color #84C072 on white background.


Black color preview on #84C072 background

This text has black color on #84C072 background.


White color preview on #84C072 background

This text has white color on #84C072 background.


Related colors

Complementary color

Complementary color for #hex is #7B3F8D.


I love getcolorcode.com

Triadic colors

1 #7284C0 and #C07284 with #84C072 are triadic colors.

2 #72C084 and #C08472 with #84C072 are triadic colors.