COLOR #A7C976

HEX: #A7C976
RGB: (167,201,118)

Color info

#A7C976 contains mainly red and green colors. Web safe color of #A7C976 is #99CC66 (or #9C6).

RGB color model

#A7C976 color RGB value is (167,201,118).

  • red value is 167;
  • green value is 201;
  • blue value is 118.
RGB:
(167,201,118)
(65%,79%,46%)

RGB channels and saturation

R 167 of 255 = 65%
G 201 of 255 = 79%
B 118 of 255 = 46%

167
201
118

R + G + B ~ 63%. #A7C976 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 201 + 118 = 486 (100%)
R 167 of 486 ~ 34.36%
G 201 of 486 ~ 41.36%
B 118 of 486 ~ 24.28%

%34.36
%41.36
%24.28

CMYK color model

#A7C976 color CMYK value is (17,0,41,21).

  • cyan value is 16.92%
  • magenta value is 0.00%
  • yellow value is 41.29%
  • key color value is 21.18%
CMYK:
(17,0,41,21)
C17M0Y41K21 
(17%,0%,41%,21%)
(0.17/0.00/0.41/0.21)	

CMYK percentages

%16.92
%0
%41.29
%21.18

Codes

Color #A7C976 in popluar color models

A7C976
RGB167201118
HSL85°43.46%62.55%
HSB/HSV85°41.29%78.82%
CMYK16.92%0.00%41.29%
21.18%

Color #A7C976 in popluar number systems.

HEXA7C976
Decimal167201118
Binary10100111110010011110110
Octal247311166

Shades and tints

Shades of #A7C976

#A7C976
(167,201,118)
#98B76C
(152,183,108)
#89A562
(137,165,98)
#7A9358
(122,147,88)
#6B814E
(107,129,78)
#5C6F44
(92,111,68)
#4D5D3A
(77,93,58)
#3E4B30
(62,75,48)
#2F3926
(47,57,38)
#20271C
(32,39,28)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #A7C976

#A7C976
(167,201,118)
#AFCD82
(175,205,130)
#B7D18E
(183,209,142)
#BFD59A
(191,213,154)
#C7D9A6
(199,217,166)
#CFDDB2
(207,221,178)
#D7E1BE
(215,225,190)
#DFE5CA
(223,229,202)
#E7E9D6
(231,233,214)
#EFEDE2
(239,237,226)
#F7F1EE
(247,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C976 color. Also use rgb(167,201,118) instead hex code.

Text Font Color

.myTextColor { color: #A7C976; }

<p style="color:#A7C976">This sample text font color is #A7C976.</p>

This text font color is #A7C976.


Background Color

.myBgColor { background-color: #A7C976; }

<div style="background-color:#A7C976">Inner text</div>

This div background color is #A7C976.


Border color

.myBorderColor { border: 1px solid #A7C976; }

<div style="border:3px solid #A7C976">Div</div>

This div border color is #A7C976.


Opacity

.myOpacity80 { color: #A7C976; opacity: 0.8; }

<p style="color:#A7C976;opacity:0.8;">80%</p>

Text with #A7C976 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A7C976;}

<p style="text-shadow: 3px 3px 1px #A7C976">Text here.</p>

This text has shadow with #A7C976 color.

.textShadow {text-shadow: 3px 3px 1px #A7C976, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A7C976, 5px 5px 20px red">Text here.</p>

This text has shadow with #A7C976 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A7C976, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A7C976, Direction=45, Strength=4)">Text</p>

This text has shadow with #A7C976 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A7C976;
  -webkit-box-shadow:	1px 1px 3px 2px #A7C976;
  box-shadow:		1px 1px 3px 2px #A7C976;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A7C976;
-webkit-box-shadow: 1px 1px 3px 2px #A7C976;
box-shadow:1px 1px 3px 2px #A7C976;">
Div content here</div>
This div box has shadow with color #A7C976.

Preview

Color preview on black background

This text has color #A7C976 on black background.


Color preview on white background

This text has color #A7C976 on white background.



Black color preview on #A7C976 background

This text has black color on #A7C976 background.


White color preview on #A7C976 background

This text has white color on #A7C976 background.