HEX: #76AF70
RGB: (118,175,112)
#76AF70 contains mainly red and green colors. Web safe color of #76AF70 is #669966 (or #696).
#76AF70 color RGB value is (118,175,112).
RGB: (118,175,112)
(46%, 69%, 44%)
R 118 of 255 = 46%
G 175 of 255 = 69%
B 112 of 255 = 44%
R + G + B ~ 53%. #76AF70 is middle color (not dark and not light).
R + G + B = 118 + 175 + 112 = 405 (100%)
R 118 of 405 ~ 29.14%
G 175 of 405 ~ 43.21%
B 112 of 405 ~ 27.65'%
#76AF70 color CMYK value is (33,0,36,31).
CMYK: (33,0,36,31)
C33M0Y36K31 (33%, 0%, 36%, 31%)
(0.33 / 0.00 / 0.36 / 0.31)
Color #76AF70 in popluar color models
76 | AF | 70 | |
---|---|---|---|
RGB | 118 | 175 | 112 |
HSL | 114° | 28.25% | 56.27% |
HSB/HSV | 114° | 36.00% | 68.63% |
CMYK | 32.57% | 0.00% | 36.00% |
31.37% |
Color #76AF70 in popluar number systems.
HEX | 76 | AF | 70 |
Decimal | 118 | 175 | 112 |
Binary | 1110110 | 10101111 | 1110000 |
Octal | 166 | 257 | 160 |
Shades of #76AF70
Tints of #76AF70
Examples of css and html codes for elements with #76AF70 color. Also use rgb(118,175,112) instead hex code.
.myTextColor { color: #76AF70; }
<p style="color:#76AF70">This sample text font color is #76AF70.</p>
This text font color is #76AF70.
.myBgColor { background-color: #76AF70; }
<div style="background-color:#76AF70">Inner text</div>
This div background color is #76AF70.
.myBorderColor { border: 1px solid #76AF70; }
<div style="border:3px solid #76AF70">Div</div>
This div border color is #76AF70.
.myOpacity80 { color: #76AF70; opacity: 0.8; }
<p style="color:#76AF70;opacity:0.8;">80%</p>
Text with #76AF70 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76AF70;}
<p style="text-shadow: 3px 3px 1px #76AF70">Text here.</p>
This text has shadow with #76AF70 color.
.textShadow {text-shadow: 3px 3px 1px #76AF70', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76AF70, 5px 5px 20px red">Text here.</p>
This text has shadow with #76AF70 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76AF70, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76AF70, Direction=45, Strength=4)">Text</p>
This text has shadow with #76AF70 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76AF70;
-webkit-box-shadow: 1px 1px 3px 2px #76AF70;
box-shadow: 1px 1px 3px 2px #76AF70;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76AF70; -webkit-box-shadow: 1px 1px 3px 2px #76AF70; box-shadow:1px 1px 3px 2px #76AF70;">
Div content here
</div>
This text has color #76AF70 on black background.
This text has color #76AF70 on white background.
This text has black color on #76AF70 background.
This text has white color on #76AF70 background.
Complementary color for #hex is #89508F.