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