COLOR #97A84E

HEX: #97A84E
RGB: (151,168,78)

Color info

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

RGB color model

#97A84E color RGB value is (151,168,78).

  • red value is 151;
  • green value is 168;
  • blue value is 78.
RGB:
(151,168,78)
(59%,66%,31%)

RGB channels and saturation

R 151 of 255 = 59%
G 168 of 255 = 66%
B 78 of 255 = 31%

151
168
78

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

Portions of RGB colors in percentages

R + G + B =
151 + 168 + 78 = 397 (100%)
R 151 of 397 ~ 38.04%
G 168 of 397 ~ 42.32%
B 78 of 397 ~ 19.65%

%38.04
%42.32
%19.65

CMYK color model

#97A84E color CMYK value is (10,0,54,34).

  • cyan value is 10.12%
  • magenta value is 0.00%
  • yellow value is 53.57%
  • key color value is 34.12%
CMYK:
(10,0,54,34)
C10M0Y54K34 
(10%,0%,54%,34%)
(0.10/0.00/0.54/0.34)	

CMYK percentages

%10.12
%0
%53.57
%34.12

Codes

Color #97A84E in popluar color models

97A84E
RGB15116878
HSL71°36.59%48.24%
HSB/HSV71°53.57%65.88%
CMYK10.12%0.00%53.57%
34.12%

Color #97A84E in popluar number systems.

HEX97A84E
Decimal15116878
Binary10010111101010001001110
Octal227250116

Shades and tints

Shades of #97A84E

#97A84E
(151,168,78)
#8A9947
(138,153,71)
#7D8A40
(125,138,64)
#707B39
(112,123,57)
#636C32
(99,108,50)
#565D2B
(86,93,43)
#494E24
(73,78,36)
#3C3F1D
(60,63,29)
#2F3016
(47,48,22)
#22210F
(34,33,15)
#151208
(21,18,8)
#000000
(0,0,0)

Tints of #97A84E

#97A84E
(151,168,78)
#A0AF5E
(160,175,94)
#A9B66E
(169,182,110)
#B2BD7E
(178,189,126)
#BBC48E
(187,196,142)
#C4CB9E
(196,203,158)
#CDD2AE
(205,210,174)
#D6D9BE
(214,217,190)
#DFE0CE
(223,224,206)
#E8E7DE
(232,231,222)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A84E color. Also use rgb(151,168,78) instead hex code.

Text Font Color

.myTextColor { color: #97A84E; }

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

This text font color is #97A84E.


Background Color

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

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

This div background color is #97A84E.


Border color

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

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

This div border color is #97A84E.


Opacity

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

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

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

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

This text has shadow with #97A84E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A84E on black background.


Color preview on white background

This text has color #97A84E on white background.



Black color preview on #97A84E background

This text has black color on #97A84E background.


White color preview on #97A84E background

This text has white color on #97A84E background.