HEX: #74A64A
RGB: (116,166,74)
#74A64A contains mainly red and green colors. Web safe color of #74A64A is #669933 (or #693).
#74A64A color RGB value is (116,166,74).
RGB: (116,166,74)
(45%, 65%, 29%)
R 116 of 255 = 45%
G 166 of 255 = 65%
B 74 of 255 = 29%
R + G + B ~ 46%. #74A64A is middle color (not dark and not light).
R + G + B = 116 + 166 + 74 = 356 (100%)
R 116 of 356 ~ 32.58%
G 166 of 356 ~ 46.63%
B 74 of 356 ~ 20.79'%
#74A64A color CMYK value is (30,0,55,35).
CMYK: (30,0,55,35) C30M0Y55K35 (30%,0%,55%,35%) (0.30/0.00/0.55/0.35)
Color #74A64A in popluar color models
74 | A6 | 4A | |
---|---|---|---|
RGB | 116 | 166 | 74 |
HSL | 93° | 38.33% | 47.06% |
HSB/HSV | 93° | 55.42% | 65.10% |
CMYK | 30.12% | 0.00% | 55.42% |
34.90% |
Color #74A64A in popluar number systems.
HEX | 74 | A6 | 4A |
Decimal | 116 | 166 | 74 |
Binary | 1110100 | 10100110 | 1001010 |
Octal | 164 | 246 | 112 |
Shades of #74A64A
Tints of #74A64A
Examples of css and html codes for elements with #74A64A color. Also use rgb(116,166,74) instead hex code.
.myTextColor { color: #74A64A; }
<p style="color:#74A64A">This sample text font color is #74A64A.</p>
This text font color is #74A64A.
.myBgColor { background-color: #74A64A; }
<div style="background-color:#74A64A">Inner text</div>
This div background color is #74A64A.
.myBorderColor { border: 1px solid #74A64A; }
<div style="border:3px solid #74A64A">Div</div>
This div border color is #74A64A.
.myOpacity80 { color: #74A64A; opacity: 0.8; }
<p style="color:#74A64A;opacity:0.8;">80%</p>
Text with #74A64A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74A64A;}
<p style="text-shadow: 3px 3px 1px #74A64A">Text here.</p>
This text has shadow with #74A64A color.
.textShadow {text-shadow: 3px 3px 1px #74A64A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74A64A, 5px 5px 20px red">Text here.</p>
This text has shadow with #74A64A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74A64A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74A64A, Direction=45, Strength=4)">Text</p>
This text has shadow with #74A64A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #74A64A;
-webkit-box-shadow: 1px 1px 3px 2px #74A64A;
box-shadow: 1px 1px 3px 2px #74A64A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74A64A; -webkit-box-shadow: 1px 1px 3px 2px #74A64A; box-shadow:1px 1px 3px 2px #74A64A;">
Div content here
</div>
This text has color #74A64A on black background.
This text has color #74A64A on white background.
This text has black color on #74A64A background.
This text has white color on #74A64A background.
Complementary color for #hex is #8B59B5.