COLOR #89AC6F

HEX: #89AC6F RGB: (137,172,111)

Color info

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

RGB color model

#89AC6F color RGB value is (137,172,111).

RGB: (137,172,111) (54%, 67%, 44%)

RGB channels and saturation

R 137 of 255 = 54%
G 172 of 255 = 67%
B 111 of 255 = 44%

137
172
111

R + G + B ~ 55%. #89AC6F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 172 + 111 = 420 (100%)
R 137 of 420 ~ 32.62%
G 172 of 420 ~ 40.95%
B 111 of 420 ~ 26.43'%

%32.62
%40.95
%26.43

CMYK color model

#89AC6F color CMYK value is (20,0,35,33).

  • cyan value is 20.35%
  • magenta value is 0.00%
  • yellow value is 35.47%
  • key color value is 32.55%

CMYK: (20,0,35,33)
C20M0Y35K33 (20%, 0%, 35%, 33%)
(0.20 / 0.00 / 0.35 / 0.33)

CMYK percentages

%20.35
%0
%35.47
%32.55

Codes

Color #89AC6F in popluar color models

89 AC 6F
RGB 137 172 111
HSL 94° 26.87% 55.49%
HSB/HSV 94° 35.47% 67.45%
CMYK 20.35% 0.00% 35.47%
32.55%

Color #89AC6F in popluar number systems.

HEX 89 AC 6F
Decimal 137 172 111
Binary 10001001 10101100 1101111
Octal 211 254 157

Shades and tints

Shades of #89AC6F

#89AC6F
(137,172,111)
#7D9D65
(125,157,101)
#718E5B
(113,142,91)
#657F51
(101,127,81)
#597047
(89,112,71)
#4D613D
(77,97,61)
#415233
(65,82,51)
#354329
(53,67,41)
#29341F
(41,52,31)
#1D2515
(29,37,21)
#11160B
(17,22,11)
#000000
(0,0,0)

Tints of #89AC6F

#89AC6F
(137,172,111)
#93B37C
(147,179,124)
#9DBA89
(157,186,137)
#A7C196
(167,193,150)
#B1C8A3
(177,200,163)
#BBCFB0
(187,207,176)
#C5D6BD
(197,214,189)
#CFDDCA
(207,221,202)
#D9E4D7
(217,228,215)
#E3EBE4
(227,235,228)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89AC6F color. Also use rgb(137,172,111) instead hex code.

Text Font Color

.myTextColor { color: #89AC6F; }

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

This text font color is #89AC6F.

Background Color

.myBgColor { background-color: #89AC6F; }

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

This div background color is #89AC6F.

Border color

.myBorderColor { border: 1px solid #89AC6F; }

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

This div border color is #89AC6F.

Opacity

.myOpacity80 { color: #89AC6F; opacity: 0.8; }

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

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

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

This text has shadow with #89AC6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89AC6F.

Preview

Color preview on black background

This text has color #89AC6F on black background.


Color preview on white background

This text has color #89AC6F on white background.


Black color preview on #89AC6F background

This text has black color on #89AC6F background.


White color preview on #89AC6F background

This text has white color on #89AC6F background.


Related colors

Complementary color

Complementary color for #hex is #765390.


I love getcolorcode.com

Triadic colors

1 #6F89AC and #AC6F89 with #89AC6F are triadic colors.

2 #6FAC89 and #AC896F with #89AC6F are triadic colors.