COLOR #A7C660

HEX: #A7C660
RGB: (167,198,96)

Color info

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

RGB color model

#A7C660 color RGB value is (167,198,96).

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

RGB channels and saturation

R 167 of 255 = 65%
G 198 of 255 = 78%
B 96 of 255 = 38%

167
198
96

R + G + B ~ 60%. #A7C660 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
167 + 198 + 96 = 461 (100%)
R 167 of 461 ~ 36.23%
G 198 of 461 ~ 42.95%
B 96 of 461 ~ 20.82%

%36.23
%42.95
%20.82

CMYK color model

#A7C660 color CMYK value is (16,0,52,22).

  • cyan value is 15.66%
  • magenta value is 0.00%
  • yellow value is 51.52%
  • key color value is 22.35%
CMYK:
(16,0,52,22)
C16M0Y52K22 
(16%,0%,52%,22%)
(0.16/0.00/0.52/0.22)	

CMYK percentages

%15.66
%0
%51.52
%22.35

Codes

Color #A7C660 in popluar color models

A7C660
RGB16719896
HSL78°47.22%57.65%
HSB/HSV78°51.52%77.65%
CMYK15.66%0.00%51.52%
22.35%

Color #A7C660 in popluar number systems.

HEXA7C660
Decimal16719896
Binary10100111110001101100000
Octal247306140

Shades and tints

Shades of #A7C660

#A7C660
(167,198,96)
#98B458
(152,180,88)
#89A250
(137,162,80)
#7A9048
(122,144,72)
#6B7E40
(107,126,64)
#5C6C38
(92,108,56)
#4D5A30
(77,90,48)
#3E4828
(62,72,40)
#2F3620
(47,54,32)
#202418
(32,36,24)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #A7C660

#A7C660
(167,198,96)
#AFCB6E
(175,203,110)
#B7D07C
(183,208,124)
#BFD58A
(191,213,138)
#C7DA98
(199,218,152)
#CFDFA6
(207,223,166)
#D7E4B4
(215,228,180)
#DFE9C2
(223,233,194)
#E7EED0
(231,238,208)
#EFF3DE
(239,243,222)
#F7F8EC
(247,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7C660; }

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

This text font color is #A7C660.


Background Color

.myBgColor { background-color: #A7C660; }

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

This div background color is #A7C660.


Border color

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

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

This div border color is #A7C660.


Opacity

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

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

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

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

This text has shadow with #A7C660 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C660 on black background.


Color preview on white background

This text has color #A7C660 on white background.



Black color preview on #A7C660 background

This text has black color on #A7C660 background.


White color preview on #A7C660 background

This text has white color on #A7C660 background.