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