COLOR #97A57A

HEX: #97A57A RGB: (151,165,122)

Color info

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

RGB color model

#97A57A color RGB value is (151,165,122).

RGB: (151,165,122) (59%, 65%, 48%)

RGB channels and saturation

R 151 of 255 = 59%
G 165 of 255 = 65%
B 122 of 255 = 48%

151
165
122

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

Portions of RGB colors in percentages

R + G + B = 151 + 165 + 122 = 438 (100%)
R 151 of 438 ~ 34.47%
G 165 of 438 ~ 37.67%
B 122 of 438 ~ 27.85'%

%34.47
%37.67
%27.85

CMYK color model

#97A57A color CMYK value is (8,0,26,35).

  • cyan value is 8.48%
  • magenta value is 0.00%
  • yellow value is 26.06%
  • key color value is 35.29%

CMYK: (8,0,26,35)
C8M0Y26K35 (8%, 0%, 26%, 35%)
(0.08 / 0.00 / 0.26 / 0.35)

CMYK percentages

%8.48
%0
%26.06
%35.29

Codes

Color #97A57A in popluar color models

97 A5 7A
RGB 151 165 122
HSL 80° 19.28% 56.27%
HSB/HSV 80° 26.06% 64.71%
CMYK 8.48% 0.00% 26.06%
35.29%

Color #97A57A in popluar number systems.

HEX 97 A5 7A
Decimal 151 165 122
Binary 10010111 10100101 1111010
Octal 227 245 172

Shades and tints

Shades of #97A57A

#97A57A
(151,165,122)
#8A966F
(138,150,111)
#7D8764
(125,135,100)
#707859
(112,120,89)
#63694E
(99,105,78)
#565A43
(86,90,67)
#494B38
(73,75,56)
#3C3C2D
(60,60,45)
#2F2D22
(47,45,34)
#221E17
(34,30,23)
#150F0C
(21,15,12)
#000000
(0,0,0)

Tints of #97A57A

#97A57A
(151,165,122)
#A0AD86
(160,173,134)
#A9B592
(169,181,146)
#B2BD9E
(178,189,158)
#BBC5AA
(187,197,170)
#C4CDB6
(196,205,182)
#CDD5C2
(205,213,194)
#D6DDCE
(214,221,206)
#DFE5DA
(223,229,218)
#E8EDE6
(232,237,230)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A57A; }

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

This text font color is #97A57A.

Background Color

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

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

This div background color is #97A57A.

Border color

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

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

This div border color is #97A57A.

Opacity

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

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

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

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

This text has shadow with #97A57A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97A57A.

Preview

Color preview on black background

This text has color #97A57A on black background.


Color preview on white background

This text has color #97A57A on white background.


Black color preview on #97A57A background

This text has black color on #97A57A background.


White color preview on #97A57A background

This text has white color on #97A57A background.


Related colors

Complementary color

Complementary color for #hex is #685A85.


I love getcolorcode.com

Triadic colors

1 #7A97A5 and #A57A97 with #97A57A are triadic colors.

2 #7AA597 and #A5977A with #97A57A are triadic colors.