COLOR #99AD6F

HEX: #99AD6F RGB: (153,173,111)

Color info

#99AD6F contains mainly red and green colors. Web safe color of #99AD6F is #999966 (or #996).

RGB color model

#99AD6F color RGB value is (153,173,111).

RGB: (153,173,111) (60%, 68%, 44%)

RGB channels and saturation

R 153 of 255 = 60%
G 173 of 255 = 68%
B 111 of 255 = 44%

153
173
111

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

Portions of RGB colors in percentages

R + G + B = 153 + 173 + 111 = 437 (100%)
R 153 of 437 ~ 35.01%
G 173 of 437 ~ 39.59%
B 111 of 437 ~ 25.4'%

%35.01
%39.59
%25.4

CMYK color model

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

  • cyan value is 11.56%
  • magenta value is 0.00%
  • yellow value is 35.84%
  • key color value is 32.16%

CMYK: (12,0,36,32)
C12M0Y36K32 (12%, 0%, 36%, 32%)
(0.12 / 0.00 / 0.36 / 0.32)

CMYK percentages

%11.56
%0
%35.84
%32.16

Codes

Color #99AD6F in popluar color models

99 AD 6F
RGB 153 173 111
HSL 79° 27.43% 55.69%
HSB/HSV 79° 35.84% 67.84%
CMYK 11.56% 0.00% 35.84%
32.16%

Color #99AD6F in popluar number systems.

HEX 99 AD 6F
Decimal 153 173 111
Binary 10011001 10101101 1101111
Octal 231 255 157

Shades and tints

Shades of #99AD6F

#99AD6F
(153,173,111)
#8C9E65
(140,158,101)
#7F8F5B
(127,143,91)
#728051
(114,128,81)
#657147
(101,113,71)
#58623D
(88,98,61)
#4B5333
(75,83,51)
#3E4429
(62,68,41)
#31351F
(49,53,31)
#242615
(36,38,21)
#17170B
(23,23,11)
#000000
(0,0,0)

Tints of #99AD6F

#99AD6F
(153,173,111)
#A2B47C
(162,180,124)
#ABBB89
(171,187,137)
#B4C296
(180,194,150)
#BDC9A3
(189,201,163)
#C6D0B0
(198,208,176)
#CFD7BD
(207,215,189)
#D8DECA
(216,222,202)
#E1E5D7
(225,229,215)
#EAECE4
(234,236,228)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99AD6F; }

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

This text font color is #99AD6F.

Background Color

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

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

This div background color is #99AD6F.

Border color

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

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

This div border color is #99AD6F.

Opacity

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

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

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

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

This text has shadow with #99AD6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99AD6F.

Preview

Color preview on black background

This text has color #99AD6F on black background.


Color preview on white background

This text has color #99AD6F on white background.


Black color preview on #99AD6F background

This text has black color on #99AD6F background.


White color preview on #99AD6F background

This text has white color on #99AD6F background.


Related colors

Complementary color

Complementary color for #hex is #665290.


I love getcolorcode.com

Triadic colors

1 #6F99AD and #AD6F99 with #99AD6F are triadic colors.

2 #6FAD99 and #AD996F with #99AD6F are triadic colors.