COLOR #89A764

HEX: #89A764 RGB: (137,167,100)

Color info

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

RGB color model

#89A764 color RGB value is (137,167,100).

RGB: (137,167,100) (54%, 65%, 39%)

RGB channels and saturation

R 137 of 255 = 54%
G 167 of 255 = 65%
B 100 of 255 = 39%

137
167
100

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

Portions of RGB colors in percentages

R + G + B = 137 + 167 + 100 = 404 (100%)
R 137 of 404 ~ 33.91%
G 167 of 404 ~ 41.34%
B 100 of 404 ~ 24.75'%

%33.91
%41.34
%24.75

CMYK color model

#89A764 color CMYK value is (18,0,40,35).

  • cyan value is 17.96%
  • magenta value is 0.00%
  • yellow value is 40.12%
  • key color value is 34.51%

CMYK: (18,0,40,35)
C18M0Y40K35 (18%, 0%, 40%, 35%)
(0.18 / 0.00 / 0.40 / 0.35)

CMYK percentages

%17.96
%0
%40.12
%34.51

Codes

Color #89A764 in popluar color models

89 A7 64
RGB 137 167 100
HSL 87° 27.57% 52.35%
HSB/HSV 87° 40.12% 65.49%
CMYK 17.96% 0.00% 40.12%
34.51%

Color #89A764 in popluar number systems.

HEX 89 A7 64
Decimal 137 167 100
Binary 10001001 10100111 1100100
Octal 211 247 144

Shades and tints

Shades of #89A764

#89A764
(137,167,100)
#7D985B
(125,152,91)
#718952
(113,137,82)
#657A49
(101,122,73)
#596B40
(89,107,64)
#4D5C37
(77,92,55)
#414D2E
(65,77,46)
#353E25
(53,62,37)
#292F1C
(41,47,28)
#1D2013
(29,32,19)
#11110A
(17,17,10)
#000000
(0,0,0)

Tints of #89A764

#89A764
(137,167,100)
#93AF72
(147,175,114)
#9DB780
(157,183,128)
#A7BF8E
(167,191,142)
#B1C79C
(177,199,156)
#BBCFAA
(187,207,170)
#C5D7B8
(197,215,184)
#CFDFC6
(207,223,198)
#D9E7D4
(217,231,212)
#E3EFE2
(227,239,226)
#EDF7F0
(237,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A764 color. Also use rgb(137,167,100) instead hex code.

Text Font Color

.myTextColor { color: #89A764; }

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

This text font color is #89A764.

Background Color

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

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

This div background color is #89A764.

Border color

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

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

This div border color is #89A764.

Opacity

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

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

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

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

This text has shadow with #89A764 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89A764.

Preview

Color preview on black background

This text has color #89A764 on black background.


Color preview on white background

This text has color #89A764 on white background.


Black color preview on #89A764 background

This text has black color on #89A764 background.


White color preview on #89A764 background

This text has white color on #89A764 background.


Related colors

Complementary color

Complementary color for #hex is #76589B.


I love getcolorcode.com

Triadic colors

1 #6489A7 and #A76489 with #89A764 are triadic colors.

2 #64A789 and #A78964 with #89A764 are triadic colors.