COLOR #97AA65

HEX: #97AA65
RGB: (151,170,101)

Color info

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

RGB color model

#97AA65 color RGB value is (151,170,101).

  • red value is 151;
  • green value is 170;
  • blue value is 101.
RGB:
(151,170,101)
(59%,67%,40%)

RGB channels and saturation

R 151 of 255 = 59%
G 170 of 255 = 67%
B 101 of 255 = 40%

151
170
101

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

Portions of RGB colors in percentages

R + G + B =
151 + 170 + 101 = 422 (100%)
R 151 of 422 ~ 35.78%
G 170 of 422 ~ 40.28%
B 101 of 422 ~ 23.93%

%35.78
%40.28
%23.93

CMYK color model

#97AA65 color CMYK value is (11,0,41,33).

  • cyan value is 11.18%
  • magenta value is 0.00%
  • yellow value is 40.59%
  • key color value is 33.33%
CMYK:
(11,0,41,33)
C11M0Y41K33 
(11%,0%,41%,33%)
(0.11/0.00/0.41/0.33)	

CMYK percentages

%11.18
%0
%40.59
%33.33

Codes

Color #97AA65 in popluar color models

97AA65
RGB151170101
HSL77°28.87%53.14%
HSB/HSV77°40.59%66.67%
CMYK11.18%0.00%40.59%
33.33%

Color #97AA65 in popluar number systems.

HEX97AA65
Decimal151170101
Binary10010111101010101100101
Octal227252145

Shades and tints

Shades of #97AA65

#97AA65
(151,170,101)
#8A9B5C
(138,155,92)
#7D8C53
(125,140,83)
#707D4A
(112,125,74)
#636E41
(99,110,65)
#565F38
(86,95,56)
#49502F
(73,80,47)
#3C4126
(60,65,38)
#2F321D
(47,50,29)
#222314
(34,35,20)
#15140B
(21,20,11)
#000000
(0,0,0)

Tints of #97AA65

#97AA65
(151,170,101)
#A0B173
(160,177,115)
#A9B881
(169,184,129)
#B2BF8F
(178,191,143)
#BBC69D
(187,198,157)
#C4CDAB
(196,205,171)
#CDD4B9
(205,212,185)
#D6DBC7
(214,219,199)
#DFE2D5
(223,226,213)
#E8E9E3
(232,233,227)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97AA65 color. Also use rgb(151,170,101) instead hex code.

Text Font Color

.myTextColor { color: #97AA65; }

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

This text font color is #97AA65.


Background Color

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

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

This div background color is #97AA65.


Border color

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

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

This div border color is #97AA65.


Opacity

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

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

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

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

This text has shadow with #97AA65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97AA65 on black background.


Color preview on white background

This text has color #97AA65 on white background.



Black color preview on #97AA65 background

This text has black color on #97AA65 background.


White color preview on #97AA65 background

This text has white color on #97AA65 background.