COLOR #97A17A

HEX: #97A17A RGB: (151,161,122)

Color info

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

RGB color model

#97A17A color RGB value is (151,161,122).

RGB: (151,161,122) (59%, 63%, 48%)

RGB channels and saturation

R 151 of 255 = 59%
G 161 of 255 = 63%
B 122 of 255 = 48%

151
161
122

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

Portions of RGB colors in percentages

R + G + B = 151 + 161 + 122 = 434 (100%)
R 151 of 434 ~ 34.79%
G 161 of 434 ~ 37.1%
B 122 of 434 ~ 28.11'%

%34.79
%37.1
%28.11

CMYK color model

#97A17A color CMYK value is (6,0,24,37).

  • cyan value is 6.21%
  • magenta value is 0.00%
  • yellow value is 24.22%
  • key color value is 36.86%
CMYK: (6,0,24,37) C6M0Y24K37 (6%,0%,24%,37%) (0.06/0.00/0.24/0.37) 

CMYK percentages

%6.21
%0
%24.22
%36.86

Codes

Color #97A17A in popluar color models

97 A1 7A
RGB 151 161 122
HSL 75° 17.18% 55.49%
HSB/HSV 75° 24.22% 63.14%
CMYK 6.21% 0.00% 24.22%
36.86%

Color #97A17A in popluar number systems.

HEX 97 A1 7A
Decimal 151 161 122
Binary 10010111 10100001 1111010
Octal 227 241 172

Shades and tints

Shades of #97A17A

#97A17A
(151,161,122)
#8A936F
(138,147,111)
#7D8564
(125,133,100)
#707759
(112,119,89)
#63694E
(99,105,78)
#565B43
(86,91,67)
#494D38
(73,77,56)
#3C3F2D
(60,63,45)
#2F3122
(47,49,34)
#222317
(34,35,23)
#15150C
(21,21,12)
#000000
(0,0,0)

Tints of #97A17A

#97A17A
(151,161,122)
#A0A986
(160,169,134)
#A9B192
(169,177,146)
#B2B99E
(178,185,158)
#BBC1AA
(187,193,170)
#C4C9B6
(196,201,182)
#CDD1C2
(205,209,194)
#D6D9CE
(214,217,206)
#DFE1DA
(223,225,218)
#E8E9E6
(232,233,230)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A17A color. Also use rgb(151,161,122) instead hex code.

Text Font Color

.myTextColor { color: #97A17A; }

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

This text font color is #97A17A.

Background Color

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

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

This div background color is #97A17A.

Border color

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

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

This div border color is #97A17A.

Opacity

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

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

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

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

This text has shadow with #97A17A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97A17A.

Preview

Color preview on black background

This text has color #97A17A on black background.


Color preview on white background

This text has color #97A17A on white background.


Black color preview on #97A17A background

This text has black color on #97A17A background.


White color preview on #97A17A background

This text has white color on #97A17A background.


Related colors

Complementary color

Complementary color for #hex is #685E85.


I love getcolorcode.com

Triadic colors

1 #7A97A1 and #A17A97 with #97A17A are triadic colors.

2 #7AA197 and #A1977A with #97A17A are triadic colors.