HEX: #74A25E
RGB: (116,162,94)
#74A25E contains mainly red and green colors. Web safe color of #74A25E is #669966 (or #696).
#74A25E color RGB value is (116,162,94).
RGB: (116,162,94)
(45%, 64%, 37%)
R 116 of 255 = 45%
G 162 of 255 = 64%
B 94 of 255 = 37%
R + G + B ~ 49%. #74A25E is middle color (not dark and not light).
R + G + B = 116 + 162 + 94 = 372 (100%)
R 116 of 372 ~ 31.18%
G 162 of 372 ~ 43.55%
B 94 of 372 ~ 25.27'%
#74A25E color CMYK value is (28,0,42,36).
CMYK: (28,0,42,36)
C28M0Y42K36 (28%, 0%, 42%, 36%)
(0.28 / 0.00 / 0.42 / 0.36)
Color #74A25E in popluar color models
74 | A2 | 5E | |
---|---|---|---|
RGB | 116 | 162 | 94 |
HSL | 101° | 26.77% | 50.20% |
HSB/HSV | 101° | 41.98% | 63.53% |
CMYK | 28.40% | 0.00% | 41.98% |
36.47% |
Color #74A25E in popluar number systems.
HEX | 74 | A2 | 5E |
Decimal | 116 | 162 | 94 |
Binary | 1110100 | 10100010 | 1011110 |
Octal | 164 | 242 | 136 |
Shades of #74A25E
Tints of #74A25E
Examples of css and html codes for elements with #74A25E color. Also use rgb(116,162,94) instead hex code.
.myTextColor { color: #74A25E; }
<p style="color:#74A25E">This sample text font color is #74A25E.</p>
This text font color is #74A25E.
.myBgColor { background-color: #74A25E; }
<div style="background-color:#74A25E">Inner text</div>
This div background color is #74A25E.
.myBorderColor { border: 1px solid #74A25E; }
<div style="border:3px solid #74A25E">Div</div>
This div border color is #74A25E.
.myOpacity80 { color: #74A25E; opacity: 0.8; }
<p style="color:#74A25E;opacity:0.8;">80%</p>
Text with #74A25E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74A25E;}
<p style="text-shadow: 3px 3px 1px #74A25E">Text here.</p>
This text has shadow with #74A25E color.
.textShadow {text-shadow: 3px 3px 1px #74A25E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74A25E, 5px 5px 20px red">Text here.</p>
This text has shadow with #74A25E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74A25E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74A25E, Direction=45, Strength=4)">Text</p>
This text has shadow with #74A25E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #74A25E;
-webkit-box-shadow: 1px 1px 3px 2px #74A25E;
box-shadow: 1px 1px 3px 2px #74A25E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74A25E; -webkit-box-shadow: 1px 1px 3px 2px #74A25E; box-shadow:1px 1px 3px 2px #74A25E;">
Div content here
</div>
This text has color #74A25E on black background.
This text has color #74A25E on white background.
This text has black color on #74A25E background.
This text has white color on #74A25E background.
Complementary color for #hex is #8B5DA1.