COLOR #99AD76

HEX: #99AD76
RGB: (153,173,118)

Color info

#99AD76 contains red, green and blue colors in about the same proportion. Web safe color of #99AD76 is #999966 (or #996).

RGB color model

#99AD76 color RGB value is (153,173,118).

  • red value is 153;
  • green value is 173;
  • blue value is 118.
RGB:
(153,173,118)
(60%,68%,46%)

RGB channels and saturation

R 153 of 255 = 60%
G 173 of 255 = 68%
B 118 of 255 = 46%

153
173
118

R + G + B ~ 58%. #99AD76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 173 + 118 = 444 (100%)
R 153 of 444 ~ 34.46%
G 173 of 444 ~ 38.96%
B 118 of 444 ~ 26.58%

%34.46
%38.96
%26.58

CMYK color model

#99AD76 color CMYK value is (12,0,32,32).

  • cyan value is 11.56%
  • magenta value is 0.00%
  • yellow value is 31.79%
  • key color value is 32.16%
CMYK:
(12,0,32,32)
C12M0Y32K32 
(12%,0%,32%,32%)
(0.12/0.00/0.32/0.32)	

CMYK percentages

%11.56
%0
%31.79
%32.16

Codes

Color #99AD76 in popluar color models

99AD76
RGB153173118
HSL82°25.11%57.06%
HSB/HSV82°31.79%67.84%
CMYK11.56%0.00%31.79%
32.16%

Color #99AD76 in popluar number systems.

HEX99AD76
Decimal153173118
Binary10011001101011011110110
Octal231255166

Shades and tints

Shades of #99AD76

#99AD76
(153,173,118)
#8C9E6C
(140,158,108)
#7F8F62
(127,143,98)
#728058
(114,128,88)
#65714E
(101,113,78)
#586244
(88,98,68)
#4B533A
(75,83,58)
#3E4430
(62,68,48)
#313526
(49,53,38)
#24261C
(36,38,28)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #99AD76

#99AD76
(153,173,118)
#A2B482
(162,180,130)
#ABBB8E
(171,187,142)
#B4C29A
(180,194,154)
#BDC9A6
(189,201,166)
#C6D0B2
(198,208,178)
#CFD7BE
(207,215,190)
#D8DECA
(216,222,202)
#E1E5D6
(225,229,214)
#EAECE2
(234,236,226)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99AD76 color. Also use rgb(153,173,118) instead hex code.

Text Font Color

.myTextColor { color: #99AD76; }

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

This text font color is #99AD76.


Background Color

.myBgColor { background-color: #99AD76; }

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

This div background color is #99AD76.


Border color

.myBorderColor { border: 1px solid #99AD76; }

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

This div border color is #99AD76.


Opacity

.myOpacity80 { color: #99AD76; opacity: 0.8; }

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

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

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

This text has shadow with #99AD76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99AD76 on black background.


Color preview on white background

This text has color #99AD76 on white background.



Black color preview on #99AD76 background

This text has black color on #99AD76 background.


White color preview on #99AD76 background

This text has white color on #99AD76 background.