HEX: #73B676
RGB: (115,182,118)
#73B676 contains mainly green color. Web safe color of #73B676 is #66CC66 (or #6C6).
#73B676 color RGB value is (115,182,118).
RGB: (115,182,118)
(45%, 71%, 46%)
R 115 of 255 = 45%
G 182 of 255 = 71%
B 118 of 255 = 46%
R + G + B ~ 54%. #73B676 is middle color (not dark and not light).
R + G + B = 115 + 182 + 118 = 415 (100%)
R 115 of 415 ~ 27.71%
G 182 of 415 ~ 43.86%
B 118 of 415 ~ 28.43'%
#73B676 color CMYK value is (37,0,35,29).
CMYK: (37,0,35,29) C37M0Y35K29 (37%,0%,35%,29%) (0.37/0.00/0.35/0.29)
Color #73B676 in popluar color models
73 | B6 | 76 | |
---|---|---|---|
RGB | 115 | 182 | 118 |
HSL | 123° | 31.46% | 58.24% |
HSB/HSV | 123° | 36.81% | 71.37% |
CMYK | 36.81% | 0.00% | 35.16% |
28.63% |
Color #73B676 in popluar number systems.
HEX | 73 | B6 | 76 |
Decimal | 115 | 182 | 118 |
Binary | 1110011 | 10110110 | 1110110 |
Octal | 163 | 266 | 166 |
Shades of #73B676
Tints of #73B676
Examples of css and html codes for elements with #73B676 color. Also use rgb(115,182,118) instead hex code.
.myTextColor { color: #73B676; }
<p style="color:#73B676">This sample text font color is #73B676.</p>
This text font color is #73B676.
.myBgColor { background-color: #73B676; }
<div style="background-color:#73B676">Inner text</div>
This div background color is #73B676.
.myBorderColor { border: 1px solid #73B676; }
<div style="border:3px solid #73B676">Div</div>
This div border color is #73B676.
.myOpacity80 { color: #73B676; opacity: 0.8; }
<p style="color:#73B676;opacity:0.8;">80%</p>
Text with #73B676 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #73B676;}
<p style="text-shadow: 3px 3px 1px #73B676">Text here.</p>
This text has shadow with #73B676 color.
.textShadow {text-shadow: 3px 3px 1px #73B676', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #73B676, 5px 5px 20px red">Text here.</p>
This text has shadow with #73B676 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#73B676, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#73B676, Direction=45, Strength=4)">Text</p>
This text has shadow with #73B676 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #73B676;
-webkit-box-shadow: 1px 1px 3px 2px #73B676;
box-shadow: 1px 1px 3px 2px #73B676;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #73B676; -webkit-box-shadow: 1px 1px 3px 2px #73B676; box-shadow:1px 1px 3px 2px #73B676;">
Div content here
</div>
This text has color #73B676 on black background.
This text has color #73B676 on white background.
This text has black color on #73B676 background.
This text has white color on #73B676 background.
Complementary color for #hex is #8C4989.