COLOR #8AAA79

HEX: #8AAA79
RGB: (138,170,121)

Color info

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

RGB color model

#8AAA79 color RGB value is (138,170,121).

  • red value is 138;
  • green value is 170;
  • blue value is 121.
RGB:
(138,170,121)
(54%,67%,47%)

RGB channels and saturation

R 138 of 255 = 54%
G 170 of 255 = 67%
B 121 of 255 = 47%

138
170
121

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

Portions of RGB colors in percentages

R + G + B =
138 + 170 + 121 = 429 (100%)
R 138 of 429 ~ 32.17%
G 170 of 429 ~ 39.63%
B 121 of 429 ~ 28.21%

%32.17
%39.63
%28.21

CMYK color model

#8AAA79 color CMYK value is (19,0,29,33).

  • cyan value is 18.82%
  • magenta value is 0.00%
  • yellow value is 28.82%
  • key color value is 33.33%
CMYK:
(19,0,29,33)
C19M0Y29K33 
(19%,0%,29%,33%)
(0.19/0.00/0.29/0.33)	

CMYK percentages

%18.82
%0
%28.82
%33.33

Codes

Color #8AAA79 in popluar color models

8AAA79
RGB138170121
HSL99°22.37%57.06%
HSB/HSV99°28.82%66.67%
CMYK18.82%0.00%28.82%
33.33%

Color #8AAA79 in popluar number systems.

HEX8AAA79
Decimal138170121
Binary10001010101010101111001
Octal212252171

Shades and tints

Shades of #8AAA79

#8AAA79
(138,170,121)
#7E9B6E
(126,155,110)
#728C63
(114,140,99)
#667D58
(102,125,88)
#5A6E4D
(90,110,77)
#4E5F42
(78,95,66)
#425037
(66,80,55)
#36412C
(54,65,44)
#2A3221
(42,50,33)
#1E2316
(30,35,22)
#12140B
(18,20,11)
#000000
(0,0,0)

Tints of #8AAA79

#8AAA79
(138,170,121)
#94B185
(148,177,133)
#9EB891
(158,184,145)
#A8BF9D
(168,191,157)
#B2C6A9
(178,198,169)
#BCCDB5
(188,205,181)
#C6D4C1
(198,212,193)
#D0DBCD
(208,219,205)
#DAE2D9
(218,226,217)
#E4E9E5
(228,233,229)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AAA79; }

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

This text font color is #8AAA79.


Background Color

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

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

This div background color is #8AAA79.


Border color

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

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

This div border color is #8AAA79.


Opacity

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

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

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

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

This text has shadow with #8AAA79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AAA79 on black background.


Color preview on white background

This text has color #8AAA79 on white background.



Black color preview on #8AAA79 background

This text has black color on #8AAA79 background.


White color preview on #8AAA79 background

This text has white color on #8AAA79 background.