HEX: #76BA64
RGB: (118,186,100)
#76BA64 contains mainly green color. Web safe color of #76BA64 is #66CC66 (or #6C6).
#76BA64 color RGB value is (118,186,100).
RGB: (118,186,100)
(46%, 73%, 39%)
R 118 of 255 = 46%
G 186 of 255 = 73%
B 100 of 255 = 39%
R + G + B ~ 53%. #76BA64 is middle color (not dark and not light).
R + G + B = 118 + 186 + 100 = 404 (100%)
R 118 of 404 ~ 29.21%
G 186 of 404 ~ 46.04%
B 100 of 404 ~ 24.75'%
#76BA64 color CMYK value is (37,0,46,27).
CMYK: (37,0,46,27) C37M0Y46K27 (37%,0%,46%,27%) (0.37/0.00/0.46/0.27)
Color #76BA64 in popluar color models
76 | BA | 64 | |
---|---|---|---|
RGB | 118 | 186 | 100 |
HSL | 107° | 38.39% | 56.08% |
HSB/HSV | 107° | 46.24% | 72.94% |
CMYK | 36.56% | 0.00% | 46.24% |
27.06% |
Color #76BA64 in popluar number systems.
HEX | 76 | BA | 64 |
Decimal | 118 | 186 | 100 |
Binary | 1110110 | 10111010 | 1100100 |
Octal | 166 | 272 | 144 |
Shades of #76BA64
Tints of #76BA64
Examples of css and html codes for elements with #76BA64 color. Also use rgb(118,186,100) instead hex code.
.myTextColor { color: #76BA64; }
<p style="color:#76BA64">This sample text font color is #76BA64.</p>
This text font color is #76BA64.
.myBgColor { background-color: #76BA64; }
<div style="background-color:#76BA64">Inner text</div>
This div background color is #76BA64.
.myBorderColor { border: 1px solid #76BA64; }
<div style="border:3px solid #76BA64">Div</div>
This div border color is #76BA64.
.myOpacity80 { color: #76BA64; opacity: 0.8; }
<p style="color:#76BA64;opacity:0.8;">80%</p>
Text with #76BA64 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76BA64;}
<p style="text-shadow: 3px 3px 1px #76BA64">Text here.</p>
This text has shadow with #76BA64 color.
.textShadow {text-shadow: 3px 3px 1px #76BA64', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76BA64, 5px 5px 20px red">Text here.</p>
This text has shadow with #76BA64 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76BA64, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76BA64, Direction=45, Strength=4)">Text</p>
This text has shadow with #76BA64 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76BA64;
-webkit-box-shadow: 1px 1px 3px 2px #76BA64;
box-shadow: 1px 1px 3px 2px #76BA64;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76BA64; -webkit-box-shadow: 1px 1px 3px 2px #76BA64; box-shadow:1px 1px 3px 2px #76BA64;">
Div content here
</div>
This text has color #76BA64 on black background.
This text has color #76BA64 on white background.
This text has black color on #76BA64 background.
This text has white color on #76BA64 background.
Complementary color for #hex is #89459B.