COLOR #8FAA79

HEX: #8FAA79 RGB: (143,170,121)

Color info

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

RGB color model

#8FAA79 color RGB value is (143,170,121).

RGB: (143,170,121) (56%, 67%, 47%)

RGB channels and saturation

R 143 of 255 = 56%
G 170 of 255 = 67%
B 121 of 255 = 47%

143
170
121

R + G + B ~ 57%. #8FAA79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 143 + 170 + 121 = 434 (100%)
R 143 of 434 ~ 32.95%
G 170 of 434 ~ 39.17%
B 121 of 434 ~ 27.88'%

%32.95
%39.17
%27.88

CMYK color model

#8FAA79 color CMYK value is (16,0,29,33).

  • cyan value is 15.88%
  • magenta value is 0.00%
  • yellow value is 28.82%
  • key color value is 33.33%

CMYK: (16,0,29,33)
C16M0Y29K33 (16%, 0%, 29%, 33%)
(0.16 / 0.00 / 0.29 / 0.33)

CMYK percentages

%15.88
%0
%28.82
%33.33

Codes

Color #8FAA79 in popluar color models

8F AA 79
RGB 143 170 121
HSL 93° 22.37% 57.06%
HSB/HSV 93° 28.82% 66.67%
CMYK 15.88% 0.00% 28.82%
33.33%

Color #8FAA79 in popluar number systems.

HEX 8F AA 79
Decimal 143 170 121
Binary 10001111 10101010 1111001
Octal 217 252 171

Shades and tints

Shades of #8FAA79

#8FAA79
(143,170,121)
#829B6E
(130,155,110)
#758C63
(117,140,99)
#687D58
(104,125,88)
#5B6E4D
(91,110,77)
#4E5F42
(78,95,66)
#415037
(65,80,55)
#34412C
(52,65,44)
#273221
(39,50,33)
#1A2316
(26,35,22)
#0D140B
(13,20,11)
#000000
(0,0,0)

Tints of #8FAA79

#8FAA79
(143,170,121)
#99B185
(153,177,133)
#A3B891
(163,184,145)
#ADBF9D
(173,191,157)
#B7C6A9
(183,198,169)
#C1CDB5
(193,205,181)
#CBD4C1
(203,212,193)
#D5DBCD
(213,219,205)
#DFE2D9
(223,226,217)
#E9E9E5
(233,233,229)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FAA79 color. Also use rgb(143,170,121) instead hex code.

Text Font Color

.myTextColor { color: #8FAA79; }

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

This text font color is #8FAA79.

Background Color

.myBgColor { background-color: #8FAA79; }

<div style="background-color:#8FAA79">Inner text</div>

This div background color is #8FAA79.

Border color

.myBorderColor { border: 1px solid #8FAA79; }

<div style="border:3px solid #8FAA79">Div</div>

This div border color is #8FAA79.

Opacity

.myOpacity80 { color: #8FAA79; opacity: 0.8; }

<p style="color:#8FAA79;opacity:0.8;">80%</p>

Text with #8FAA79 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 #8FAA79;}

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

This text has shadow with #8FAA79 color.


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

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

This text has shadow with #8FAA79 primary color and red secondary color.


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

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

This text has shadow with #8FAA79 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8FAA79.

Preview

Color preview on black background

This text has color #8FAA79 on black background.


Color preview on white background

This text has color #8FAA79 on white background.


Black color preview on #8FAA79 background

This text has black color on #8FAA79 background.


White color preview on #8FAA79 background

This text has white color on #8FAA79 background.


Related colors

Complementary color

Complementary color for #hex is #705586.


I love getcolorcode.com

Triadic colors

1 #798FAA and #AA798F with #8FAA79 are triadic colors.

2 #79AA8F and #AA8F79 with #8FAA79 are triadic colors.