HEX: #71B47A
RGB: (113,180,122)
#71B47A contains mainly green and blue colors. Web safe color of #71B47A is #66CC66 (or #6C6).
#71B47A color RGB value is (113,180,122).
RGB: (113,180,122)
(44%, 71%, 48%)
R 113 of 255 = 44%
G 180 of 255 = 71%
B 122 of 255 = 48%
R + G + B ~ 54%. #71B47A is middle color (not dark and not light).
R + G + B = 113 + 180 + 122 = 415 (100%)
R 113 of 415 ~ 27.23%
G 180 of 415 ~ 43.37%
B 122 of 415 ~ 29.4'%
#71B47A color CMYK value is (37,0,32,29).
CMYK: (37,0,32,29) C37M0Y32K29 (37%,0%,32%,29%) (0.37/0.00/0.32/0.29)
Color #71B47A in popluar color models
71 | B4 | 7A | |
---|---|---|---|
RGB | 113 | 180 | 122 |
HSL | 128° | 30.88% | 57.45% |
HSB/HSV | 128° | 37.22% | 70.59% |
CMYK | 37.22% | 0.00% | 32.22% |
29.41% |
Color #71B47A in popluar number systems.
HEX | 71 | B4 | 7A |
Decimal | 113 | 180 | 122 |
Binary | 1110001 | 10110100 | 1111010 |
Octal | 161 | 264 | 172 |
Shades of #71B47A
Tints of #71B47A
Examples of css and html codes for elements with #71B47A color. Also use rgb(113,180,122) instead hex code.
.myTextColor { color: #71B47A; }
<p style="color:#71B47A">This sample text font color is #71B47A.</p>
This text font color is #71B47A.
.myBgColor { background-color: #71B47A; }
<div style="background-color:#71B47A">Inner text</div>
This div background color is #71B47A.
.myBorderColor { border: 1px solid #71B47A; }
<div style="border:3px solid #71B47A">Div</div>
This div border color is #71B47A.
.myOpacity80 { color: #71B47A; opacity: 0.8; }
<p style="color:#71B47A;opacity:0.8;">80%</p>
Text with #71B47A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71B47A;}
<p style="text-shadow: 3px 3px 1px #71B47A">Text here.</p>
This text has shadow with #71B47A color.
.textShadow {text-shadow: 3px 3px 1px #71B47A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71B47A, 5px 5px 20px red">Text here.</p>
This text has shadow with #71B47A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71B47A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71B47A, Direction=45, Strength=4)">Text</p>
This text has shadow with #71B47A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71B47A;
-webkit-box-shadow: 1px 1px 3px 2px #71B47A;
box-shadow: 1px 1px 3px 2px #71B47A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71B47A; -webkit-box-shadow: 1px 1px 3px 2px #71B47A; box-shadow:1px 1px 3px 2px #71B47A;">
Div content here
</div>
This text has color #71B47A on black background.
This text has color #71B47A on white background.
This text has black color on #71B47A background.
This text has white color on #71B47A background.
Complementary color for #hex is #8E4B85.