COLOR #A7BC77

HEX: #A7BC77
RGB: (167,188,119)

Color info

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

RGB color model

#A7BC77 color RGB value is (167,188,119).

  • red value is 167;
  • green value is 188;
  • blue value is 119.
RGB:
(167,188,119)
(65%,74%,47%)

RGB channels and saturation

R 167 of 255 = 65%
G 188 of 255 = 74%
B 119 of 255 = 47%

167
188
119

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

Portions of RGB colors in percentages

R + G + B =
167 + 188 + 119 = 474 (100%)
R 167 of 474 ~ 35.23%
G 188 of 474 ~ 39.66%
B 119 of 474 ~ 25.11%

%35.23
%39.66
%25.11

CMYK color model

#A7BC77 color CMYK value is (11,0,37,26).

  • cyan value is 11.17%
  • magenta value is 0.00%
  • yellow value is 36.70%
  • key color value is 26.27%
CMYK:
(11,0,37,26)
C11M0Y37K26 
(11%,0%,37%,26%)
(0.11/0.00/0.37/0.26)	

CMYK percentages

%11.17
%0
%36.7
%26.27

Codes

Color #A7BC77 in popluar color models

A7BC77
RGB167188119
HSL78°33.99%60.20%
HSB/HSV78°36.70%73.73%
CMYK11.17%0.00%36.70%
26.27%

Color #A7BC77 in popluar number systems.

HEXA7BC77
Decimal167188119
Binary10100111101111001110111
Octal247274167

Shades and tints

Shades of #A7BC77

#A7BC77
(167,188,119)
#98AB6D
(152,171,109)
#899A63
(137,154,99)
#7A8959
(122,137,89)
#6B784F
(107,120,79)
#5C6745
(92,103,69)
#4D563B
(77,86,59)
#3E4531
(62,69,49)
#2F3427
(47,52,39)
#20231D
(32,35,29)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #A7BC77

#A7BC77
(167,188,119)
#AFC283
(175,194,131)
#B7C88F
(183,200,143)
#BFCE9B
(191,206,155)
#C7D4A7
(199,212,167)
#CFDAB3
(207,218,179)
#D7E0BF
(215,224,191)
#DFE6CB
(223,230,203)
#E7ECD7
(231,236,215)
#EFF2E3
(239,242,227)
#F7F8EF
(247,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7BC77 color. Also use rgb(167,188,119) instead hex code.

Text Font Color

.myTextColor { color: #A7BC77; }

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

This text font color is #A7BC77.


Background Color

.myBgColor { background-color: #A7BC77; }

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

This div background color is #A7BC77.


Border color

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

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

This div border color is #A7BC77.


Opacity

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

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

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

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

This text has shadow with #A7BC77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BC77 on black background.


Color preview on white background

This text has color #A7BC77 on white background.



Black color preview on #A7BC77 background

This text has black color on #A7BC77 background.


White color preview on #A7BC77 background

This text has white color on #A7BC77 background.