HEX: #73B17D
RGB: (115,177,125)
#73B17D contains mainly green and blue colors. Web safe color of #73B17D is #669966 (or #696).
#73B17D color RGB value is (115,177,125).
RGB: (115,177,125)
(45%, 69%, 49%)
R 115 of 255 = 45%
G 177 of 255 = 69%
B 125 of 255 = 49%
R + G + B ~ 54%. #73B17D is middle color (not dark and not light).
R + G + B = 115 + 177 + 125 = 417 (100%)
R 115 of 417 ~ 27.58%
G 177 of 417 ~ 42.45%
B 125 of 417 ~ 29.98'%
#73B17D color CMYK value is (35,0,29,31).
CMYK: (35,0,29,31)
C35M0Y29K31 (35%, 0%, 29%, 31%)
(0.35 / 0.00 / 0.29 / 0.31)
Color #73B17D in popluar color models
73 | B1 | 7D | |
---|---|---|---|
RGB | 115 | 177 | 125 |
HSL | 130° | 28.44% | 57.25% |
HSB/HSV | 130° | 35.03% | 69.41% |
CMYK | 35.03% | 0.00% | 29.38% |
30.59% |
Color #73B17D in popluar number systems.
HEX | 73 | B1 | 7D |
Decimal | 115 | 177 | 125 |
Binary | 1110011 | 10110001 | 1111101 |
Octal | 163 | 261 | 175 |
Shades of #73B17D
Tints of #73B17D
Examples of css and html codes for elements with #73B17D color. Also use rgb(115,177,125) instead hex code.
.myTextColor { color: #73B17D; }
<p style="color:#73B17D">This sample text font color is #73B17D.</p>
This text font color is #73B17D.
.myBgColor { background-color: #73B17D; }
<div style="background-color:#73B17D">Inner text</div>
This div background color is #73B17D.
.myBorderColor { border: 1px solid #73B17D; }
<div style="border:3px solid #73B17D">Div</div>
This div border color is #73B17D.
.myOpacity80 { color: #73B17D; opacity: 0.8; }
<p style="color:#73B17D;opacity:0.8;">80%</p>
Text with #73B17D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #73B17D;}
<p style="text-shadow: 3px 3px 1px #73B17D">Text here.</p>
This text has shadow with #73B17D color.
.textShadow {text-shadow: 3px 3px 1px #73B17D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #73B17D, 5px 5px 20px red">Text here.</p>
This text has shadow with #73B17D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#73B17D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#73B17D, Direction=45, Strength=4)">Text</p>
This text has shadow with #73B17D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #73B17D;
-webkit-box-shadow: 1px 1px 3px 2px #73B17D;
box-shadow: 1px 1px 3px 2px #73B17D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #73B17D; -webkit-box-shadow: 1px 1px 3px 2px #73B17D; box-shadow:1px 1px 3px 2px #73B17D;">
Div content here
</div>
This text has color #73B17D on black background.
This text has color #73B17D on white background.
This text has black color on #73B17D background.
This text has white color on #73B17D background.
Complementary color for #hex is #8C4E82.