HEX: #88B576
RGB: (136,181,118)
#88B576 contains mainly red and green colors. Web safe color of #88B576 is #99CC66 (or #9C6).
#88B576 color RGB value is (136,181,118).
RGB: (136,181,118)
(53%, 71%, 46%)
R 136 of 255 = 53%
G 181 of 255 = 71%
B 118 of 255 = 46%
R + G + B ~ 57%. #88B576 is middle color (not dark and not light).
R + G + B = 136 + 181 + 118 = 435 (100%)
R 136 of 435 ~ 31.26%
G 181 of 435 ~ 41.61%
B 118 of 435 ~ 27.13'%
#88B576 color CMYK value is (25,0,35,29).
CMYK: (25,0,35,29) C25M0Y35K29 (25%,0%,35%,29%) (0.25/0.00/0.35/0.29)
Color #88B576 in popluar color models
88 | B5 | 76 | |
---|---|---|---|
RGB | 136 | 181 | 118 |
HSL | 103° | 29.86% | 58.63% |
HSB/HSV | 103° | 34.81% | 70.98% |
CMYK | 24.86% | 0.00% | 34.81% |
29.02% |
Color #88B576 in popluar number systems.
HEX | 88 | B5 | 76 |
Decimal | 136 | 181 | 118 |
Binary | 10001000 | 10110101 | 1110110 |
Octal | 210 | 265 | 166 |
Shades of #88B576
Tints of #88B576
Examples of css and html codes for elements with #88B576 color. Also use rgb(136,181,118) instead hex code.
.myTextColor { color: #88B576; }
<p style="color:#88B576">This sample text font color is #88B576.</p>
This text font color is #88B576.
.myBgColor { background-color: #88B576; }
<div style="background-color:#88B576">Inner text</div>
This div background color is #88B576.
.myBorderColor { border: 1px solid #88B576; }
<div style="border:3px solid #88B576">Div</div>
This div border color is #88B576.
.myOpacity80 { color: #88B576; opacity: 0.8; }
<p style="color:#88B576;opacity:0.8;">80%</p>
Text with #88B576 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #88B576;}
<p style="text-shadow: 3px 3px 1px #88B576">Text here.</p>
This text has shadow with #88B576 color.
.textShadow {text-shadow: 3px 3px 1px #88B576', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #88B576, 5px 5px 20px red">Text here.</p>
This text has shadow with #88B576 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#88B576, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#88B576, Direction=45, Strength=4)">Text</p>
This text has shadow with #88B576 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #88B576;
-webkit-box-shadow: 1px 1px 3px 2px #88B576;
box-shadow: 1px 1px 3px 2px #88B576;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #88B576; -webkit-box-shadow: 1px 1px 3px 2px #88B576; box-shadow:1px 1px 3px 2px #88B576;">
Div content here
</div>
This text has color #88B576 on black background.
This text has color #88B576 on white background.
This text has black color on #88B576 background.
This text has white color on #88B576 background.
Complementary color for #hex is #774A89.