COLOR #97A63A

HEX: #97A63A
RGB: (151,166,58)

Color info

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

RGB color model

#97A63A color RGB value is (151,166,58).

  • red value is 151;
  • green value is 166;
  • blue value is 58.
RGB:
(151,166,58)
(59%,65%,23%)

RGB channels and saturation

R 151 of 255 = 59%
G 166 of 255 = 65%
B 58 of 255 = 23%

151
166
58

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

Portions of RGB colors in percentages

R + G + B =
151 + 166 + 58 = 375 (100%)
R 151 of 375 ~ 40.27%
G 166 of 375 ~ 44.27%
B 58 of 375 ~ 15.47%

%40.27
%44.27
%15.47

CMYK color model

#97A63A color CMYK value is (9,0,65,35).

  • cyan value is 9.04%
  • magenta value is 0.00%
  • yellow value is 65.06%
  • key color value is 34.90%
CMYK:
(9,0,65,35)
C9M0Y65K35 
(9%,0%,65%,35%)
(0.09/0.00/0.65/0.35)	

CMYK percentages

%9.04
%0
%65.06
%34.9

Codes

Color #97A63A in popluar color models

97A63A
RGB15116658
HSL68°48.21%43.92%
HSB/HSV68°65.06%65.10%
CMYK9.04%0.00%65.06%
34.90%

Color #97A63A in popluar number systems.

HEX97A63A
Decimal15116658
Binary1001011110100110111010
Octal22724672

Shades and tints

Shades of #97A63A

#97A63A
(151,166,58)
#8A9735
(138,151,53)
#7D8830
(125,136,48)
#70792B
(112,121,43)
#636A26
(99,106,38)
#565B21
(86,91,33)
#494C1C
(73,76,28)
#3C3D17
(60,61,23)
#2F2E12
(47,46,18)
#221F0D
(34,31,13)
#151008
(21,16,8)
#000000
(0,0,0)

Tints of #97A63A

#97A63A
(151,166,58)
#A0AE4B
(160,174,75)
#A9B65C
(169,182,92)
#B2BE6D
(178,190,109)
#BBC67E
(187,198,126)
#C4CE8F
(196,206,143)
#CDD6A0
(205,214,160)
#D6DEB1
(214,222,177)
#DFE6C2
(223,230,194)
#E8EED3
(232,238,211)
#F1F6E4
(241,246,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A63A color. Also use rgb(151,166,58) instead hex code.

Text Font Color

.myTextColor { color: #97A63A; }

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

This text font color is #97A63A.


Background Color

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

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

This div background color is #97A63A.


Border color

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

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

This div border color is #97A63A.


Opacity

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

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

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

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

This text has shadow with #97A63A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A63A on black background.


Color preview on white background

This text has color #97A63A on white background.



Black color preview on #97A63A background

This text has black color on #97A63A background.


White color preview on #97A63A background

This text has white color on #97A63A background.