HEX: #71A74F
RGB: (113,167,79)
#71A74F contains mainly red and green colors. Web safe color of #71A74F is #669966 (or #696).
#71A74F color RGB value is (113,167,79).
RGB: (113,167,79)
(44%, 65%, 31%)
R 113 of 255 = 44%
G 167 of 255 = 65%
B 79 of 255 = 31%
R + G + B ~ 47%. #71A74F is middle color (not dark and not light).
R + G + B = 113 + 167 + 79 = 359 (100%)
R 113 of 359 ~ 31.48%
G 167 of 359 ~ 46.52%
B 79 of 359 ~ 22.01'%
#71A74F color CMYK value is (32,0,53,35).
CMYK: (32,0,53,35)
C32M0Y53K35 (32%, 0%, 53%, 35%)
(0.32 / 0.00 / 0.53 / 0.35)
Color #71A74F in popluar color models
71 | A7 | 4F | |
---|---|---|---|
RGB | 113 | 167 | 79 |
HSL | 97° | 35.77% | 48.24% |
HSB/HSV | 97° | 52.69% | 65.49% |
CMYK | 32.34% | 0.00% | 52.69% |
34.51% |
Color #71A74F in popluar number systems.
HEX | 71 | A7 | 4F |
Decimal | 113 | 167 | 79 |
Binary | 1110001 | 10100111 | 1001111 |
Octal | 161 | 247 | 117 |
Shades of #71A74F
Tints of #71A74F
Examples of css and html codes for elements with #71A74F color. Also use rgb(113,167,79) instead hex code.
.myTextColor { color: #71A74F; }
<p style="color:#71A74F">This sample text font color is #71A74F.</p>
This text font color is #71A74F.
.myBgColor { background-color: #71A74F; }
<div style="background-color:#71A74F">Inner text</div>
This div background color is #71A74F.
.myBorderColor { border: 1px solid #71A74F; }
<div style="border:3px solid #71A74F">Div</div>
This div border color is #71A74F.
.myOpacity80 { color: #71A74F; opacity: 0.8; }
<p style="color:#71A74F;opacity:0.8;">80%</p>
Text with #71A74F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71A74F;}
<p style="text-shadow: 3px 3px 1px #71A74F">Text here.</p>
This text has shadow with #71A74F color.
.textShadow {text-shadow: 3px 3px 1px #71A74F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71A74F, 5px 5px 20px red">Text here.</p>
This text has shadow with #71A74F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71A74F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71A74F, Direction=45, Strength=4)">Text</p>
This text has shadow with #71A74F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71A74F;
-webkit-box-shadow: 1px 1px 3px 2px #71A74F;
box-shadow: 1px 1px 3px 2px #71A74F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71A74F; -webkit-box-shadow: 1px 1px 3px 2px #71A74F; box-shadow:1px 1px 3px 2px #71A74F;">
Div content here
</div>
This text has color #71A74F on black background.
This text has color #71A74F on white background.
This text has black color on #71A74F background.
This text has white color on #71A74F background.
Complementary color for #hex is #8E58B0.