COLOR #89AE72

HEX: #89AE72 RGB: (137,174,114)

Color info

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

RGB color model

#89AE72 color RGB value is (137,174,114).

RGB: (137,174,114) (54%, 68%, 45%)

RGB channels and saturation

R 137 of 255 = 54%
G 174 of 255 = 68%
B 114 of 255 = 45%

137
174
114

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

Portions of RGB colors in percentages

R + G + B = 137 + 174 + 114 = 425 (100%)
R 137 of 425 ~ 32.24%
G 174 of 425 ~ 40.94%
B 114 of 425 ~ 26.82'%

%32.24
%40.94
%26.82

CMYK color model

#89AE72 color CMYK value is (21,0,34,32).

  • cyan value is 21.26%
  • magenta value is 0.00%
  • yellow value is 34.48%
  • key color value is 31.76%
CMYK: (21,0,34,32) C21M0Y34K32 (21%,0%,34%,32%) (0.21/0.00/0.34/0.32) 

CMYK percentages

%21.26
%0
%34.48
%31.76

Codes

Color #89AE72 in popluar color models

89 AE 72
RGB 137 174 114
HSL 97° 27.03% 56.47%
HSB/HSV 97° 34.48% 68.24%
CMYK 21.26% 0.00% 34.48%
31.76%

Color #89AE72 in popluar number systems.

HEX 89 AE 72
Decimal 137 174 114
Binary 10001001 10101110 1110010
Octal 211 256 162

Shades and tints

Shades of #89AE72

#89AE72
(137,174,114)
#7D9F68
(125,159,104)
#71905E
(113,144,94)
#658154
(101,129,84)
#59724A
(89,114,74)
#4D6340
(77,99,64)
#415436
(65,84,54)
#35452C
(53,69,44)
#293622
(41,54,34)
#1D2718
(29,39,24)
#11180E
(17,24,14)
#000000
(0,0,0)

Tints of #89AE72

#89AE72
(137,174,114)
#93B57E
(147,181,126)
#9DBC8A
(157,188,138)
#A7C396
(167,195,150)
#B1CAA2
(177,202,162)
#BBD1AE
(187,209,174)
#C5D8BA
(197,216,186)
#CFDFC6
(207,223,198)
#D9E6D2
(217,230,210)
#E3EDDE
(227,237,222)
#EDF4EA
(237,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89AE72 color. Also use rgb(137,174,114) instead hex code.

Text Font Color

.myTextColor { color: #89AE72; }

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

This text font color is #89AE72.

Background Color

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

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

This div background color is #89AE72.

Border color

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

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

This div border color is #89AE72.

Opacity

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

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

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

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

This text has shadow with #89AE72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89AE72.

Preview

Color preview on black background

This text has color #89AE72 on black background.


Color preview on white background

This text has color #89AE72 on white background.


Black color preview on #89AE72 background

This text has black color on #89AE72 background.


White color preview on #89AE72 background

This text has white color on #89AE72 background.


Related colors

Complementary color

Complementary color for #hex is #76518D.


I love getcolorcode.com

Triadic colors

1 #7289AE and #AE7289 with #89AE72 are triadic colors.

2 #72AE89 and #AE8972 with #89AE72 are triadic colors.