COLOR #89AA65

HEX: #89AA65
RGB: (137,170,101)

Color info

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

RGB color model

#89AA65 color RGB value is (137,170,101).

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

RGB channels and saturation

R 137 of 255 = 54%
G 170 of 255 = 67%
B 101 of 255 = 40%

137
170
101

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

Portions of RGB colors in percentages

R + G + B =
137 + 170 + 101 = 408 (100%)
R 137 of 408 ~ 33.58%
G 170 of 408 ~ 41.67%
B 101 of 408 ~ 24.75%

%33.58
%41.67
%24.75

CMYK color model

#89AA65 color CMYK value is (19,0,41,33).

  • cyan value is 19.41%
  • magenta value is 0.00%
  • yellow value is 40.59%
  • key color value is 33.33%
CMYK:
(19,0,41,33)
C19M0Y41K33 
(19%,0%,41%,33%)
(0.19/0.00/0.41/0.33)	

CMYK percentages

%19.41
%0
%40.59
%33.33

Codes

Color #89AA65 in popluar color models

89AA65
RGB137170101
HSL89°28.87%53.14%
HSB/HSV89°40.59%66.67%
CMYK19.41%0.00%40.59%
33.33%

Color #89AA65 in popluar number systems.

HEX89AA65
Decimal137170101
Binary10001001101010101100101
Octal211252145

Shades and tints

Shades of #89AA65

#89AA65
(137,170,101)
#7D9B5C
(125,155,92)
#718C53
(113,140,83)
#657D4A
(101,125,74)
#596E41
(89,110,65)
#4D5F38
(77,95,56)
#41502F
(65,80,47)
#354126
(53,65,38)
#29321D
(41,50,29)
#1D2314
(29,35,20)
#11140B
(17,20,11)
#000000
(0,0,0)

Tints of #89AA65

#89AA65
(137,170,101)
#93B173
(147,177,115)
#9DB881
(157,184,129)
#A7BF8F
(167,191,143)
#B1C69D
(177,198,157)
#BBCDAB
(187,205,171)
#C5D4B9
(197,212,185)
#CFDBC7
(207,219,199)
#D9E2D5
(217,226,213)
#E3E9E3
(227,233,227)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89AA65; }

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

This text font color is #89AA65.


Background Color

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

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

This div background color is #89AA65.


Border color

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

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

This div border color is #89AA65.


Opacity

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

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

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

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

This text has shadow with #89AA65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89AA65 on black background.


Color preview on white background

This text has color #89AA65 on white background.



Black color preview on #89AA65 background

This text has black color on #89AA65 background.


White color preview on #89AA65 background

This text has white color on #89AA65 background.