COLOR #89A670

HEX: #89A670
RGB: (137,166,112)

Color info

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

RGB color model

#89A670 color RGB value is (137,166,112).

  • red value is 137;
  • green value is 166;
  • blue value is 112.
RGB:
(137,166,112)
(54%,65%,44%)

RGB channels and saturation

R 137 of 255 = 54%
G 166 of 255 = 65%
B 112 of 255 = 44%

137
166
112

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

Portions of RGB colors in percentages

R + G + B =
137 + 166 + 112 = 415 (100%)
R 137 of 415 ~ 33.01%
G 166 of 415 ~ 40%
B 112 of 415 ~ 26.99%

%33.01
%40
%26.99

CMYK color model

#89A670 color CMYK value is (17,0,33,35).

  • cyan value is 17.47%
  • magenta value is 0.00%
  • yellow value is 32.53%
  • key color value is 34.90%
CMYK:
(17,0,33,35)
C17M0Y33K35 
(17%,0%,33%,35%)
(0.17/0.00/0.33/0.35)	

CMYK percentages

%17.47
%0
%32.53
%34.9

Codes

Color #89A670 in popluar color models

89A670
RGB137166112
HSL92°23.28%54.51%
HSB/HSV92°32.53%65.10%
CMYK17.47%0.00%32.53%
34.90%

Color #89A670 in popluar number systems.

HEX89A670
Decimal137166112
Binary10001001101001101110000
Octal211246160

Shades and tints

Shades of #89A670

#89A670
(137,166,112)
#7D9766
(125,151,102)
#71885C
(113,136,92)
#657952
(101,121,82)
#596A48
(89,106,72)
#4D5B3E
(77,91,62)
#414C34
(65,76,52)
#353D2A
(53,61,42)
#292E20
(41,46,32)
#1D1F16
(29,31,22)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #89A670

#89A670
(137,166,112)
#93AE7D
(147,174,125)
#9DB68A
(157,182,138)
#A7BE97
(167,190,151)
#B1C6A4
(177,198,164)
#BBCEB1
(187,206,177)
#C5D6BE
(197,214,190)
#CFDECB
(207,222,203)
#D9E6D8
(217,230,216)
#E3EEE5
(227,238,229)
#EDF6F2
(237,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A670 color. Also use rgb(137,166,112) instead hex code.

Text Font Color

.myTextColor { color: #89A670; }

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

This text font color is #89A670.


Background Color

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

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

This div background color is #89A670.


Border color

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

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

This div border color is #89A670.


Opacity

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

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

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

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

This text has shadow with #89A670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A670 on black background.


Color preview on white background

This text has color #89A670 on white background.



Black color preview on #89A670 background

This text has black color on #89A670 background.


White color preview on #89A670 background

This text has white color on #89A670 background.