COLOR #A7C76A

HEX: #A7C76A
RGB: (167,199,106)

Color info

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

RGB color model

#A7C76A color RGB value is (167,199,106).

  • red value is 167;
  • green value is 199;
  • blue value is 106.
RGB:
(167,199,106)
(65%,78%,42%)

RGB channels and saturation

R 167 of 255 = 65%
G 199 of 255 = 78%
B 106 of 255 = 42%

167
199
106

R + G + B ~ 62%. #A7C76A is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 199 + 106 = 472 (100%)
R 167 of 472 ~ 35.38%
G 199 of 472 ~ 42.16%
B 106 of 472 ~ 22.46%

%35.38
%42.16
%22.46

CMYK color model

#A7C76A color CMYK value is (16,0,47,22).

  • cyan value is 16.08%
  • magenta value is 0.00%
  • yellow value is 46.73%
  • key color value is 21.96%
CMYK:
(16,0,47,22)
C16M0Y47K22 
(16%,0%,47%,22%)
(0.16/0.00/0.47/0.22)	

CMYK percentages

%16.08
%0
%46.73
%21.96

Codes

Color #A7C76A in popluar color models

A7C76A
RGB167199106
HSL81°45.37%59.80%
HSB/HSV81°46.73%78.04%
CMYK16.08%0.00%46.73%
21.96%

Color #A7C76A in popluar number systems.

HEXA7C76A
Decimal167199106
Binary10100111110001111101010
Octal247307152

Shades and tints

Shades of #A7C76A

#A7C76A
(167,199,106)
#98B561
(152,181,97)
#89A358
(137,163,88)
#7A914F
(122,145,79)
#6B7F46
(107,127,70)
#5C6D3D
(92,109,61)
#4D5B34
(77,91,52)
#3E492B
(62,73,43)
#2F3722
(47,55,34)
#202519
(32,37,25)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #A7C76A

#A7C76A
(167,199,106)
#AFCC77
(175,204,119)
#B7D184
(183,209,132)
#BFD691
(191,214,145)
#C7DB9E
(199,219,158)
#CFE0AB
(207,224,171)
#D7E5B8
(215,229,184)
#DFEAC5
(223,234,197)
#E7EFD2
(231,239,210)
#EFF4DF
(239,244,223)
#F7F9EC
(247,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C76A color. Also use rgb(167,199,106) instead hex code.

Text Font Color

.myTextColor { color: #A7C76A; }

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

This text font color is #A7C76A.


Background Color

.myBgColor { background-color: #A7C76A; }

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

This div background color is #A7C76A.


Border color

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

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

This div border color is #A7C76A.


Opacity

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

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

Text with #A7C76A 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 #A7C76A;}

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

This text has shadow with #A7C76A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C76A on black background.


Color preview on white background

This text has color #A7C76A on white background.



Black color preview on #A7C76A background

This text has black color on #A7C76A background.


White color preview on #A7C76A background

This text has white color on #A7C76A background.