HEX: #76B471
RGB: (118,180,113)
#76B471 contains mainly green color. Web safe color of #76B471 is #66CC66 (or #6C6).
#76B471 color RGB value is (118,180,113).
RGB: (118,180,113)
(46%, 71%, 44%)
R 118 of 255 = 46%
G 180 of 255 = 71%
B 113 of 255 = 44%
R + G + B ~ 54%. #76B471 is middle color (not dark and not light).
R + G + B = 118 + 180 + 113 = 411 (100%)
R 118 of 411 ~ 28.71%
G 180 of 411 ~ 43.8%
B 113 of 411 ~ 27.49'%
#76B471 color CMYK value is (34,0,37,29).
CMYK: (34,0,37,29)
C34M0Y37K29 (34%, 0%, 37%, 29%)
(0.34 / 0.00 / 0.37 / 0.29)
Color #76B471 in popluar color models
76 | B4 | 71 | |
---|---|---|---|
RGB | 118 | 180 | 113 |
HSL | 116° | 30.88% | 57.45% |
HSB/HSV | 116° | 37.22% | 70.59% |
CMYK | 34.44% | 0.00% | 37.22% |
29.41% |
Color #76B471 in popluar number systems.
HEX | 76 | B4 | 71 |
Decimal | 118 | 180 | 113 |
Binary | 1110110 | 10110100 | 1110001 |
Octal | 166 | 264 | 161 |
Shades of #76B471
Tints of #76B471
Examples of css and html codes for elements with #76B471 color. Also use rgb(118,180,113) instead hex code.
.myTextColor { color: #76B471; }
<p style="color:#76B471">This sample text font color is #76B471.</p>
This text font color is #76B471.
.myBgColor { background-color: #76B471; }
<div style="background-color:#76B471">Inner text</div>
This div background color is #76B471.
.myBorderColor { border: 1px solid #76B471; }
<div style="border:3px solid #76B471">Div</div>
This div border color is #76B471.
.myOpacity80 { color: #76B471; opacity: 0.8; }
<p style="color:#76B471;opacity:0.8;">80%</p>
Text with #76B471 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76B471;}
<p style="text-shadow: 3px 3px 1px #76B471">Text here.</p>
This text has shadow with #76B471 color.
.textShadow {text-shadow: 3px 3px 1px #76B471', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76B471, 5px 5px 20px red">Text here.</p>
This text has shadow with #76B471 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76B471, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76B471, Direction=45, Strength=4)">Text</p>
This text has shadow with #76B471 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76B471;
-webkit-box-shadow: 1px 1px 3px 2px #76B471;
box-shadow: 1px 1px 3px 2px #76B471;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76B471; -webkit-box-shadow: 1px 1px 3px 2px #76B471; box-shadow:1px 1px 3px 2px #76B471;">
Div content here
</div>
This text has color #76B471 on black background.
This text has color #76B471 on white background.
This text has black color on #76B471 background.
This text has white color on #76B471 background.
Complementary color for #hex is #894B8E.