HEX: #76B889
RGB: (118,184,137)
#76B889 contains mainly green and blue colors. Web safe color of #76B889 is #66CC99 (or #6C9).
#76B889 color RGB value is (118,184,137).
RGB: (118,184,137)
(46%, 72%, 54%)
R 118 of 255 = 46%
G 184 of 255 = 72%
B 137 of 255 = 54%
R + G + B ~ 57%. #76B889 is middle color (not dark and not light).
R + G + B = 118 + 184 + 137 = 439 (100%)
R 118 of 439 ~ 26.88%
G 184 of 439 ~ 41.91%
B 137 of 439 ~ 31.21'%
#76B889 color CMYK value is (36,0,26,28).
CMYK: (36,0,26,28)
C36M0Y26K28 (36%, 0%, 26%, 28%)
(0.36 / 0.00 / 0.26 / 0.28)
Color #76B889 in popluar color models
76 | B8 | 89 | |
---|---|---|---|
RGB | 118 | 184 | 137 |
HSL | 137° | 31.73% | 59.22% |
HSB/HSV | 137° | 35.87% | 72.16% |
CMYK | 35.87% | 0.00% | 25.54% |
27.84% |
Color #76B889 in popluar number systems.
HEX | 76 | B8 | 89 |
Decimal | 118 | 184 | 137 |
Binary | 1110110 | 10111000 | 10001001 |
Octal | 166 | 270 | 211 |
Shades of #76B889
Tints of #76B889
Examples of css and html codes for elements with #76B889 color. Also use rgb(118,184,137) instead hex code.
.myTextColor { color: #76B889; }
<p style="color:#76B889">This sample text font color is #76B889.</p>
This text font color is #76B889.
.myBgColor { background-color: #76B889; }
<div style="background-color:#76B889">Inner text</div>
This div background color is #76B889.
.myBorderColor { border: 1px solid #76B889; }
<div style="border:3px solid #76B889">Div</div>
This div border color is #76B889.
.myOpacity80 { color: #76B889; opacity: 0.8; }
<p style="color:#76B889;opacity:0.8;">80%</p>
Text with #76B889 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76B889;}
<p style="text-shadow: 3px 3px 1px #76B889">Text here.</p>
This text has shadow with #76B889 color.
.textShadow {text-shadow: 3px 3px 1px #76B889', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76B889, 5px 5px 20px red">Text here.</p>
This text has shadow with #76B889 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76B889, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76B889, Direction=45, Strength=4)">Text</p>
This text has shadow with #76B889 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76B889;
-webkit-box-shadow: 1px 1px 3px 2px #76B889;
box-shadow: 1px 1px 3px 2px #76B889;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76B889; -webkit-box-shadow: 1px 1px 3px 2px #76B889; box-shadow:1px 1px 3px 2px #76B889;">
Div content here
</div>
This text has color #76B889 on black background.
This text has color #76B889 on white background.
This text has black color on #76B889 background.
This text has white color on #76B889 background.
Complementary color for #hex is #894776.