HEX: #76C96C
RGB: (118,201,108)
#76C96C contains mainly green color. Web safe color of #76C96C is #66CC66 (or #6C6).
#76C96C color RGB value is (118,201,108).
RGB: (118,201,108)
(46%, 79%, 42%)
R 118 of 255 = 46%
G 201 of 255 = 79%
B 108 of 255 = 42%
R + G + B ~ 56%. #76C96C is middle color (not dark and not light).
R + G + B = 118 + 201 + 108 = 427 (100%)
R 118 of 427 ~ 27.63%
G 201 of 427 ~ 47.07%
B 108 of 427 ~ 25.29'%
#76C96C color CMYK value is (41,0,46,21).
CMYK: (41,0,46,21) C41M0Y46K21 (41%,0%,46%,21%) (0.41/0.00/0.46/0.21)
Color #76C96C in popluar color models
76 | C9 | 6C | |
---|---|---|---|
RGB | 118 | 201 | 108 |
HSL | 114° | 46.27% | 60.59% |
HSB/HSV | 114° | 46.27% | 78.82% |
CMYK | 41.29% | 0.00% | 46.27% |
21.18% |
Color #76C96C in popluar number systems.
HEX | 76 | C9 | 6C |
Decimal | 118 | 201 | 108 |
Binary | 1110110 | 11001001 | 1101100 |
Octal | 166 | 311 | 154 |
Shades of #76C96C
Tints of #76C96C
Examples of css and html codes for elements with #76C96C color. Also use rgb(118,201,108) instead hex code.
.myTextColor { color: #76C96C; }
<p style="color:#76C96C">This sample text font color is #76C96C.</p>
This text font color is #76C96C.
.myBgColor { background-color: #76C96C; }
<div style="background-color:#76C96C">Inner text</div>
This div background color is #76C96C.
.myBorderColor { border: 1px solid #76C96C; }
<div style="border:3px solid #76C96C">Div</div>
This div border color is #76C96C.
.myOpacity80 { color: #76C96C; opacity: 0.8; }
<p style="color:#76C96C;opacity:0.8;">80%</p>
Text with #76C96C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76C96C;}
<p style="text-shadow: 3px 3px 1px #76C96C">Text here.</p>
This text has shadow with #76C96C color.
.textShadow {text-shadow: 3px 3px 1px #76C96C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76C96C, 5px 5px 20px red">Text here.</p>
This text has shadow with #76C96C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76C96C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76C96C, Direction=45, Strength=4)">Text</p>
This text has shadow with #76C96C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76C96C;
-webkit-box-shadow: 1px 1px 3px 2px #76C96C;
box-shadow: 1px 1px 3px 2px #76C96C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76C96C; -webkit-box-shadow: 1px 1px 3px 2px #76C96C; box-shadow:1px 1px 3px 2px #76C96C;">
Div content here
</div>
This text has color #76C96C on black background.
This text has color #76C96C on white background.
This text has black color on #76C96C background.
This text has white color on #76C96C background.
Complementary color for #hex is #893693.