HEX: #71AE75
RGB: (113,174,117)
#71AE75 contains mainly green and blue colors. Web safe color of #71AE75 is #669966 (or #696).
#71AE75 color RGB value is (113,174,117).
RGB: (113,174,117)
(44%, 68%, 46%)
R 113 of 255 = 44%
G 174 of 255 = 68%
B 117 of 255 = 46%
R + G + B ~ 53%. #71AE75 is middle color (not dark and not light).
R + G + B = 113 + 174 + 117 = 404 (100%)
R 113 of 404 ~ 27.97%
G 174 of 404 ~ 43.07%
B 117 of 404 ~ 28.96'%
#71AE75 color CMYK value is (35,0,33,32).
CMYK: (35,0,33,32) C35M0Y33K32 (35%,0%,33%,32%) (0.35/0.00/0.33/0.32)
Color #71AE75 in popluar color models
71 | AE | 75 | |
---|---|---|---|
RGB | 113 | 174 | 117 |
HSL | 124° | 27.35% | 56.27% |
HSB/HSV | 124° | 35.06% | 68.24% |
CMYK | 35.06% | 0.00% | 32.76% |
31.76% |
Color #71AE75 in popluar number systems.
HEX | 71 | AE | 75 |
Decimal | 113 | 174 | 117 |
Binary | 1110001 | 10101110 | 1110101 |
Octal | 161 | 256 | 165 |
Shades of #71AE75
Tints of #71AE75
Examples of css and html codes for elements with #71AE75 color. Also use rgb(113,174,117) instead hex code.
.myTextColor { color: #71AE75; }
<p style="color:#71AE75">This sample text font color is #71AE75.</p>
This text font color is #71AE75.
.myBgColor { background-color: #71AE75; }
<div style="background-color:#71AE75">Inner text</div>
This div background color is #71AE75.
.myBorderColor { border: 1px solid #71AE75; }
<div style="border:3px solid #71AE75">Div</div>
This div border color is #71AE75.
.myOpacity80 { color: #71AE75; opacity: 0.8; }
<p style="color:#71AE75;opacity:0.8;">80%</p>
Text with #71AE75 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71AE75;}
<p style="text-shadow: 3px 3px 1px #71AE75">Text here.</p>
This text has shadow with #71AE75 color.
.textShadow {text-shadow: 3px 3px 1px #71AE75', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71AE75, 5px 5px 20px red">Text here.</p>
This text has shadow with #71AE75 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71AE75, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71AE75, Direction=45, Strength=4)">Text</p>
This text has shadow with #71AE75 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71AE75;
-webkit-box-shadow: 1px 1px 3px 2px #71AE75;
box-shadow: 1px 1px 3px 2px #71AE75;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71AE75; -webkit-box-shadow: 1px 1px 3px 2px #71AE75; box-shadow:1px 1px 3px 2px #71AE75;">
Div content here
</div>
This text has color #71AE75 on black background.
This text has color #71AE75 on white background.
This text has black color on #71AE75 background.
This text has white color on #71AE75 background.
Complementary color for #hex is #8E518A.