HEX: #76B56D
RGB: (118,181,109)
#76B56D contains mainly green color. Web safe color of #76B56D is #66CC66 (or #6C6).
#76B56D color RGB value is (118,181,109).
RGB: (118,181,109)
(46%, 71%, 43%)
R 118 of 255 = 46%
G 181 of 255 = 71%
B 109 of 255 = 43%
R + G + B ~ 53%. #76B56D is middle color (not dark and not light).
R + G + B = 118 + 181 + 109 = 408 (100%)
R 118 of 408 ~ 28.92%
G 181 of 408 ~ 44.36%
B 109 of 408 ~ 26.72'%
#76B56D color CMYK value is (35,0,40,29).
CMYK: (35,0,40,29) C35M0Y40K29 (35%,0%,40%,29%) (0.35/0.00/0.40/0.29)
Color #76B56D in popluar color models
76 | B5 | 6D | |
---|---|---|---|
RGB | 118 | 181 | 109 |
HSL | 113° | 32.73% | 56.86% |
HSB/HSV | 113° | 39.78% | 70.98% |
CMYK | 34.81% | 0.00% | 39.78% |
29.02% |
Color #76B56D in popluar number systems.
HEX | 76 | B5 | 6D |
Decimal | 118 | 181 | 109 |
Binary | 1110110 | 10110101 | 1101101 |
Octal | 166 | 265 | 155 |
Shades of #76B56D
Tints of #76B56D
Examples of css and html codes for elements with #76B56D color. Also use rgb(118,181,109) instead hex code.
.myTextColor { color: #76B56D; }
<p style="color:#76B56D">This sample text font color is #76B56D.</p>
This text font color is #76B56D.
.myBgColor { background-color: #76B56D; }
<div style="background-color:#76B56D">Inner text</div>
This div background color is #76B56D.
.myBorderColor { border: 1px solid #76B56D; }
<div style="border:3px solid #76B56D">Div</div>
This div border color is #76B56D.
.myOpacity80 { color: #76B56D; opacity: 0.8; }
<p style="color:#76B56D;opacity:0.8;">80%</p>
Text with #76B56D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76B56D;}
<p style="text-shadow: 3px 3px 1px #76B56D">Text here.</p>
This text has shadow with #76B56D color.
.textShadow {text-shadow: 3px 3px 1px #76B56D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76B56D, 5px 5px 20px red">Text here.</p>
This text has shadow with #76B56D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76B56D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76B56D, Direction=45, Strength=4)">Text</p>
This text has shadow with #76B56D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76B56D;
-webkit-box-shadow: 1px 1px 3px 2px #76B56D;
box-shadow: 1px 1px 3px 2px #76B56D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76B56D; -webkit-box-shadow: 1px 1px 3px 2px #76B56D; box-shadow:1px 1px 3px 2px #76B56D;">
Div content here
</div>
This text has color #76B56D on black background.
This text has color #76B56D on white background.
This text has black color on #76B56D background.
This text has white color on #76B56D background.
Complementary color for #hex is #894A92.