COLOR #97BC77

HEX: #97BC77
RGB: (151,188,119)

Color info

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

RGB color model

#97BC77 color RGB value is (151,188,119).

  • red value is 151;
  • green value is 188;
  • blue value is 119.
RGB:
(151,188,119)
(59%,74%,47%)

RGB channels and saturation

R 151 of 255 = 59%
G 188 of 255 = 74%
B 119 of 255 = 47%

151
188
119

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

Portions of RGB colors in percentages

R + G + B =
151 + 188 + 119 = 458 (100%)
R 151 of 458 ~ 32.97%
G 188 of 458 ~ 41.05%
B 119 of 458 ~ 25.98%

%32.97
%41.05
%25.98

CMYK color model

#97BC77 color CMYK value is (20,0,37,26).

  • cyan value is 19.68%
  • magenta value is 0.00%
  • yellow value is 36.70%
  • key color value is 26.27%
CMYK:
(20,0,37,26)
C20M0Y37K26 
(20%,0%,37%,26%)
(0.20/0.00/0.37/0.26)	

CMYK percentages

%19.68
%0
%36.7
%26.27

Codes

Color #97BC77 in popluar color models

97BC77
RGB151188119
HSL92°33.99%60.20%
HSB/HSV92°36.70%73.73%
CMYK19.68%0.00%36.70%
26.27%

Color #97BC77 in popluar number systems.

HEX97BC77
Decimal151188119
Binary10010111101111001110111
Octal227274167

Shades and tints

Shades of #97BC77

#97BC77
(151,188,119)
#8AAB6D
(138,171,109)
#7D9A63
(125,154,99)
#708959
(112,137,89)
#63784F
(99,120,79)
#566745
(86,103,69)
#49563B
(73,86,59)
#3C4531
(60,69,49)
#2F3427
(47,52,39)
#22231D
(34,35,29)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #97BC77

#97BC77
(151,188,119)
#A0C283
(160,194,131)
#A9C88F
(169,200,143)
#B2CE9B
(178,206,155)
#BBD4A7
(187,212,167)
#C4DAB3
(196,218,179)
#CDE0BF
(205,224,191)
#D6E6CB
(214,230,203)
#DFECD7
(223,236,215)
#E8F2E3
(232,242,227)
#F1F8EF
(241,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97BC77; }

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

This text font color is #97BC77.


Background Color

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

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

This div background color is #97BC77.


Border color

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

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

This div border color is #97BC77.


Opacity

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

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

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

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

This text has shadow with #97BC77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97BC77 on black background.


Color preview on white background

This text has color #97BC77 on white background.



Black color preview on #97BC77 background

This text has black color on #97BC77 background.


White color preview on #97BC77 background

This text has white color on #97BC77 background.