COLOR #97A770

HEX: #97A770
RGB: (151,167,112)

Color info

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

RGB color model

#97A770 color RGB value is (151,167,112).

  • red value is 151;
  • green value is 167;
  • blue value is 112.
RGB:
(151,167,112)
(59%,65%,44%)

RGB channels and saturation

R 151 of 255 = 59%
G 167 of 255 = 65%
B 112 of 255 = 44%

151
167
112

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

Portions of RGB colors in percentages

R + G + B =
151 + 167 + 112 = 430 (100%)
R 151 of 430 ~ 35.12%
G 167 of 430 ~ 38.84%
B 112 of 430 ~ 26.05%

%35.12
%38.84
%26.05

CMYK color model

#97A770 color CMYK value is (10,0,33,35).

  • cyan value is 9.58%
  • magenta value is 0.00%
  • yellow value is 32.93%
  • key color value is 34.51%
CMYK:
(10,0,33,35)
C10M0Y33K35 
(10%,0%,33%,35%)
(0.10/0.00/0.33/0.35)	

CMYK percentages

%9.58
%0
%32.93
%34.51

Codes

Color #97A770 in popluar color models

97A770
RGB151167112
HSL77°23.81%54.71%
HSB/HSV77°32.93%65.49%
CMYK9.58%0.00%32.93%
34.51%

Color #97A770 in popluar number systems.

HEX97A770
Decimal151167112
Binary10010111101001111110000
Octal227247160

Shades and tints

Shades of #97A770

#97A770
(151,167,112)
#8A9866
(138,152,102)
#7D895C
(125,137,92)
#707A52
(112,122,82)
#636B48
(99,107,72)
#565C3E
(86,92,62)
#494D34
(73,77,52)
#3C3E2A
(60,62,42)
#2F2F20
(47,47,32)
#222016
(34,32,22)
#15110C
(21,17,12)
#000000
(0,0,0)

Tints of #97A770

#97A770
(151,167,112)
#A0AF7D
(160,175,125)
#A9B78A
(169,183,138)
#B2BF97
(178,191,151)
#BBC7A4
(187,199,164)
#C4CFB1
(196,207,177)
#CDD7BE
(205,215,190)
#D6DFCB
(214,223,203)
#DFE7D8
(223,231,216)
#E8EFE5
(232,239,229)
#F1F7F2
(241,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A770 color. Also use rgb(151,167,112) instead hex code.

Text Font Color

.myTextColor { color: #97A770; }

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

This text font color is #97A770.


Background Color

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

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

This div background color is #97A770.


Border color

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

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

This div border color is #97A770.


Opacity

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

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

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

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

This text has shadow with #97A770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A770 on black background.


Color preview on white background

This text has color #97A770 on white background.



Black color preview on #97A770 background

This text has black color on #97A770 background.


White color preview on #97A770 background

This text has white color on #97A770 background.