COLOR #89AA6A

HEX: #89AA6A
RGB: (137,170,106)

Color info

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

RGB color model

#89AA6A color RGB value is (137,170,106).

  • red value is 137;
  • green value is 170;
  • blue value is 106.
RGB:
(137,170,106)
(54%,67%,42%)

RGB channels and saturation

R 137 of 255 = 54%
G 170 of 255 = 67%
B 106 of 255 = 42%

137
170
106

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

Portions of RGB colors in percentages

R + G + B =
137 + 170 + 106 = 413 (100%)
R 137 of 413 ~ 33.17%
G 170 of 413 ~ 41.16%
B 106 of 413 ~ 25.67%

%33.17
%41.16
%25.67

CMYK color model

#89AA6A color CMYK value is (19,0,38,33).

  • cyan value is 19.41%
  • magenta value is 0.00%
  • yellow value is 37.65%
  • key color value is 33.33%
CMYK:
(19,0,38,33)
C19M0Y38K33 
(19%,0%,38%,33%)
(0.19/0.00/0.38/0.33)	

CMYK percentages

%19.41
%0
%37.65
%33.33

Codes

Color #89AA6A in popluar color models

89AA6A
RGB137170106
HSL91°27.35%54.12%
HSB/HSV91°37.65%66.67%
CMYK19.41%0.00%37.65%
33.33%

Color #89AA6A in popluar number systems.

HEX89AA6A
Decimal137170106
Binary10001001101010101101010
Octal211252152

Shades and tints

Shades of #89AA6A

#89AA6A
(137,170,106)
#7D9B61
(125,155,97)
#718C58
(113,140,88)
#657D4F
(101,125,79)
#596E46
(89,110,70)
#4D5F3D
(77,95,61)
#415034
(65,80,52)
#35412B
(53,65,43)
#293222
(41,50,34)
#1D2319
(29,35,25)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #89AA6A

#89AA6A
(137,170,106)
#93B177
(147,177,119)
#9DB884
(157,184,132)
#A7BF91
(167,191,145)
#B1C69E
(177,198,158)
#BBCDAB
(187,205,171)
#C5D4B8
(197,212,184)
#CFDBC5
(207,219,197)
#D9E2D2
(217,226,210)
#E3E9DF
(227,233,223)
#EDF0EC
(237,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89AA6A color. Also use rgb(137,170,106) instead hex code.

Text Font Color

.myTextColor { color: #89AA6A; }

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

This text font color is #89AA6A.


Background Color

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

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

This div background color is #89AA6A.


Border color

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

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

This div border color is #89AA6A.


Opacity

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

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

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

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

This text has shadow with #89AA6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89AA6A on black background.


Color preview on white background

This text has color #89AA6A on white background.



Black color preview on #89AA6A background

This text has black color on #89AA6A background.


White color preview on #89AA6A background

This text has white color on #89AA6A background.