COLOR #A7C68A

HEX: #A7C68A
RGB: (167,198,138)

Color info

#A7C68A contains mainly red and green colors. Web safe color of #A7C68A is #99CC99 (or #9C9).

RGB color model

#A7C68A color RGB value is (167,198,138).

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

RGB channels and saturation

R 167 of 255 = 65%
G 198 of 255 = 78%
B 138 of 255 = 54%

167
198
138

R + G + B ~ 66%. #A7C68A is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 198 + 138 = 503 (100%)
R 167 of 503 ~ 33.2%
G 198 of 503 ~ 39.36%
B 138 of 503 ~ 27.44%

%33.2
%39.36
%27.44

CMYK color model

#A7C68A color CMYK value is (16,0,30,22).

  • cyan value is 15.66%
  • magenta value is 0.00%
  • yellow value is 30.30%
  • key color value is 22.35%
CMYK:
(16,0,30,22)
C16M0Y30K22 
(16%,0%,30%,22%)
(0.16/0.00/0.30/0.22)	

CMYK percentages

%15.66
%0
%30.3
%22.35

Codes

Color #A7C68A in popluar color models

A7C68A
RGB167198138
HSL91°34.48%65.88%
HSB/HSV91°30.30%77.65%
CMYK15.66%0.00%30.30%
22.35%

Color #A7C68A in popluar number systems.

HEXA7C68A
Decimal167198138
Binary101001111100011010001010
Octal247306212

Shades and tints

Shades of #A7C68A

#A7C68A
(167,198,138)
#98B47E
(152,180,126)
#89A272
(137,162,114)
#7A9066
(122,144,102)
#6B7E5A
(107,126,90)
#5C6C4E
(92,108,78)
#4D5A42
(77,90,66)
#3E4836
(62,72,54)
#2F362A
(47,54,42)
#20241E
(32,36,30)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #A7C68A

#A7C68A
(167,198,138)
#AFCB94
(175,203,148)
#B7D09E
(183,208,158)
#BFD5A8
(191,213,168)
#C7DAB2
(199,218,178)
#CFDFBC
(207,223,188)
#D7E4C6
(215,228,198)
#DFE9D0
(223,233,208)
#E7EEDA
(231,238,218)
#EFF3E4
(239,243,228)
#F7F8EE
(247,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7C68A; }

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

This text font color is #A7C68A.


Background Color

.myBgColor { background-color: #A7C68A; }

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

This div background color is #A7C68A.


Border color

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

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

This div border color is #A7C68A.


Opacity

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

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

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

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

This text has shadow with #A7C68A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C68A on black background.


Color preview on white background

This text has color #A7C68A on white background.



Black color preview on #A7C68A background

This text has black color on #A7C68A background.


White color preview on #A7C68A background

This text has white color on #A7C68A background.