COLOR #97AA6A

HEX: #97AA6A RGB: (151,170,106)

Color info

#97AA6A contains mainly red and green colors. Web safe color of #97AA6A is #999966 (or #996).

RGB color model

#97AA6A color RGB value is (151,170,106).

RGB: (151,170,106) (59%, 67%, 42%)

RGB channels and saturation

R 151 of 255 = 59%
G 170 of 255 = 67%
B 106 of 255 = 42%

151
170
106

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

Portions of RGB colors in percentages

R + G + B = 151 + 170 + 106 = 427 (100%)
R 151 of 427 ~ 35.36%
G 170 of 427 ~ 39.81%
B 106 of 427 ~ 24.82'%

%35.36
%39.81
%24.82

CMYK color model

#97AA6A color CMYK value is (11,0,38,33).

  • cyan value is 11.18%
  • magenta value is 0.00%
  • yellow value is 37.65%
  • key color value is 33.33%

CMYK: (11,0,38,33)
C11M0Y38K33 (11%, 0%, 38%, 33%)
(0.11 / 0.00 / 0.38 / 0.33)

CMYK percentages

%11.18
%0
%37.65
%33.33

Codes

Color #97AA6A in popluar color models

97 AA 6A
RGB 151 170 106
HSL 78° 27.35% 54.12%
HSB/HSV 78° 37.65% 66.67%
CMYK 11.18% 0.00% 37.65%
33.33%

Color #97AA6A in popluar number systems.

HEX 97 AA 6A
Decimal 151 170 106
Binary 10010111 10101010 1101010
Octal 227 252 152

Shades and tints

Shades of #97AA6A

#97AA6A
(151,170,106)
#8A9B61
(138,155,97)
#7D8C58
(125,140,88)
#707D4F
(112,125,79)
#636E46
(99,110,70)
#565F3D
(86,95,61)
#495034
(73,80,52)
#3C412B
(60,65,43)
#2F3222
(47,50,34)
#222319
(34,35,25)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #97AA6A

#97AA6A
(151,170,106)
#A0B177
(160,177,119)
#A9B884
(169,184,132)
#B2BF91
(178,191,145)
#BBC69E
(187,198,158)
#C4CDAB
(196,205,171)
#CDD4B8
(205,212,184)
#D6DBC5
(214,219,197)
#DFE2D2
(223,226,210)
#E8E9DF
(232,233,223)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97AA6A; }

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

This text font color is #97AA6A.

Background Color

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

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

This div background color is #97AA6A.

Border color

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

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

This div border color is #97AA6A.

Opacity

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

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

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

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

This text has shadow with #97AA6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97AA6A.

Preview

Color preview on black background

This text has color #97AA6A on black background.


Color preview on white background

This text has color #97AA6A on white background.


Black color preview on #97AA6A background

This text has black color on #97AA6A background.


White color preview on #97AA6A background

This text has white color on #97AA6A background.


Related colors

Complementary color

Complementary color for #hex is #685595.


I love getcolorcode.com

Triadic colors

1 #6A97AA and #AA6A97 with #97AA6A are triadic colors.

2 #6AAA97 and #AA976A with #97AA6A are triadic colors.