COLOR #89A74B

HEX: #89A74B
RGB: (137,167,75)

Color info

#89A74B contains mainly red and green colors. Web safe color of #89A74B is #999933 (or #993).

RGB color model

#89A74B color RGB value is (137,167,75).

  • red value is 137;
  • green value is 167;
  • blue value is 75.
RGB:
(137,167,75)
(54%,65%,29%)

RGB channels and saturation

R 137 of 255 = 54%
G 167 of 255 = 65%
B 75 of 255 = 29%

137
167
75

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

Portions of RGB colors in percentages

R + G + B =
137 + 167 + 75 = 379 (100%)
R 137 of 379 ~ 36.15%
G 167 of 379 ~ 44.06%
B 75 of 379 ~ 19.79%

%36.15
%44.06
%19.79

CMYK color model

#89A74B color CMYK value is (18,0,55,35).

  • cyan value is 17.96%
  • magenta value is 0.00%
  • yellow value is 55.09%
  • key color value is 34.51%
CMYK:
(18,0,55,35)
C18M0Y55K35 
(18%,0%,55%,35%)
(0.18/0.00/0.55/0.35)	

CMYK percentages

%17.96
%0
%55.09
%34.51

Codes

Color #89A74B in popluar color models

89A74B
RGB13716775
HSL80°38.02%47.45%
HSB/HSV80°55.09%65.49%
CMYK17.96%0.00%55.09%
34.51%

Color #89A74B in popluar number systems.

HEX89A74B
Decimal13716775
Binary10001001101001111001011
Octal211247113

Shades and tints

Shades of #89A74B

#89A74B
(137,167,75)
#7D9845
(125,152,69)
#71893F
(113,137,63)
#657A39
(101,122,57)
#596B33
(89,107,51)
#4D5C2D
(77,92,45)
#414D27
(65,77,39)
#353E21
(53,62,33)
#292F1B
(41,47,27)
#1D2015
(29,32,21)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #89A74B

#89A74B
(137,167,75)
#93AF5B
(147,175,91)
#9DB76B
(157,183,107)
#A7BF7B
(167,191,123)
#B1C78B
(177,199,139)
#BBCF9B
(187,207,155)
#C5D7AB
(197,215,171)
#CFDFBB
(207,223,187)
#D9E7CB
(217,231,203)
#E3EFDB
(227,239,219)
#EDF7EB
(237,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A74B; }

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

This text font color is #89A74B.


Background Color

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

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

This div background color is #89A74B.


Border color

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

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

This div border color is #89A74B.


Opacity

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

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

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

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

This text has shadow with #89A74B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A74B on black background.


Color preview on white background

This text has color #89A74B on white background.



Black color preview on #89A74B background

This text has black color on #89A74B background.


White color preview on #89A74B background

This text has white color on #89A74B background.