COLOR #A8B76E

HEX: #A8B76E
RGB: (168,183,110)

Color info

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

RGB color model

#A8B76E color RGB value is (168,183,110).

  • red value is 168;
  • green value is 183;
  • blue value is 110.
RGB:
(168,183,110)
(66%,72%,43%)

RGB channels and saturation

R 168 of 255 = 66%
G 183 of 255 = 72%
B 110 of 255 = 43%

168
183
110

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

Portions of RGB colors in percentages

R + G + B =
168 + 183 + 110 = 461 (100%)
R 168 of 461 ~ 36.44%
G 183 of 461 ~ 39.7%
B 110 of 461 ~ 23.86%

%36.44
%39.7
%23.86

CMYK color model

#A8B76E color CMYK value is (8,0,40,28).

  • cyan value is 8.20%
  • magenta value is 0.00%
  • yellow value is 39.89%
  • key color value is 28.24%
CMYK:
(8,0,40,28)
C8M0Y40K28 
(8%,0%,40%,28%)
(0.08/0.00/0.40/0.28)	

CMYK percentages

%8.2
%0
%39.89
%28.24

Codes

Color #A8B76E in popluar color models

A8B76E
RGB168183110
HSL72°33.64%57.45%
HSB/HSV72°39.89%71.76%
CMYK8.20%0.00%39.89%
28.24%

Color #A8B76E in popluar number systems.

HEXA8B76E
Decimal168183110
Binary10101000101101111101110
Octal250267156

Shades and tints

Shades of #A8B76E

#A8B76E
(168,183,110)
#99A764
(153,167,100)
#8A975A
(138,151,90)
#7B8750
(123,135,80)
#6C7746
(108,119,70)
#5D673C
(93,103,60)
#4E5732
(78,87,50)
#3F4728
(63,71,40)
#30371E
(48,55,30)
#212714
(33,39,20)
#12170A
(18,23,10)
#000000
(0,0,0)

Tints of #A8B76E

#A8B76E
(168,183,110)
#AFBD7B
(175,189,123)
#B6C388
(182,195,136)
#BDC995
(189,201,149)
#C4CFA2
(196,207,162)
#CBD5AF
(203,213,175)
#D2DBBC
(210,219,188)
#D9E1C9
(217,225,201)
#E0E7D6
(224,231,214)
#E7EDE3
(231,237,227)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B76E color. Also use rgb(168,183,110) instead hex code.

Text Font Color

.myTextColor { color: #A8B76E; }

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

This text font color is #A8B76E.


Background Color

.myBgColor { background-color: #A8B76E; }

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

This div background color is #A8B76E.


Border color

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

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

This div border color is #A8B76E.


Opacity

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

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

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

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

This text has shadow with #A8B76E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B76E on black background.


Color preview on white background

This text has color #A8B76E on white background.



Black color preview on #A8B76E background

This text has black color on #A8B76E background.


White color preview on #A8B76E background

This text has white color on #A8B76E background.