HEX: #76C372
RGB: (118,195,114)
#76C372 contains mainly green color. Web safe color of #76C372 is #66CC66 (or #6C6).
#76C372 color RGB value is (118,195,114).
RGB: (118,195,114)
(46%, 76%, 45%)
R 118 of 255 = 46%
G 195 of 255 = 76%
B 114 of 255 = 45%
R + G + B ~ 56%. #76C372 is middle color (not dark and not light).
R + G + B = 118 + 195 + 114 = 427 (100%)
R 118 of 427 ~ 27.63%
G 195 of 427 ~ 45.67%
B 114 of 427 ~ 26.7'%
#76C372 color CMYK value is (39,0,42,24).
CMYK: (39,0,42,24)
C39M0Y42K24 (39%, 0%, 42%, 24%)
(0.39 / 0.00 / 0.42 / 0.24)
Color #76C372 in popluar color models
76 | C3 | 72 | |
---|---|---|---|
RGB | 118 | 195 | 114 |
HSL | 117° | 40.30% | 60.59% |
HSB/HSV | 117° | 41.54% | 76.47% |
CMYK | 39.49% | 0.00% | 41.54% |
23.53% |
Color #76C372 in popluar number systems.
HEX | 76 | C3 | 72 |
Decimal | 118 | 195 | 114 |
Binary | 1110110 | 11000011 | 1110010 |
Octal | 166 | 303 | 162 |
Shades of #76C372
Tints of #76C372
Examples of css and html codes for elements with #76C372 color. Also use rgb(118,195,114) instead hex code.
.myTextColor { color: #76C372; }
<p style="color:#76C372">This sample text font color is #76C372.</p>
This text font color is #76C372.
.myBgColor { background-color: #76C372; }
<div style="background-color:#76C372">Inner text</div>
This div background color is #76C372.
.myBorderColor { border: 1px solid #76C372; }
<div style="border:3px solid #76C372">Div</div>
This div border color is #76C372.
.myOpacity80 { color: #76C372; opacity: 0.8; }
<p style="color:#76C372;opacity:0.8;">80%</p>
Text with #76C372 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76C372;}
<p style="text-shadow: 3px 3px 1px #76C372">Text here.</p>
This text has shadow with #76C372 color.
.textShadow {text-shadow: 3px 3px 1px #76C372', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76C372, 5px 5px 20px red">Text here.</p>
This text has shadow with #76C372 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76C372, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76C372, Direction=45, Strength=4)">Text</p>
This text has shadow with #76C372 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76C372;
-webkit-box-shadow: 1px 1px 3px 2px #76C372;
box-shadow: 1px 1px 3px 2px #76C372;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76C372; -webkit-box-shadow: 1px 1px 3px 2px #76C372; box-shadow:1px 1px 3px 2px #76C372;">
Div content here
</div>
This text has color #76C372 on black background.
This text has color #76C372 on white background.
This text has black color on #76C372 background.
This text has white color on #76C372 background.
Complementary color for #hex is #893C8D.