COLOR #89A77D

HEX: #89A77D
RGB: (137,167,125)

Color info

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

RGB color model

#89A77D color RGB value is (137,167,125).

  • red value is 137;
  • green value is 167;
  • blue value is 125.
RGB:
(137,167,125)
(54%,65%,49%)

RGB channels and saturation

R 137 of 255 = 54%
G 167 of 255 = 65%
B 125 of 255 = 49%

137
167
125

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

Portions of RGB colors in percentages

R + G + B =
137 + 167 + 125 = 429 (100%)
R 137 of 429 ~ 31.93%
G 167 of 429 ~ 38.93%
B 125 of 429 ~ 29.14%

%31.93
%38.93
%29.14

CMYK color model

#89A77D color CMYK value is (18,0,25,35).

  • cyan value is 17.96%
  • magenta value is 0.00%
  • yellow value is 25.15%
  • key color value is 34.51%
CMYK:
(18,0,25,35)
C18M0Y25K35 
(18%,0%,25%,35%)
(0.18/0.00/0.25/0.35)	

CMYK percentages

%17.96
%0
%25.15
%34.51

Codes

Color #89A77D in popluar color models

89A77D
RGB137167125
HSL103°19.27%57.25%
HSB/HSV103°25.15%65.49%
CMYK17.96%0.00%25.15%
34.51%

Color #89A77D in popluar number systems.

HEX89A77D
Decimal137167125
Binary10001001101001111111101
Octal211247175

Shades and tints

Shades of #89A77D

#89A77D
(137,167,125)
#7D9872
(125,152,114)
#718967
(113,137,103)
#657A5C
(101,122,92)
#596B51
(89,107,81)
#4D5C46
(77,92,70)
#414D3B
(65,77,59)
#353E30
(53,62,48)
#292F25
(41,47,37)
#1D201A
(29,32,26)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #89A77D

#89A77D
(137,167,125)
#93AF88
(147,175,136)
#9DB793
(157,183,147)
#A7BF9E
(167,191,158)
#B1C7A9
(177,199,169)
#BBCFB4
(187,207,180)
#C5D7BF
(197,215,191)
#CFDFCA
(207,223,202)
#D9E7D5
(217,231,213)
#E3EFE0
(227,239,224)
#EDF7EB
(237,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A77D color. Also use rgb(137,167,125) instead hex code.

Text Font Color

.myTextColor { color: #89A77D; }

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

This text font color is #89A77D.


Background Color

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

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

This div background color is #89A77D.


Border color

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

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

This div border color is #89A77D.


Opacity

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

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

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

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

This text has shadow with #89A77D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A77D on black background.


Color preview on white background

This text has color #89A77D on white background.



Black color preview on #89A77D background

This text has black color on #89A77D background.


White color preview on #89A77D background

This text has white color on #89A77D background.