HEX: #71AD5E
RGB: (113,173,94)
#71AD5E contains mainly green color. Web safe color of #71AD5E is #669966 (or #696).
#71AD5E color RGB value is (113,173,94).
RGB: (113,173,94)
(44%, 68%, 37%)
R 113 of 255 = 44%
G 173 of 255 = 68%
B 94 of 255 = 37%
R + G + B ~ 50%. #71AD5E is middle color (not dark and not light).
R + G + B = 113 + 173 + 94 = 380 (100%)
R 113 of 380 ~ 29.74%
G 173 of 380 ~ 45.53%
B 94 of 380 ~ 24.74'%
#71AD5E color CMYK value is (35,0,46,32).
CMYK: (35,0,46,32)
C35M0Y46K32 (35%, 0%, 46%, 32%)
(0.35 / 0.00 / 0.46 / 0.32)
Color #71AD5E in popluar color models
71 | AD | 5E | |
---|---|---|---|
RGB | 113 | 173 | 94 |
HSL | 106° | 32.51% | 52.35% |
HSB/HSV | 106° | 45.66% | 67.84% |
CMYK | 34.68% | 0.00% | 45.66% |
32.16% |
Color #71AD5E in popluar number systems.
HEX | 71 | AD | 5E |
Decimal | 113 | 173 | 94 |
Binary | 1110001 | 10101101 | 1011110 |
Octal | 161 | 255 | 136 |
Shades of #71AD5E
Tints of #71AD5E
Examples of css and html codes for elements with #71AD5E color. Also use rgb(113,173,94) instead hex code.
.myTextColor { color: #71AD5E; }
<p style="color:#71AD5E">This sample text font color is #71AD5E.</p>
This text font color is #71AD5E.
.myBgColor { background-color: #71AD5E; }
<div style="background-color:#71AD5E">Inner text</div>
This div background color is #71AD5E.
.myBorderColor { border: 1px solid #71AD5E; }
<div style="border:3px solid #71AD5E">Div</div>
This div border color is #71AD5E.
.myOpacity80 { color: #71AD5E; opacity: 0.8; }
<p style="color:#71AD5E;opacity:0.8;">80%</p>
Text with #71AD5E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71AD5E;}
<p style="text-shadow: 3px 3px 1px #71AD5E">Text here.</p>
This text has shadow with #71AD5E color.
.textShadow {text-shadow: 3px 3px 1px #71AD5E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71AD5E, 5px 5px 20px red">Text here.</p>
This text has shadow with #71AD5E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71AD5E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71AD5E, Direction=45, Strength=4)">Text</p>
This text has shadow with #71AD5E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71AD5E;
-webkit-box-shadow: 1px 1px 3px 2px #71AD5E;
box-shadow: 1px 1px 3px 2px #71AD5E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71AD5E; -webkit-box-shadow: 1px 1px 3px 2px #71AD5E; box-shadow:1px 1px 3px 2px #71AD5E;">
Div content here
</div>
This text has color #71AD5E on black background.
This text has color #71AD5E on white background.
This text has black color on #71AD5E background.
This text has white color on #71AD5E background.
Complementary color for #hex is #8E52A1.