COLOR #89A960

HEX: #89A960
RGB: (137,169,96)

Color info

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

RGB color model

#89A960 color RGB value is (137,169,96).

  • red value is 137;
  • green value is 169;
  • blue value is 96.
RGB:
(137,169,96)
(54%,66%,38%)

RGB channels and saturation

R 137 of 255 = 54%
G 169 of 255 = 66%
B 96 of 255 = 38%

137
169
96

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

Portions of RGB colors in percentages

R + G + B =
137 + 169 + 96 = 402 (100%)
R 137 of 402 ~ 34.08%
G 169 of 402 ~ 42.04%
B 96 of 402 ~ 23.88%

%34.08
%42.04
%23.88

CMYK color model

#89A960 color CMYK value is (19,0,43,34).

  • cyan value is 18.93%
  • magenta value is 0.00%
  • yellow value is 43.20%
  • key color value is 33.73%
CMYK:
(19,0,43,34)
C19M0Y43K34 
(19%,0%,43%,34%)
(0.19/0.00/0.43/0.34)	

CMYK percentages

%18.93
%0
%43.2
%33.73

Codes

Color #89A960 in popluar color models

89A960
RGB13716996
HSL86°29.80%51.96%
HSB/HSV86°43.20%66.27%
CMYK18.93%0.00%43.20%
33.73%

Color #89A960 in popluar number systems.

HEX89A960
Decimal13716996
Binary10001001101010011100000
Octal211251140

Shades and tints

Shades of #89A960

#89A960
(137,169,96)
#7D9A58
(125,154,88)
#718B50
(113,139,80)
#657C48
(101,124,72)
#596D40
(89,109,64)
#4D5E38
(77,94,56)
#414F30
(65,79,48)
#354028
(53,64,40)
#293120
(41,49,32)
#1D2218
(29,34,24)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #89A960

#89A960
(137,169,96)
#93B06E
(147,176,110)
#9DB77C
(157,183,124)
#A7BE8A
(167,190,138)
#B1C598
(177,197,152)
#BBCCA6
(187,204,166)
#C5D3B4
(197,211,180)
#CFDAC2
(207,218,194)
#D9E1D0
(217,225,208)
#E3E8DE
(227,232,222)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A960 color. Also use rgb(137,169,96) instead hex code.

Text Font Color

.myTextColor { color: #89A960; }

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

This text font color is #89A960.


Background Color

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

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

This div background color is #89A960.


Border color

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

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

This div border color is #89A960.


Opacity

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

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

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

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

This text has shadow with #89A960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A960 on black background.


Color preview on white background

This text has color #89A960 on white background.



Black color preview on #89A960 background

This text has black color on #89A960 background.


White color preview on #89A960 background

This text has white color on #89A960 background.