HEX: #749137
RGB: (116,145,55)
#749137 contains mainly red and green colors. Web safe color of #749137 is #669933 (or #693).
#749137 color RGB value is (116,145,55).
RGB: (116,145,55) (45%,57%,22%)
R 116 of 255 = 45%
G 145 of 255 = 57%
B 55 of 255 = 22%
R + G + B ~ 41%. #749137 is middle color (not dark and not light).
R + G + B =
116 + 145 + 55 = 316 (100%)
R 116 of 316 ~ 36.71%
G 145 of 316 ~ 45.89%
B 55 of 316 ~ 17.41%
#749137 color CMYK value is (20,0,62,43).
CMYK: (20,0,62,43) C20M0Y62K43 (20%,0%,62%,43%) (0.20/0.00/0.62/0.43)
74 | 91 | 37 | |
---|---|---|---|
RGB | 116 | 145 | 55 |
HSL | 79° | 45.00% | 39.22% |
HSB/HSV | 79° | 62.07% | 56.86% |
CMYK | 20.00% | 0.00% | 62.07% |
43.14% |
HEX | 74 | 91 | 37 |
Decimal | 116 | 145 | 55 |
Binary | 1110100 | 10010001 | 110111 |
Octal | 164 | 221 | 67 |
Examples of css and html codes for elements with #749137 color. Also use rgb(116,145,55) instead hex code.
.myTextColor { color: #749137; }
<p style="color:#749137">This sample text font color is #749137.</p>
This text font color is #749137.
.myBgColor { background-color: #749137; }
<div style="background-color:#749137">Inner text</div>
This div background color is #749137.
.myBorderColor { border: 1px solid #749137; }
<div style="border:3px solid #749137">Div</div>
This div border color is #749137.
.myOpacity80 { color: #749137; opacity: 0.8; }
<p style="color:#749137;opacity:0.8;">80%</p>
Text with #749137 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #749137;}
<p style="text-shadow: 3px 3px 1px #749137">Text here.</p>
This text has shadow with #749137 color.
.textShadow {text-shadow: 3px 3px 1px #749137, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #749137, 5px 5px 20px red">Text here.</p>
This text has shadow with #749137 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#749137, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#749137, Direction=45, Strength=4)">Text</p>
This text has shadow with #749137 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #749137; -webkit-box-shadow: 1px 1px 3px 2px #749137; box-shadow: 1px 1px 3px 2px #749137; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #749137; -webkit-box-shadow: 1px 1px 3px 2px #749137; box-shadow:1px 1px 3px 2px #749137;">
Div content here</div>
This text has color #749137 on black background.
This text has color #749137 on white background.
This text has black color on #749137 background.
This text has white color on #749137 background.