HEX: #A7C761
RGB: (167,199,97)
#A7C761 contains mainly red and green colors. Web safe color of #A7C761 is #99CC66 (or #9C6).
#A7C761 color RGB value is (167,199,97).
RGB: (167,199,97)
(65%, 78%, 38%)
R 167 of 255 = 65%
G 199 of 255 = 78%
B 97 of 255 = 38%
R + G + B ~ 60%. #A7C761 is middle color (not dark and not light).
R + G + B = 167 + 199 + 97 = 463 (100%)
R 167 of 463 ~ 36.07%
G 199 of 463 ~ 42.98%
B 97 of 463 ~ 20.95'%
#A7C761 color CMYK value is (16,0,51,22).
CMYK: (16,0,51,22)
C16M0Y51K22 (16%, 0%, 51%, 22%)
(0.16 / 0.00 / 0.51 / 0.22)
Color #A7C761 in popluar color models
A7 | C7 | 61 | |
---|---|---|---|
RGB | 167 | 199 | 97 |
HSL | 79° | 47.66% | 58.04% |
HSB/HSV | 79° | 51.26% | 78.04% |
CMYK | 16.08% | 0.00% | 51.26% |
21.96% |
Color #A7C761 in popluar number systems.
HEX | A7 | C7 | 61 |
Decimal | 167 | 199 | 97 |
Binary | 10100111 | 11000111 | 1100001 |
Octal | 247 | 307 | 141 |
Shades of #A7C761
Tints of #A7C761
Examples of css and html codes for elements with #A7C761 color. Also use rgb(167,199,97) instead hex code.
.myTextColor { color: #A7C761; }
<p style="color:#A7C761">This sample text font color is #A7C761.</p>
This text font color is #A7C761.
.myBgColor { background-color: #A7C761; }
<div style="background-color:#A7C761">Inner text</div>
This div background color is #A7C761.
.myBorderColor { border: 1px solid #A7C761; }
<div style="border:3px solid #A7C761">Div</div>
This div border color is #A7C761.
.myOpacity80 { color: #A7C761; opacity: 0.8; }
<p style="color:#A7C761;opacity:0.8;">80%</p>
Text with #A7C761 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A7C761;}
<p style="text-shadow: 3px 3px 1px #A7C761">Text here.</p>
This text has shadow with #A7C761 color.
.textShadow {text-shadow: 3px 3px 1px #A7C761', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A7C761, 5px 5px 20px red">Text here.</p>
This text has shadow with #A7C761 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A7C761, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A7C761, Direction=45, Strength=4)">Text</p>
This text has shadow with #A7C761 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A7C761;
-webkit-box-shadow: 1px 1px 3px 2px #A7C761;
box-shadow: 1px 1px 3px 2px #A7C761;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A7C761; -webkit-box-shadow: 1px 1px 3px 2px #A7C761; box-shadow:1px 1px 3px 2px #A7C761;">
Div content here
</div>
This text has color #A7C761 on black background.
This text has color #A7C761 on white background.
This text has black color on #A7C761 background.
This text has white color on #A7C761 background.
Complementary color for #hex is #58389E.