HEX: #74B141
RGB: (116,177,65)
#74B141 contains mainly green color. Web safe color of #74B141 is #669933 (or #693).
#74B141 color RGB value is (116,177,65).
RGB: (116,177,65)
(45%, 69%, 25%)
R 116 of 255 = 45%
G 177 of 255 = 69%
B 65 of 255 = 25%
R + G + B ~ 46%. #74B141 is middle color (not dark and not light).
R + G + B = 116 + 177 + 65 = 358 (100%)
R 116 of 358 ~ 32.4%
G 177 of 358 ~ 49.44%
B 65 of 358 ~ 18.16'%
#74B141 color CMYK value is (34,0,63,31).
CMYK: (34,0,63,31) C34M0Y63K31 (34%,0%,63%,31%) (0.34/0.00/0.63/0.31)
Color #74B141 in popluar color models
74 | B1 | 41 | |
---|---|---|---|
RGB | 116 | 177 | 65 |
HSL | 93° | 46.28% | 47.45% |
HSB/HSV | 93° | 63.28% | 69.41% |
CMYK | 34.46% | 0.00% | 63.28% |
30.59% |
Color #74B141 in popluar number systems.
HEX | 74 | B1 | 41 |
Decimal | 116 | 177 | 65 |
Binary | 1110100 | 10110001 | 1000001 |
Octal | 164 | 261 | 101 |
Shades of #74B141
Tints of #74B141
Examples of css and html codes for elements with #74B141 color. Also use rgb(116,177,65) instead hex code.
.myTextColor { color: #74B141; }
<p style="color:#74B141">This sample text font color is #74B141.</p>
This text font color is #74B141.
.myBgColor { background-color: #74B141; }
<div style="background-color:#74B141">Inner text</div>
This div background color is #74B141.
.myBorderColor { border: 1px solid #74B141; }
<div style="border:3px solid #74B141">Div</div>
This div border color is #74B141.
.myOpacity80 { color: #74B141; opacity: 0.8; }
<p style="color:#74B141;opacity:0.8;">80%</p>
Text with #74B141 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74B141;}
<p style="text-shadow: 3px 3px 1px #74B141">Text here.</p>
This text has shadow with #74B141 color.
.textShadow {text-shadow: 3px 3px 1px #74B141', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74B141, 5px 5px 20px red">Text here.</p>
This text has shadow with #74B141 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74B141, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74B141, Direction=45, Strength=4)">Text</p>
This text has shadow with #74B141 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #74B141;
-webkit-box-shadow: 1px 1px 3px 2px #74B141;
box-shadow: 1px 1px 3px 2px #74B141;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74B141; -webkit-box-shadow: 1px 1px 3px 2px #74B141; box-shadow:1px 1px 3px 2px #74B141;">
Div content here
</div>
This text has color #74B141 on black background.
This text has color #74B141 on white background.
This text has black color on #74B141 background.
This text has white color on #74B141 background.
Complementary color for #hex is #8B4EBE.