COLOR #89A75D

HEX: #89A75D RGB: (137,167,93)

Color info

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

RGB color model

#89A75D color RGB value is (137,167,93).

RGB: (137,167,93) (54%, 65%, 36%)

RGB channels and saturation

R 137 of 255 = 54%
G 167 of 255 = 65%
B 93 of 255 = 36%

137
167
93

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

Portions of RGB colors in percentages

R + G + B = 137 + 167 + 93 = 397 (100%)
R 137 of 397 ~ 34.51%
G 167 of 397 ~ 42.07%
B 93 of 397 ~ 23.43'%

%34.51
%42.07
%23.43

CMYK color model

#89A75D color CMYK value is (18,0,44,35).

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

CMYK: (18,0,44,35)
C18M0Y44K35 (18%, 0%, 44%, 35%)
(0.18 / 0.00 / 0.44 / 0.35)

CMYK percentages

%17.96
%0
%44.31
%34.51

Codes

Color #89A75D in popluar color models

89 A7 5D
RGB 137 167 93
HSL 84° 29.60% 50.98%
HSB/HSV 84° 44.31% 65.49%
CMYK 17.96% 0.00% 44.31%
34.51%

Color #89A75D in popluar number systems.

HEX 89 A7 5D
Decimal 137 167 93
Binary 10001001 10100111 1011101
Octal 211 247 135

Shades and tints

Shades of #89A75D

#89A75D
(137,167,93)
#7D9855
(125,152,85)
#71894D
(113,137,77)
#657A45
(101,122,69)
#596B3D
(89,107,61)
#4D5C35
(77,92,53)
#414D2D
(65,77,45)
#353E25
(53,62,37)
#292F1D
(41,47,29)
#1D2015
(29,32,21)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #89A75D

#89A75D
(137,167,93)
#93AF6B
(147,175,107)
#9DB779
(157,183,121)
#A7BF87
(167,191,135)
#B1C795
(177,199,149)
#BBCFA3
(187,207,163)
#C5D7B1
(197,215,177)
#CFDFBF
(207,223,191)
#D9E7CD
(217,231,205)
#E3EFDB
(227,239,219)
#EDF7E9
(237,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A75D; }

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

This text font color is #89A75D.

Background Color

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

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

This div background color is #89A75D.

Border color

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

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

This div border color is #89A75D.

Opacity

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

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

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

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

This text has shadow with #89A75D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89A75D.

Preview

Color preview on black background

This text has color #89A75D on black background.


Color preview on white background

This text has color #89A75D on white background.


Black color preview on #89A75D background

This text has black color on #89A75D background.


White color preview on #89A75D background

This text has white color on #89A75D background.


Related colors

Complementary color

Complementary color for #hex is #7658A2.


I love getcolorcode.com

Triadic colors

1 #5D89A7 and #A75D89 with #89A75D are triadic colors.

2 #5DA789 and #A7895D with #89A75D are triadic colors.