COLOR #99AC77

HEX: #99AC77 RGB: (153,172,119)

Color info

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

RGB color model

#99AC77 color RGB value is (153,172,119).

RGB: (153,172,119) (60%, 67%, 47%)

RGB channels and saturation

R 153 of 255 = 60%
G 172 of 255 = 67%
B 119 of 255 = 47%

153
172
119

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

Portions of RGB colors in percentages

R + G + B = 153 + 172 + 119 = 444 (100%)
R 153 of 444 ~ 34.46%
G 172 of 444 ~ 38.74%
B 119 of 444 ~ 26.8'%

%34.46
%38.74
%26.8

CMYK color model

#99AC77 color CMYK value is (11,0,31,33).

  • cyan value is 11.05%
  • magenta value is 0.00%
  • yellow value is 30.81%
  • key color value is 32.55%

CMYK: (11,0,31,33)
C11M0Y31K33 (11%, 0%, 31%, 33%)
(0.11 / 0.00 / 0.31 / 0.33)

CMYK percentages

%11.05
%0
%30.81
%32.55

Codes

Color #99AC77 in popluar color models

99 AC 77
RGB 153 172 119
HSL 82° 24.20% 57.06%
HSB/HSV 82° 30.81% 67.45%
CMYK 11.05% 0.00% 30.81%
32.55%

Color #99AC77 in popluar number systems.

HEX 99 AC 77
Decimal 153 172 119
Binary 10011001 10101100 1110111
Octal 231 254 167

Shades and tints

Shades of #99AC77

#99AC77
(153,172,119)
#8C9D6D
(140,157,109)
#7F8E63
(127,142,99)
#727F59
(114,127,89)
#65704F
(101,112,79)
#586145
(88,97,69)
#4B523B
(75,82,59)
#3E4331
(62,67,49)
#313427
(49,52,39)
#24251D
(36,37,29)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #99AC77

#99AC77
(153,172,119)
#A2B383
(162,179,131)
#ABBA8F
(171,186,143)
#B4C19B
(180,193,155)
#BDC8A7
(189,200,167)
#C6CFB3
(198,207,179)
#CFD6BF
(207,214,191)
#D8DDCB
(216,221,203)
#E1E4D7
(225,228,215)
#EAEBE3
(234,235,227)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99AC77 color. Also use rgb(153,172,119) instead hex code.

Text Font Color

.myTextColor { color: #99AC77; }

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

This text font color is #99AC77.

Background Color

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

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

This div background color is #99AC77.

Border color

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

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

This div border color is #99AC77.

Opacity

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

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

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

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

This text has shadow with #99AC77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99AC77.

Preview

Color preview on black background

This text has color #99AC77 on black background.


Color preview on white background

This text has color #99AC77 on white background.


Black color preview on #99AC77 background

This text has black color on #99AC77 background.


White color preview on #99AC77 background

This text has white color on #99AC77 background.


Related colors

Complementary color

Complementary color for #hex is #665388.


I love getcolorcode.com

Triadic colors

1 #7799AC and #AC7799 with #99AC77 are triadic colors.

2 #77AC99 and #AC9977 with #99AC77 are triadic colors.