HEX: #71B26C
RGB: (113,178,108)
#71B26C contains mainly green color. Web safe color of #71B26C is #669966 (or #696).
#71B26C color RGB value is (113,178,108).
RGB: (113,178,108)
(44%, 70%, 42%)
R 113 of 255 = 44%
G 178 of 255 = 70%
B 108 of 255 = 42%
R + G + B ~ 52%. #71B26C is middle color (not dark and not light).
R + G + B = 113 + 178 + 108 = 399 (100%)
R 113 of 399 ~ 28.32%
G 178 of 399 ~ 44.61%
B 108 of 399 ~ 27.07'%
#71B26C color CMYK value is (37,0,39,30).
CMYK: (37,0,39,30)
C37M0Y39K30 (37%, 0%, 39%, 30%)
(0.37 / 0.00 / 0.39 / 0.30)
Color #71B26C in popluar color models
71 | B2 | 6C | |
---|---|---|---|
RGB | 113 | 178 | 108 |
HSL | 116° | 31.25% | 56.08% |
HSB/HSV | 116° | 39.33% | 69.80% |
CMYK | 36.52% | 0.00% | 39.33% |
30.20% |
Color #71B26C in popluar number systems.
HEX | 71 | B2 | 6C |
Decimal | 113 | 178 | 108 |
Binary | 1110001 | 10110010 | 1101100 |
Octal | 161 | 262 | 154 |
Shades of #71B26C
Tints of #71B26C
Examples of css and html codes for elements with #71B26C color. Also use rgb(113,178,108) instead hex code.
.myTextColor { color: #71B26C; }
<p style="color:#71B26C">This sample text font color is #71B26C.</p>
This text font color is #71B26C.
.myBgColor { background-color: #71B26C; }
<div style="background-color:#71B26C">Inner text</div>
This div background color is #71B26C.
.myBorderColor { border: 1px solid #71B26C; }
<div style="border:3px solid #71B26C">Div</div>
This div border color is #71B26C.
.myOpacity80 { color: #71B26C; opacity: 0.8; }
<p style="color:#71B26C;opacity:0.8;">80%</p>
Text with #71B26C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71B26C;}
<p style="text-shadow: 3px 3px 1px #71B26C">Text here.</p>
This text has shadow with #71B26C color.
.textShadow {text-shadow: 3px 3px 1px #71B26C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71B26C, 5px 5px 20px red">Text here.</p>
This text has shadow with #71B26C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71B26C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71B26C, Direction=45, Strength=4)">Text</p>
This text has shadow with #71B26C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71B26C;
-webkit-box-shadow: 1px 1px 3px 2px #71B26C;
box-shadow: 1px 1px 3px 2px #71B26C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71B26C; -webkit-box-shadow: 1px 1px 3px 2px #71B26C; box-shadow:1px 1px 3px 2px #71B26C;">
Div content here
</div>
This text has color #71B26C on black background.
This text has color #71B26C on white background.
This text has black color on #71B26C background.
This text has white color on #71B26C background.
Complementary color for #hex is #8E4D93.