COLOR #97A65B

HEX: #97A65B RGB: (151,166,91)

Color info

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

RGB color model

#97A65B color RGB value is (151,166,91).

RGB: (151,166,91) (59%, 65%, 36%)

RGB channels and saturation

R 151 of 255 = 59%
G 166 of 255 = 65%
B 91 of 255 = 36%

151
166
91

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

Portions of RGB colors in percentages

R + G + B = 151 + 166 + 91 = 408 (100%)
R 151 of 408 ~ 37.01%
G 166 of 408 ~ 40.69%
B 91 of 408 ~ 22.3'%

%37.01
%40.69
%22.3

CMYK color model

#97A65B color CMYK value is (9,0,45,35).

  • cyan value is 9.04%
  • magenta value is 0.00%
  • yellow value is 45.18%
  • key color value is 34.90%

CMYK: (9,0,45,35)
C9M0Y45K35 (9%, 0%, 45%, 35%)
(0.09 / 0.00 / 0.45 / 0.35)

CMYK percentages

%9.04
%0
%45.18
%34.9

Codes

Color #97A65B in popluar color models

97 A6 5B
RGB 151 166 91
HSL 72° 29.64% 50.39%
HSB/HSV 72° 45.18% 65.10%
CMYK 9.04% 0.00% 45.18%
34.90%

Color #97A65B in popluar number systems.

HEX 97 A6 5B
Decimal 151 166 91
Binary 10010111 10100110 1011011
Octal 227 246 133

Shades and tints

Shades of #97A65B

#97A65B
(151,166,91)
#8A9753
(138,151,83)
#7D884B
(125,136,75)
#707943
(112,121,67)
#636A3B
(99,106,59)
#565B33
(86,91,51)
#494C2B
(73,76,43)
#3C3D23
(60,61,35)
#2F2E1B
(47,46,27)
#221F13
(34,31,19)
#15100B
(21,16,11)
#000000
(0,0,0)

Tints of #97A65B

#97A65B
(151,166,91)
#A0AE69
(160,174,105)
#A9B677
(169,182,119)
#B2BE85
(178,190,133)
#BBC693
(187,198,147)
#C4CEA1
(196,206,161)
#CDD6AF
(205,214,175)
#D6DEBD
(214,222,189)
#DFE6CB
(223,230,203)
#E8EED9
(232,238,217)
#F1F6E7
(241,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A65B; }

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

This text font color is #97A65B.

Background Color

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

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

This div background color is #97A65B.

Border color

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

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

This div border color is #97A65B.

Opacity

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

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

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

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

This text has shadow with #97A65B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97A65B.

Preview

Color preview on black background

This text has color #97A65B on black background.


Color preview on white background

This text has color #97A65B on white background.


Black color preview on #97A65B background

This text has black color on #97A65B background.


White color preview on #97A65B background

This text has white color on #97A65B background.


Related colors

Complementary color

Complementary color for #hex is #6859A4.


I love getcolorcode.com

Triadic colors

1 #5B97A6 and #A65B97 with #97A65B are triadic colors.

2 #5BA697 and #A6975B with #97A65B are triadic colors.