HEX: #749915
RGB: (116,153,21)
#749915 contains mainly red and green colors. Web safe color of #749915 is #669900 (or #690).
#749915 color RGB value is (116,153,21).
RGB: (116,153,21) (45%,60%,8%)
R 116 of 255 = 45%
G 153 of 255 = 60%
B 21 of 255 = 8%
R + G + B ~ 38%. #749915 is quite dark color.
R + G + B =
116 + 153 + 21 = 290 (100%)
R 116 of 290 ~ 40%
G 153 of 290 ~ 52.76%
B 21 of 290 ~ 7.24%
#749915 color CMYK value is (24,0,86,40).
CMYK: (24,0,86,40) C24M0Y86K40 (24%,0%,86%,40%) (0.24/0.00/0.86/0.40)
74 | 99 | 15 | |
---|---|---|---|
RGB | 116 | 153 | 21 |
HSL | 77° | 75.86% | 34.12% |
HSB/HSV | 77° | 86.27% | 60.00% |
CMYK | 24.18% | 0.00% | 86.27% |
40.00% |
HEX | 74 | 99 | 15 |
Decimal | 116 | 153 | 21 |
Binary | 1110100 | 10011001 | 10101 |
Octal | 164 | 231 | 25 |
Examples of css and html codes for elements with #749915 color. Also use rgb(116,153,21) instead hex code.
.myTextColor { color: #749915; }
<p style="color:#749915">This sample text font color is #749915.</p>
This text font color is #749915.
.myBgColor { background-color: #749915; }
<div style="background-color:#749915">Inner text</div>
This div background color is #749915.
.myBorderColor { border: 1px solid #749915; }
<div style="border:3px solid #749915">Div</div>
This div border color is #749915.
.myOpacity80 { color: #749915; opacity: 0.8; }
<p style="color:#749915;opacity:0.8;">80%</p>
Text with #749915 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #749915;}
<p style="text-shadow: 3px 3px 1px #749915">Text here.</p>
This text has shadow with #749915 color.
.textShadow {text-shadow: 3px 3px 1px #749915, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #749915, 5px 5px 20px red">Text here.</p>
This text has shadow with #749915 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#749915, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#749915, Direction=45, Strength=4)">Text</p>
This text has shadow with #749915 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #749915; -webkit-box-shadow: 1px 1px 3px 2px #749915; box-shadow: 1px 1px 3px 2px #749915; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #749915; -webkit-box-shadow: 1px 1px 3px 2px #749915; box-shadow:1px 1px 3px 2px #749915;">
Div content here</div>
This text has color #749915 on black background.
This text has color #749915 on white background.
This text has black color on #749915 background.
This text has white color on #749915 background.