COLOR #ABB76A

HEX: #ABB76A
RGB: (171,183,106)

Color info

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

RGB color model

#ABB76A color RGB value is (171,183,106).

  • red value is 171;
  • green value is 183;
  • blue value is 106.
RGB:
(171,183,106)
(67%,72%,42%)

RGB channels and saturation

R 171 of 255 = 67%
G 183 of 255 = 72%
B 106 of 255 = 42%

171
183
106

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

Portions of RGB colors in percentages

R + G + B =
171 + 183 + 106 = 460 (100%)
R 171 of 460 ~ 37.17%
G 183 of 460 ~ 39.78%
B 106 of 460 ~ 23.04%

%37.17
%39.78
%23.04

CMYK color model

#ABB76A color CMYK value is (7,0,42,28).

  • cyan value is 6.56%
  • magenta value is 0.00%
  • yellow value is 42.08%
  • key color value is 28.24%
CMYK:
(7,0,42,28)
C7M0Y42K28 
(7%,0%,42%,28%)
(0.07/0.00/0.42/0.28)	

CMYK percentages

%6.56
%0
%42.08
%28.24

Codes

Color #ABB76A in popluar color models

ABB76A
RGB171183106
HSL69°34.84%56.67%
HSB/HSV69°42.08%71.76%
CMYK6.56%0.00%42.08%
28.24%

Color #ABB76A in popluar number systems.

HEXABB76A
Decimal171183106
Binary10101011101101111101010
Octal253267152

Shades and tints

Shades of #ABB76A

#ABB76A
(171,183,106)
#9CA761
(156,167,97)
#8D9758
(141,151,88)
#7E874F
(126,135,79)
#6F7746
(111,119,70)
#60673D
(96,103,61)
#515734
(81,87,52)
#42472B
(66,71,43)
#333722
(51,55,34)
#242719
(36,39,25)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #ABB76A

#ABB76A
(171,183,106)
#B2BD77
(178,189,119)
#B9C384
(185,195,132)
#C0C991
(192,201,145)
#C7CF9E
(199,207,158)
#CED5AB
(206,213,171)
#D5DBB8
(213,219,184)
#DCE1C5
(220,225,197)
#E3E7D2
(227,231,210)
#EAEDDF
(234,237,223)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB76A color. Also use rgb(171,183,106) instead hex code.

Text Font Color

.myTextColor { color: #ABB76A; }

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

This text font color is #ABB76A.


Background Color

.myBgColor { background-color: #ABB76A; }

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

This div background color is #ABB76A.


Border color

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

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

This div border color is #ABB76A.


Opacity

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

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

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

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

This text has shadow with #ABB76A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB76A on black background.


Color preview on white background

This text has color #ABB76A on white background.



Black color preview on #ABB76A background

This text has black color on #ABB76A background.


White color preview on #ABB76A background

This text has white color on #ABB76A background.