HEX: #76BE61
RGB: (118,190,97)
#76BE61 contains mainly green color. Web safe color of #76BE61 is #66CC66 (or #6C6).
#76BE61 color RGB value is (118,190,97).
RGB: (118,190,97)
(46%, 75%, 38%)
R 118 of 255 = 46%
G 190 of 255 = 75%
B 97 of 255 = 38%
R + G + B ~ 53%. #76BE61 is middle color (not dark and not light).
R + G + B = 118 + 190 + 97 = 405 (100%)
R 118 of 405 ~ 29.14%
G 190 of 405 ~ 46.91%
B 97 of 405 ~ 23.95'%
#76BE61 color CMYK value is (38,0,49,25).
CMYK: (38,0,49,25)
C38M0Y49K25 (38%, 0%, 49%, 25%)
(0.38 / 0.00 / 0.49 / 0.25)
Color #76BE61 in popluar color models
76 | BE | 61 | |
---|---|---|---|
RGB | 118 | 190 | 97 |
HSL | 106° | 41.70% | 56.27% |
HSB/HSV | 106° | 48.95% | 74.51% |
CMYK | 37.89% | 0.00% | 48.95% |
25.49% |
Color #76BE61 in popluar number systems.
HEX | 76 | BE | 61 |
Decimal | 118 | 190 | 97 |
Binary | 1110110 | 10111110 | 1100001 |
Octal | 166 | 276 | 141 |
Shades of #76BE61
Tints of #76BE61
Examples of css and html codes for elements with #76BE61 color. Also use rgb(118,190,97) instead hex code.
.myTextColor { color: #76BE61; }
<p style="color:#76BE61">This sample text font color is #76BE61.</p>
This text font color is #76BE61.
.myBgColor { background-color: #76BE61; }
<div style="background-color:#76BE61">Inner text</div>
This div background color is #76BE61.
.myBorderColor { border: 1px solid #76BE61; }
<div style="border:3px solid #76BE61">Div</div>
This div border color is #76BE61.
.myOpacity80 { color: #76BE61; opacity: 0.8; }
<p style="color:#76BE61;opacity:0.8;">80%</p>
Text with #76BE61 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76BE61;}
<p style="text-shadow: 3px 3px 1px #76BE61">Text here.</p>
This text has shadow with #76BE61 color.
.textShadow {text-shadow: 3px 3px 1px #76BE61', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76BE61, 5px 5px 20px red">Text here.</p>
This text has shadow with #76BE61 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76BE61, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76BE61, Direction=45, Strength=4)">Text</p>
This text has shadow with #76BE61 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76BE61;
-webkit-box-shadow: 1px 1px 3px 2px #76BE61;
box-shadow: 1px 1px 3px 2px #76BE61;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76BE61; -webkit-box-shadow: 1px 1px 3px 2px #76BE61; box-shadow:1px 1px 3px 2px #76BE61;">
Div content here
</div>
This text has color #76BE61 on black background.
This text has color #76BE61 on white background.
This text has black color on #76BE61 background.
This text has white color on #76BE61 background.
Complementary color for #hex is #89419E.