HEX: #84C072
RGB: (132,192,114)
#84C072 contains mainly green color. Web safe color of #84C072 is #99CC66 (or #9C6).
#84C072 color RGB value is (132,192,114).
RGB: (132,192,114)
(52%, 75%, 45%)
R 132 of 255 = 52%
G 192 of 255 = 75%
B 114 of 255 = 45%
R + G + B ~ 57%. #84C072 is middle color (not dark and not light).
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'%
#84C072 color CMYK value is (31,0,41,25).
CMYK: (31,0,41,25)
C31M0Y41K25 (31%, 0%, 41%, 25%)
(0.31 / 0.00 / 0.41 / 0.25)
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 of #84C072
Tints of #84C072
Examples of css and html codes for elements with #84C072 color. Also use rgb(132,192,114) instead hex code.
.myTextColor { color: #84C072; }
<p style="color:#84C072">This sample text font color is #84C072.</p>
This text font color is #84C072.
.myBgColor { background-color: #84C072; }
<div style="background-color:#84C072">Inner text</div>
This div background color is #84C072.
.myBorderColor { border: 1px solid #84C072; }
<div style="border:3px solid #84C072">Div</div>
This div border color is #84C072.
.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%.
.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.
/* 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 text has color #84C072 on black background.
This text has color #84C072 on white background.
This text has black color on #84C072 background.
This text has white color on #84C072 background.
Complementary color for #hex is #7B3F8D.