COLOR #89AC75

HEX: #89AC75
RGB: (137,172,117)

Color info

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

RGB color model

#89AC75 color RGB value is (137,172,117).

  • red value is 137;
  • green value is 172;
  • blue value is 117.
RGB:
(137,172,117)
(54%,67%,46%)

RGB channels and saturation

R 137 of 255 = 54%
G 172 of 255 = 67%
B 117 of 255 = 46%

137
172
117

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

Portions of RGB colors in percentages

R + G + B =
137 + 172 + 117 = 426 (100%)
R 137 of 426 ~ 32.16%
G 172 of 426 ~ 40.38%
B 117 of 426 ~ 27.46%

%32.16
%40.38
%27.46

CMYK color model

#89AC75 color CMYK value is (20,0,32,33).

  • cyan value is 20.35%
  • magenta value is 0.00%
  • yellow value is 31.98%
  • key color value is 32.55%
CMYK:
(20,0,32,33)
C20M0Y32K33 
(20%,0%,32%,33%)
(0.20/0.00/0.32/0.33)	

CMYK percentages

%20.35
%0
%31.98
%32.55

Codes

Color #89AC75 in popluar color models

89AC75
RGB137172117
HSL98°24.89%56.67%
HSB/HSV98°31.98%67.45%
CMYK20.35%0.00%31.98%
32.55%

Color #89AC75 in popluar number systems.

HEX89AC75
Decimal137172117
Binary10001001101011001110101
Octal211254165

Shades and tints

Shades of #89AC75

#89AC75
(137,172,117)
#7D9D6B
(125,157,107)
#718E61
(113,142,97)
#657F57
(101,127,87)
#59704D
(89,112,77)
#4D6143
(77,97,67)
#415239
(65,82,57)
#35432F
(53,67,47)
#293425
(41,52,37)
#1D251B
(29,37,27)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #89AC75

#89AC75
(137,172,117)
#93B381
(147,179,129)
#9DBA8D
(157,186,141)
#A7C199
(167,193,153)
#B1C8A5
(177,200,165)
#BBCFB1
(187,207,177)
#C5D6BD
(197,214,189)
#CFDDC9
(207,221,201)
#D9E4D5
(217,228,213)
#E3EBE1
(227,235,225)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89AC75 color. Also use rgb(137,172,117) instead hex code.

Text Font Color

.myTextColor { color: #89AC75; }

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

This text font color is #89AC75.


Background Color

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

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

This div background color is #89AC75.


Border color

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

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

This div border color is #89AC75.


Opacity

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

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

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

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

This text has shadow with #89AC75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89AC75 on black background.


Color preview on white background

This text has color #89AC75 on white background.



Black color preview on #89AC75 background

This text has black color on #89AC75 background.


White color preview on #89AC75 background

This text has white color on #89AC75 background.