COLOR #97B960

HEX: #97B960
RGB: (151,185,96)

Color info

#97B960 contains mainly red and green colors. Web safe color of #97B960 is #99CC66 (or #9C6).

RGB color model

#97B960 color RGB value is (151,185,96).

  • red value is 151;
  • green value is 185;
  • blue value is 96.
RGB:
(151,185,96)
(59%,73%,38%)

RGB channels and saturation

R 151 of 255 = 59%
G 185 of 255 = 73%
B 96 of 255 = 38%

151
185
96

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

Portions of RGB colors in percentages

R + G + B =
151 + 185 + 96 = 432 (100%)
R 151 of 432 ~ 34.95%
G 185 of 432 ~ 42.82%
B 96 of 432 ~ 22.22%

%34.95
%42.82
%22.22

CMYK color model

#97B960 color CMYK value is (18,0,48,27).

  • cyan value is 18.38%
  • magenta value is 0.00%
  • yellow value is 48.11%
  • key color value is 27.45%
CMYK:
(18,0,48,27)
C18M0Y48K27 
(18%,0%,48%,27%)
(0.18/0.00/0.48/0.27)	

CMYK percentages

%18.38
%0
%48.11
%27.45

Codes

Color #97B960 in popluar color models

97B960
RGB15118596
HSL83°38.86%55.10%
HSB/HSV83°48.11%72.55%
CMYK18.38%0.00%48.11%
27.45%

Color #97B960 in popluar number systems.

HEX97B960
Decimal15118596
Binary10010111101110011100000
Octal227271140

Shades and tints

Shades of #97B960

#97B960
(151,185,96)
#8AA958
(138,169,88)
#7D9950
(125,153,80)
#708948
(112,137,72)
#637940
(99,121,64)
#566938
(86,105,56)
#495930
(73,89,48)
#3C4928
(60,73,40)
#2F3920
(47,57,32)
#222918
(34,41,24)
#151910
(21,25,16)
#000000
(0,0,0)

Tints of #97B960

#97B960
(151,185,96)
#A0BF6E
(160,191,110)
#A9C57C
(169,197,124)
#B2CB8A
(178,203,138)
#BBD198
(187,209,152)
#C4D7A6
(196,215,166)
#CDDDB4
(205,221,180)
#D6E3C2
(214,227,194)
#DFE9D0
(223,233,208)
#E8EFDE
(232,239,222)
#F1F5EC
(241,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B960; }

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

This text font color is #97B960.


Background Color

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

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

This div background color is #97B960.


Border color

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

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

This div border color is #97B960.


Opacity

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

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

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

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

This text has shadow with #97B960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B960 on black background.


Color preview on white background

This text has color #97B960 on white background.



Black color preview on #97B960 background

This text has black color on #97B960 background.


White color preview on #97B960 background

This text has white color on #97B960 background.