HEX: #718937
RGB: (113,137,55)
#718937 contains mainly red and green colors. Web safe color of #718937 is #669933 (or #693).
#718937 color RGB value is (113,137,55).
RGB: (113,137,55)
(44%, 54%, 22%)
R 113 of 255 = 44%
G 137 of 255 = 54%
B 55 of 255 = 22%
R + G + B ~ 40%. #718937 is middle color (not dark and not light).
R + G + B = 113 + 137 + 55 = 305 (100%)
R 113 of 305 ~ 37.05%
G 137 of 305 ~ 44.92%
B 55 of 305 ~ 18.03'%
#718937 color CMYK value is (18,0,60,46).
CMYK: (18,0,60,46)
C18M0Y60K46 (18%, 0%, 60%, 46%)
(0.18 / 0.00 / 0.60 / 0.46)
Color #718937 in popluar color models
71 | 89 | 37 | |
---|---|---|---|
RGB | 113 | 137 | 55 |
HSL | 78° | 42.71% | 37.65% |
HSB/HSV | 78° | 59.85% | 53.73% |
CMYK | 17.52% | 0.00% | 59.85% |
46.27% |
Color #718937 in popluar number systems.
HEX | 71 | 89 | 37 |
Decimal | 113 | 137 | 55 |
Binary | 1110001 | 10001001 | 110111 |
Octal | 161 | 211 | 67 |
Shades of #718937
Tints of #718937
Examples of css and html codes for elements with #718937 color. Also use rgb(113,137,55) instead hex code.
.myTextColor { color: #718937; }
<p style="color:#718937">This sample text font color is #718937.</p>
This text font color is #718937.
.myBgColor { background-color: #718937; }
<div style="background-color:#718937">Inner text</div>
This div background color is #718937.
.myBorderColor { border: 1px solid #718937; }
<div style="border:3px solid #718937">Div</div>
This div border color is #718937.
.myOpacity80 { color: #718937; opacity: 0.8; }
<p style="color:#718937;opacity:0.8;">80%</p>
Text with #718937 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #718937;}
<p style="text-shadow: 3px 3px 1px #718937">Text here.</p>
This text has shadow with #718937 color.
.textShadow {text-shadow: 3px 3px 1px #718937', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #718937, 5px 5px 20px red">Text here.</p>
This text has shadow with #718937 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#718937, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#718937, Direction=45, Strength=4)">Text</p>
This text has shadow with #718937 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #718937;
-webkit-box-shadow: 1px 1px 3px 2px #718937;
box-shadow: 1px 1px 3px 2px #718937;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #718937; -webkit-box-shadow: 1px 1px 3px 2px #718937; box-shadow:1px 1px 3px 2px #718937;">
Div content here
</div>
This text has color #718937 on black background.
This text has color #718937 on white background.
This text has black color on #718937 background.
This text has white color on #718937 background.
Complementary color for #hex is #8E76C8.