HEX: #7DAE4C
RGB: (125,174,76)
#7DAE4C contains mainly red and green colors. Web safe color of #7DAE4C is #669933 (or #693).
#7DAE4C color RGB value is (125,174,76).
RGB: (125,174,76)
(49%, 68%, 30%)
R 125 of 255 = 49%
G 174 of 255 = 68%
B 76 of 255 = 30%
R + G + B ~ 49%. #7DAE4C is middle color (not dark and not light).
R + G + B = 125 + 174 + 76 = 375 (100%)
R 125 of 375 ~ 33.33%
G 174 of 375 ~ 46.4%
B 76 of 375 ~ 20.27'%
#7DAE4C color CMYK value is (28,0,56,32).
CMYK: (28,0,56,32)
C28M0Y56K32 (28%, 0%, 56%, 32%)
(0.28 / 0.00 / 0.56 / 0.32)
Color #7DAE4C in popluar color models
7D | AE | 4C | |
---|---|---|---|
RGB | 125 | 174 | 76 |
HSL | 90° | 39.20% | 49.02% |
HSB/HSV | 90° | 56.32% | 68.24% |
CMYK | 28.16% | 0.00% | 56.32% |
31.76% |
Color #7DAE4C in popluar number systems.
HEX | 7D | AE | 4C |
Decimal | 125 | 174 | 76 |
Binary | 1111101 | 10101110 | 1001100 |
Octal | 175 | 256 | 114 |
Shades of #7DAE4C
Tints of #7DAE4C
Examples of css and html codes for elements with #7DAE4C color. Also use rgb(125,174,76) instead hex code.
.myTextColor { color: #7DAE4C; }
<p style="color:#7DAE4C">This sample text font color is #7DAE4C.</p>
This text font color is #7DAE4C.
.myBgColor { background-color: #7DAE4C; }
<div style="background-color:#7DAE4C">Inner text</div>
This div background color is #7DAE4C.
.myBorderColor { border: 1px solid #7DAE4C; }
<div style="border:3px solid #7DAE4C">Div</div>
This div border color is #7DAE4C.
.myOpacity80 { color: #7DAE4C; opacity: 0.8; }
<p style="color:#7DAE4C;opacity:0.8;">80%</p>
Text with #7DAE4C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7DAE4C;}
<p style="text-shadow: 3px 3px 1px #7DAE4C">Text here.</p>
This text has shadow with #7DAE4C color.
.textShadow {text-shadow: 3px 3px 1px #7DAE4C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7DAE4C, 5px 5px 20px red">Text here.</p>
This text has shadow with #7DAE4C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7DAE4C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7DAE4C, Direction=45, Strength=4)">Text</p>
This text has shadow with #7DAE4C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7DAE4C;
-webkit-box-shadow: 1px 1px 3px 2px #7DAE4C;
box-shadow: 1px 1px 3px 2px #7DAE4C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7DAE4C; -webkit-box-shadow: 1px 1px 3px 2px #7DAE4C; box-shadow:1px 1px 3px 2px #7DAE4C;">
Div content here
</div>
This text has color #7DAE4C on black background.
This text has color #7DAE4C on white background.
This text has black color on #7DAE4C background.
This text has white color on #7DAE4C background.
Complementary color for #hex is #8251B3.