COLOR #97B061

HEX: #97B061
RGB: (151,176,97)

Color info

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

RGB color model

#97B061 color RGB value is (151,176,97).

  • red value is 151;
  • green value is 176;
  • blue value is 97.
RGB:
(151,176,97)
(59%,69%,38%)

RGB channels and saturation

R 151 of 255 = 59%
G 176 of 255 = 69%
B 97 of 255 = 38%

151
176
97

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

Portions of RGB colors in percentages

R + G + B =
151 + 176 + 97 = 424 (100%)
R 151 of 424 ~ 35.61%
G 176 of 424 ~ 41.51%
B 97 of 424 ~ 22.88%

%35.61
%41.51
%22.88

CMYK color model

#97B061 color CMYK value is (14,0,45,31).

  • cyan value is 14.20%
  • magenta value is 0.00%
  • yellow value is 44.89%
  • key color value is 30.98%
CMYK:
(14,0,45,31)
C14M0Y45K31 
(14%,0%,45%,31%)
(0.14/0.00/0.45/0.31)	

CMYK percentages

%14.2
%0
%44.89
%30.98

Codes

Color #97B061 in popluar color models

97B061
RGB15117697
HSL79°33.33%53.53%
HSB/HSV79°44.89%69.02%
CMYK14.20%0.00%44.89%
30.98%

Color #97B061 in popluar number systems.

HEX97B061
Decimal15117697
Binary10010111101100001100001
Octal227260141

Shades and tints

Shades of #97B061

#97B061
(151,176,97)
#8AA059
(138,160,89)
#7D9051
(125,144,81)
#708049
(112,128,73)
#637041
(99,112,65)
#566039
(86,96,57)
#495031
(73,80,49)
#3C4029
(60,64,41)
#2F3021
(47,48,33)
#222019
(34,32,25)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #97B061

#97B061
(151,176,97)
#A0B76F
(160,183,111)
#A9BE7D
(169,190,125)
#B2C58B
(178,197,139)
#BBCC99
(187,204,153)
#C4D3A7
(196,211,167)
#CDDAB5
(205,218,181)
#D6E1C3
(214,225,195)
#DFE8D1
(223,232,209)
#E8EFDF
(232,239,223)
#F1F6ED
(241,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B061; }

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

This text font color is #97B061.


Background Color

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

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

This div background color is #97B061.


Border color

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

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

This div border color is #97B061.


Opacity

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

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

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

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

This text has shadow with #97B061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B061 on black background.


Color preview on white background

This text has color #97B061 on white background.



Black color preview on #97B061 background

This text has black color on #97B061 background.


White color preview on #97B061 background

This text has white color on #97B061 background.