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