HEX: #739A4D
RGB: (115,154,77)
#739A4D contains mainly red and green colors. Web safe color of #739A4D is #669933 (or #693).
#739A4D color RGB value is (115,154,77).
RGB: (115,154,77)
(45%, 60%, 30%)
R 115 of 255 = 45%
G 154 of 255 = 60%
B 77 of 255 = 30%
R + G + B ~ 45%. #739A4D is middle color (not dark and not light).
R + G + B = 115 + 154 + 77 = 346 (100%)
R 115 of 346 ~ 33.24%
G 154 of 346 ~ 44.51%
B 77 of 346 ~ 22.25'%
#739A4D color CMYK value is (25,0,50,40).
CMYK: (25,0,50,40) C25M0Y50K40 (25%,0%,50%,40%) (0.25/0.00/0.50/0.40)
Color #739A4D in popluar color models
73 | 9A | 4D | |
---|---|---|---|
RGB | 115 | 154 | 77 |
HSL | 90° | 33.33% | 45.29% |
HSB/HSV | 90° | 50.00% | 60.39% |
CMYK | 25.32% | 0.00% | 50.00% |
39.61% |
Color #739A4D in popluar number systems.
HEX | 73 | 9A | 4D |
Decimal | 115 | 154 | 77 |
Binary | 1110011 | 10011010 | 1001101 |
Octal | 163 | 232 | 115 |
Shades of #739A4D
Tints of #739A4D
Examples of css and html codes for elements with #739A4D color. Also use rgb(115,154,77) instead hex code.
.myTextColor { color: #739A4D; }
<p style="color:#739A4D">This sample text font color is #739A4D.</p>
This text font color is #739A4D.
.myBgColor { background-color: #739A4D; }
<div style="background-color:#739A4D">Inner text</div>
This div background color is #739A4D.
.myBorderColor { border: 1px solid #739A4D; }
<div style="border:3px solid #739A4D">Div</div>
This div border color is #739A4D.
.myOpacity80 { color: #739A4D; opacity: 0.8; }
<p style="color:#739A4D;opacity:0.8;">80%</p>
Text with #739A4D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #739A4D;}
<p style="text-shadow: 3px 3px 1px #739A4D">Text here.</p>
This text has shadow with #739A4D color.
.textShadow {text-shadow: 3px 3px 1px #739A4D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #739A4D, 5px 5px 20px red">Text here.</p>
This text has shadow with #739A4D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#739A4D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#739A4D, Direction=45, Strength=4)">Text</p>
This text has shadow with #739A4D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #739A4D;
-webkit-box-shadow: 1px 1px 3px 2px #739A4D;
box-shadow: 1px 1px 3px 2px #739A4D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #739A4D; -webkit-box-shadow: 1px 1px 3px 2px #739A4D; box-shadow:1px 1px 3px 2px #739A4D;">
Div content here
</div>
This text has color #739A4D on black background.
This text has color #739A4D on white background.
This text has black color on #739A4D background.
This text has white color on #739A4D background.
Complementary color for #hex is #8C65B2.