COLOR #A7C673

HEX: #A7C673
RGB: (167,198,115)

Color info

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

RGB color model

#A7C673 color RGB value is (167,198,115).

  • red value is 167;
  • green value is 198;
  • blue value is 115.
RGB:
(167,198,115)
(65%,78%,45%)

RGB channels and saturation

R 167 of 255 = 65%
G 198 of 255 = 78%
B 115 of 255 = 45%

167
198
115

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

Portions of RGB colors in percentages

R + G + B =
167 + 198 + 115 = 480 (100%)
R 167 of 480 ~ 34.79%
G 198 of 480 ~ 41.25%
B 115 of 480 ~ 23.96%

%34.79
%41.25
%23.96

CMYK color model

#A7C673 color CMYK value is (16,0,42,22).

  • cyan value is 15.66%
  • magenta value is 0.00%
  • yellow value is 41.92%
  • key color value is 22.35%
CMYK:
(16,0,42,22)
C16M0Y42K22 
(16%,0%,42%,22%)
(0.16/0.00/0.42/0.22)	

CMYK percentages

%15.66
%0
%41.92
%22.35

Codes

Color #A7C673 in popluar color models

A7C673
RGB167198115
HSL82°42.13%61.37%
HSB/HSV82°41.92%77.65%
CMYK15.66%0.00%41.92%
22.35%

Color #A7C673 in popluar number systems.

HEXA7C673
Decimal167198115
Binary10100111110001101110011
Octal247306163

Shades and tints

Shades of #A7C673

#A7C673
(167,198,115)
#98B469
(152,180,105)
#89A25F
(137,162,95)
#7A9055
(122,144,85)
#6B7E4B
(107,126,75)
#5C6C41
(92,108,65)
#4D5A37
(77,90,55)
#3E482D
(62,72,45)
#2F3623
(47,54,35)
#202419
(32,36,25)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #A7C673

#A7C673
(167,198,115)
#AFCB7F
(175,203,127)
#B7D08B
(183,208,139)
#BFD597
(191,213,151)
#C7DAA3
(199,218,163)
#CFDFAF
(207,223,175)
#D7E4BB
(215,228,187)
#DFE9C7
(223,233,199)
#E7EED3
(231,238,211)
#EFF3DF
(239,243,223)
#F7F8EB
(247,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C673 color. Also use rgb(167,198,115) instead hex code.

Text Font Color

.myTextColor { color: #A7C673; }

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

This text font color is #A7C673.


Background Color

.myBgColor { background-color: #A7C673; }

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

This div background color is #A7C673.


Border color

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

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

This div border color is #A7C673.


Opacity

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

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

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

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

This text has shadow with #A7C673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C673 on black background.


Color preview on white background

This text has color #A7C673 on white background.



Black color preview on #A7C673 background

This text has black color on #A7C673 background.


White color preview on #A7C673 background

This text has white color on #A7C673 background.