HEX: #76C48C
RGB: (118,196,140)
#76C48C contains mainly green and blue colors. Web safe color of #76C48C is #66CC99 (or #6C9).
#76C48C color RGB value is (118,196,140).
RGB: (118,196,140)
(46%, 77%, 55%)
R 118 of 255 = 46%
G 196 of 255 = 77%
B 140 of 255 = 55%
R + G + B ~ 59%. #76C48C is middle color (not dark and not light).
R + G + B = 118 + 196 + 140 = 454 (100%)
R 118 of 454 ~ 25.99%
G 196 of 454 ~ 43.17%
B 140 of 454 ~ 30.84'%
#76C48C color CMYK value is (40,0,29,23).
CMYK: (40,0,29,23)
C40M0Y29K23 (40%, 0%, 29%, 23%)
(0.40 / 0.00 / 0.29 / 0.23)
Color #76C48C in popluar color models
76 | C4 | 8C | |
---|---|---|---|
RGB | 118 | 196 | 140 |
HSL | 137° | 39.80% | 61.57% |
HSB/HSV | 137° | 39.80% | 76.86% |
CMYK | 39.80% | 0.00% | 28.57% |
23.14% |
Color #76C48C in popluar number systems.
HEX | 76 | C4 | 8C |
Decimal | 118 | 196 | 140 |
Binary | 1110110 | 11000100 | 10001100 |
Octal | 166 | 304 | 214 |
Shades of #76C48C
Tints of #76C48C
Examples of css and html codes for elements with #76C48C color. Also use rgb(118,196,140) instead hex code.
.myTextColor { color: #76C48C; }
<p style="color:#76C48C">This sample text font color is #76C48C.</p>
This text font color is #76C48C.
.myBgColor { background-color: #76C48C; }
<div style="background-color:#76C48C">Inner text</div>
This div background color is #76C48C.
.myBorderColor { border: 1px solid #76C48C; }
<div style="border:3px solid #76C48C">Div</div>
This div border color is #76C48C.
.myOpacity80 { color: #76C48C; opacity: 0.8; }
<p style="color:#76C48C;opacity:0.8;">80%</p>
Text with #76C48C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76C48C;}
<p style="text-shadow: 3px 3px 1px #76C48C">Text here.</p>
This text has shadow with #76C48C color.
.textShadow {text-shadow: 3px 3px 1px #76C48C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76C48C, 5px 5px 20px red">Text here.</p>
This text has shadow with #76C48C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76C48C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76C48C, Direction=45, Strength=4)">Text</p>
This text has shadow with #76C48C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76C48C;
-webkit-box-shadow: 1px 1px 3px 2px #76C48C;
box-shadow: 1px 1px 3px 2px #76C48C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76C48C; -webkit-box-shadow: 1px 1px 3px 2px #76C48C; box-shadow:1px 1px 3px 2px #76C48C;">
Div content here
</div>
This text has color #76C48C on black background.
This text has color #76C48C on white background.
This text has black color on #76C48C background.
This text has white color on #76C48C background.
Complementary color for #hex is #893B73.