COLOR #89A977

HEX: #89A977
RGB: (137,169,119)

Color info

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

RGB color model

#89A977 color RGB value is (137,169,119).

  • red value is 137;
  • green value is 169;
  • blue value is 119.
RGB:
(137,169,119)
(54%,66%,47%)

RGB channels and saturation

R 137 of 255 = 54%
G 169 of 255 = 66%
B 119 of 255 = 47%

137
169
119

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

Portions of RGB colors in percentages

R + G + B =
137 + 169 + 119 = 425 (100%)
R 137 of 425 ~ 32.24%
G 169 of 425 ~ 39.76%
B 119 of 425 ~ 28%

%32.24
%39.76
%28

CMYK color model

#89A977 color CMYK value is (19,0,30,34).

  • cyan value is 18.93%
  • magenta value is 0.00%
  • yellow value is 29.59%
  • key color value is 33.73%
CMYK:
(19,0,30,34)
C19M0Y30K34 
(19%,0%,30%,34%)
(0.19/0.00/0.30/0.34)	

CMYK percentages

%18.93
%0
%29.59
%33.73

Codes

Color #89A977 in popluar color models

89A977
RGB137169119
HSL98°22.52%56.47%
HSB/HSV98°29.59%66.27%
CMYK18.93%0.00%29.59%
33.73%

Color #89A977 in popluar number systems.

HEX89A977
Decimal137169119
Binary10001001101010011110111
Octal211251167

Shades and tints

Shades of #89A977

#89A977
(137,169,119)
#7D9A6D
(125,154,109)
#718B63
(113,139,99)
#657C59
(101,124,89)
#596D4F
(89,109,79)
#4D5E45
(77,94,69)
#414F3B
(65,79,59)
#354031
(53,64,49)
#293127
(41,49,39)
#1D221D
(29,34,29)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #89A977

#89A977
(137,169,119)
#93B083
(147,176,131)
#9DB78F
(157,183,143)
#A7BE9B
(167,190,155)
#B1C5A7
(177,197,167)
#BBCCB3
(187,204,179)
#C5D3BF
(197,211,191)
#CFDACB
(207,218,203)
#D9E1D7
(217,225,215)
#E3E8E3
(227,232,227)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A977 color. Also use rgb(137,169,119) instead hex code.

Text Font Color

.myTextColor { color: #89A977; }

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

This text font color is #89A977.


Background Color

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

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

This div background color is #89A977.


Border color

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

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

This div border color is #89A977.


Opacity

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

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

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

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

This text has shadow with #89A977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A977 on black background.


Color preview on white background

This text has color #89A977 on white background.



Black color preview on #89A977 background

This text has black color on #89A977 background.


White color preview on #89A977 background

This text has white color on #89A977 background.