COLOR #97A94A

HEX: #97A94A
RGB: (151,169,74)

Color info

#97A94A contains mainly red and green colors. Web safe color of #97A94A is #999933 (or #993).

RGB color model

#97A94A color RGB value is (151,169,74).

  • red value is 151;
  • green value is 169;
  • blue value is 74.
RGB:
(151,169,74)
(59%,66%,29%)

RGB channels and saturation

R 151 of 255 = 59%
G 169 of 255 = 66%
B 74 of 255 = 29%

151
169
74

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

Portions of RGB colors in percentages

R + G + B =
151 + 169 + 74 = 394 (100%)
R 151 of 394 ~ 38.32%
G 169 of 394 ~ 42.89%
B 74 of 394 ~ 18.78%

%38.32
%42.89
%18.78

CMYK color model

#97A94A color CMYK value is (11,0,56,34).

  • cyan value is 10.65%
  • magenta value is 0.00%
  • yellow value is 56.21%
  • key color value is 33.73%
CMYK:
(11,0,56,34)
C11M0Y56K34 
(11%,0%,56%,34%)
(0.11/0.00/0.56/0.34)	

CMYK percentages

%10.65
%0
%56.21
%33.73

Codes

Color #97A94A in popluar color models

97A94A
RGB15116974
HSL71°39.09%47.65%
HSB/HSV71°56.21%66.27%
CMYK10.65%0.00%56.21%
33.73%

Color #97A94A in popluar number systems.

HEX97A94A
Decimal15116974
Binary10010111101010011001010
Octal227251112

Shades and tints

Shades of #97A94A

#97A94A
(151,169,74)
#8A9A44
(138,154,68)
#7D8B3E
(125,139,62)
#707C38
(112,124,56)
#636D32
(99,109,50)
#565E2C
(86,94,44)
#494F26
(73,79,38)
#3C4020
(60,64,32)
#2F311A
(47,49,26)
#222214
(34,34,20)
#15130E
(21,19,14)
#000000
(0,0,0)

Tints of #97A94A

#97A94A
(151,169,74)
#A0B05A
(160,176,90)
#A9B76A
(169,183,106)
#B2BE7A
(178,190,122)
#BBC58A
(187,197,138)
#C4CC9A
(196,204,154)
#CDD3AA
(205,211,170)
#D6DABA
(214,218,186)
#DFE1CA
(223,225,202)
#E8E8DA
(232,232,218)
#F1EFEA
(241,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A94A color. Also use rgb(151,169,74) instead hex code.

Text Font Color

.myTextColor { color: #97A94A; }

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

This text font color is #97A94A.


Background Color

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

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

This div background color is #97A94A.


Border color

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

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

This div border color is #97A94A.


Opacity

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

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

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

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

This text has shadow with #97A94A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A94A on black background.


Color preview on white background

This text has color #97A94A on white background.



Black color preview on #97A94A background

This text has black color on #97A94A background.


White color preview on #97A94A background

This text has white color on #97A94A background.