COLOR #97AA79

HEX: #97AA79
RGB: (151,170,121)

Color info

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

RGB color model

#97AA79 color RGB value is (151,170,121).

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

RGB channels and saturation

R 151 of 255 = 59%
G 170 of 255 = 67%
B 121 of 255 = 47%

151
170
121

R + G + B ~ 58%. #97AA79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 170 + 121 = 442 (100%)
R 151 of 442 ~ 34.16%
G 170 of 442 ~ 38.46%
B 121 of 442 ~ 27.38%

%34.16
%38.46
%27.38

CMYK color model

#97AA79 color CMYK value is (11,0,29,33).

  • cyan value is 11.18%
  • magenta value is 0.00%
  • yellow value is 28.82%
  • key color value is 33.33%
CMYK:
(11,0,29,33)
C11M0Y29K33 
(11%,0%,29%,33%)
(0.11/0.00/0.29/0.33)	

CMYK percentages

%11.18
%0
%28.82
%33.33

Codes

Color #97AA79 in popluar color models

97AA79
RGB151170121
HSL83°22.37%57.06%
HSB/HSV83°28.82%66.67%
CMYK11.18%0.00%28.82%
33.33%

Color #97AA79 in popluar number systems.

HEX97AA79
Decimal151170121
Binary10010111101010101111001
Octal227252171

Shades and tints

Shades of #97AA79

#97AA79
(151,170,121)
#8A9B6E
(138,155,110)
#7D8C63
(125,140,99)
#707D58
(112,125,88)
#636E4D
(99,110,77)
#565F42
(86,95,66)
#495037
(73,80,55)
#3C412C
(60,65,44)
#2F3221
(47,50,33)
#222316
(34,35,22)
#15140B
(21,20,11)
#000000
(0,0,0)

Tints of #97AA79

#97AA79
(151,170,121)
#A0B185
(160,177,133)
#A9B891
(169,184,145)
#B2BF9D
(178,191,157)
#BBC6A9
(187,198,169)
#C4CDB5
(196,205,181)
#CDD4C1
(205,212,193)
#D6DBCD
(214,219,205)
#DFE2D9
(223,226,217)
#E8E9E5
(232,233,229)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97AA79 color. Also use rgb(151,170,121) instead hex code.

Text Font Color

.myTextColor { color: #97AA79; }

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

This text font color is #97AA79.


Background Color

.myBgColor { background-color: #97AA79; }

<div style="background-color:#97AA79">Inner text</div>

This div background color is #97AA79.


Border color

.myBorderColor { border: 1px solid #97AA79; }

<div style="border:3px solid #97AA79">Div</div>

This div border color is #97AA79.


Opacity

.myOpacity80 { color: #97AA79; opacity: 0.8; }

<p style="color:#97AA79;opacity:0.8;">80%</p>

Text with #97AA79 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 #97AA79;}

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

This text has shadow with #97AA79 color.

.textShadow {text-shadow: 3px 3px 1px #97AA79, 3px 3px 1px red;}

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

This text has shadow with #97AA79 primary color and red secondary color.


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

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

This text has shadow with #97AA79 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97AA79 on black background.


Color preview on white background

This text has color #97AA79 on white background.



Black color preview on #97AA79 background

This text has black color on #97AA79 background.


White color preview on #97AA79 background

This text has white color on #97AA79 background.