COLOR #899F79

HEX: #899F79 RGB: (137,159,121)

Color info

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

RGB color model

#899F79 color RGB value is (137,159,121).

RGB: (137,159,121) (54%, 62%, 47%)

RGB channels and saturation

R 137 of 255 = 54%
G 159 of 255 = 62%
B 121 of 255 = 47%

137
159
121

R + G + B ~ 54%. #899F79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 159 + 121 = 417 (100%)
R 137 of 417 ~ 32.85%
G 159 of 417 ~ 38.13%
B 121 of 417 ~ 29.02'%

%32.85
%38.13
%29.02

CMYK color model

#899F79 color CMYK value is (14,0,24,38).

  • cyan value is 13.84%
  • magenta value is 0.00%
  • yellow value is 23.90%
  • key color value is 37.65%

CMYK: (14,0,24,38)
C14M0Y24K38 (14%, 0%, 24%, 38%)
(0.14 / 0.00 / 0.24 / 0.38)

CMYK percentages

%13.84
%0
%23.9
%37.65

Codes

Color #899F79 in popluar color models

89 9F 79
RGB 137 159 121
HSL 95° 16.52% 54.90%
HSB/HSV 95° 23.90% 62.35%
CMYK 13.84% 0.00% 23.90%
37.65%

Color #899F79 in popluar number systems.

HEX 89 9F 79
Decimal 137 159 121
Binary 10001001 10011111 1111001
Octal 211 237 171

Shades and tints

Shades of #899F79

#899F79
(137,159,121)
#7D916E
(125,145,110)
#718363
(113,131,99)
#657558
(101,117,88)
#59674D
(89,103,77)
#4D5942
(77,89,66)
#414B37
(65,75,55)
#353D2C
(53,61,44)
#292F21
(41,47,33)
#1D2116
(29,33,22)
#11130B
(17,19,11)
#000000
(0,0,0)

Tints of #899F79

#899F79
(137,159,121)
#93A785
(147,167,133)
#9DAF91
(157,175,145)
#A7B79D
(167,183,157)
#B1BFA9
(177,191,169)
#BBC7B5
(187,199,181)
#C5CFC1
(197,207,193)
#CFD7CD
(207,215,205)
#D9DFD9
(217,223,217)
#E3E7E5
(227,231,229)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #899F79 color. Also use rgb(137,159,121) instead hex code.

Text Font Color

.myTextColor { color: #899F79; }

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

This text font color is #899F79.

Background Color

.myBgColor { background-color: #899F79; }

<div style="background-color:#899F79">Inner text</div>

This div background color is #899F79.

Border color

.myBorderColor { border: 1px solid #899F79; }

<div style="border:3px solid #899F79">Div</div>

This div border color is #899F79.

Opacity

.myOpacity80 { color: #899F79; opacity: 0.8; }

<p style="color:#899F79;opacity:0.8;">80%</p>

Text with #899F79 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 #899F79;}

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

This text has shadow with #899F79 color.


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

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

This text has shadow with #899F79 primary color and red secondary color.


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

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

This text has shadow with #899F79 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #899F79.

Preview

Color preview on black background

This text has color #899F79 on black background.


Color preview on white background

This text has color #899F79 on white background.


Black color preview on #899F79 background

This text has black color on #899F79 background.


White color preview on #899F79 background

This text has white color on #899F79 background.


Related colors

Complementary color

Complementary color for #hex is #766086.


I love getcolorcode.com

Triadic colors

1 #79899F and #9F7989 with #899F79 are triadic colors.

2 #799F89 and #9F8979 with #899F79 are triadic colors.