COLOR #89A16A

HEX: #89A16A RGB: (137,161,106)

Color info

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

RGB color model

#89A16A color RGB value is (137,161,106).

RGB: (137,161,106) (54%, 63%, 42%)

RGB channels and saturation

R 137 of 255 = 54%
G 161 of 255 = 63%
B 106 of 255 = 42%

137
161
106

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

Portions of RGB colors in percentages

R + G + B = 137 + 161 + 106 = 404 (100%)
R 137 of 404 ~ 33.91%
G 161 of 404 ~ 39.85%
B 106 of 404 ~ 26.24'%

%33.91
%39.85
%26.24

CMYK color model

#89A16A color CMYK value is (15,0,34,37).

  • cyan value is 14.91%
  • magenta value is 0.00%
  • yellow value is 34.16%
  • key color value is 36.86%

CMYK: (15,0,34,37)
C15M0Y34K37 (15%, 0%, 34%, 37%)
(0.15 / 0.00 / 0.34 / 0.37)

CMYK percentages

%14.91
%0
%34.16
%36.86

Codes

Color #89A16A in popluar color models

89 A1 6A
RGB 137 161 106
HSL 86° 22.63% 52.35%
HSB/HSV 86° 34.16% 63.14%
CMYK 14.91% 0.00% 34.16%
36.86%

Color #89A16A in popluar number systems.

HEX 89 A1 6A
Decimal 137 161 106
Binary 10001001 10100001 1101010
Octal 211 241 152

Shades and tints

Shades of #89A16A

#89A16A
(137,161,106)
#7D9361
(125,147,97)
#718558
(113,133,88)
#65774F
(101,119,79)
#596946
(89,105,70)
#4D5B3D
(77,91,61)
#414D34
(65,77,52)
#353F2B
(53,63,43)
#293122
(41,49,34)
#1D2319
(29,35,25)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #89A16A

#89A16A
(137,161,106)
#93A977
(147,169,119)
#9DB184
(157,177,132)
#A7B991
(167,185,145)
#B1C19E
(177,193,158)
#BBC9AB
(187,201,171)
#C5D1B8
(197,209,184)
#CFD9C5
(207,217,197)
#D9E1D2
(217,225,210)
#E3E9DF
(227,233,223)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A16A color. Also use rgb(137,161,106) instead hex code.

Text Font Color

.myTextColor { color: #89A16A; }

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

This text font color is #89A16A.

Background Color

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

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

This div background color is #89A16A.

Border color

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

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

This div border color is #89A16A.

Opacity

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

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

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

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

This text has shadow with #89A16A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89A16A.

Preview

Color preview on black background

This text has color #89A16A on black background.


Color preview on white background

This text has color #89A16A on white background.


Black color preview on #89A16A background

This text has black color on #89A16A background.


White color preview on #89A16A background

This text has white color on #89A16A background.


Related colors

Complementary color

Complementary color for #hex is #765E95.


I love getcolorcode.com

Triadic colors

1 #6A89A1 and #A16A89 with #89A16A are triadic colors.

2 #6AA189 and #A1896A with #89A16A are triadic colors.