HEX: #74A45B
RGB: (116,164,91)
#74A45B contains mainly red and green colors. Web safe color of #74A45B is #669966 (or #696).
#74A45B color RGB value is (116,164,91).
RGB: (116,164,91)
(45%, 64%, 36%)
R 116 of 255 = 45%
G 164 of 255 = 64%
B 91 of 255 = 36%
R + G + B ~ 48%. #74A45B is middle color (not dark and not light).
R + G + B = 116 + 164 + 91 = 371 (100%)
R 116 of 371 ~ 31.27%
G 164 of 371 ~ 44.2%
B 91 of 371 ~ 24.53'%
#74A45B color CMYK value is (29,0,45,36).
CMYK: (29,0,45,36) C29M0Y45K36 (29%,0%,45%,36%) (0.29/0.00/0.45/0.36)
Color #74A45B in popluar color models
74 | A4 | 5B | |
---|---|---|---|
RGB | 116 | 164 | 91 |
HSL | 99° | 28.63% | 50.00% |
HSB/HSV | 99° | 44.51% | 64.31% |
CMYK | 29.27% | 0.00% | 44.51% |
35.69% |
Color #74A45B in popluar number systems.
HEX | 74 | A4 | 5B |
Decimal | 116 | 164 | 91 |
Binary | 1110100 | 10100100 | 1011011 |
Octal | 164 | 244 | 133 |
Shades of #74A45B
Tints of #74A45B
Examples of css and html codes for elements with #74A45B color. Also use rgb(116,164,91) instead hex code.
.myTextColor { color: #74A45B; }
<p style="color:#74A45B">This sample text font color is #74A45B.</p>
This text font color is #74A45B.
.myBgColor { background-color: #74A45B; }
<div style="background-color:#74A45B">Inner text</div>
This div background color is #74A45B.
.myBorderColor { border: 1px solid #74A45B; }
<div style="border:3px solid #74A45B">Div</div>
This div border color is #74A45B.
.myOpacity80 { color: #74A45B; opacity: 0.8; }
<p style="color:#74A45B;opacity:0.8;">80%</p>
Text with #74A45B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74A45B;}
<p style="text-shadow: 3px 3px 1px #74A45B">Text here.</p>
This text has shadow with #74A45B color.
.textShadow {text-shadow: 3px 3px 1px #74A45B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74A45B, 5px 5px 20px red">Text here.</p>
This text has shadow with #74A45B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74A45B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74A45B, Direction=45, Strength=4)">Text</p>
This text has shadow with #74A45B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #74A45B;
-webkit-box-shadow: 1px 1px 3px 2px #74A45B;
box-shadow: 1px 1px 3px 2px #74A45B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74A45B; -webkit-box-shadow: 1px 1px 3px 2px #74A45B; box-shadow:1px 1px 3px 2px #74A45B;">
Div content here
</div>
This text has color #74A45B on black background.
This text has color #74A45B on white background.
This text has black color on #74A45B background.
This text has white color on #74A45B background.
Complementary color for #hex is #8B5BA4.