COLOR #97B676

HEX: #97B676
RGB: (151,182,118)

Color info

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

RGB color model

#97B676 color RGB value is (151,182,118).

  • red value is 151;
  • green value is 182;
  • blue value is 118.
RGB:
(151,182,118)
(59%,71%,46%)

RGB channels and saturation

R 151 of 255 = 59%
G 182 of 255 = 71%
B 118 of 255 = 46%

151
182
118

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

Portions of RGB colors in percentages

R + G + B =
151 + 182 + 118 = 451 (100%)
R 151 of 451 ~ 33.48%
G 182 of 451 ~ 40.35%
B 118 of 451 ~ 26.16%

%33.48
%40.35
%26.16

CMYK color model

#97B676 color CMYK value is (17,0,35,29).

  • cyan value is 17.03%
  • magenta value is 0.00%
  • yellow value is 35.16%
  • key color value is 28.63%
CMYK:
(17,0,35,29)
C17M0Y35K29 
(17%,0%,35%,29%)
(0.17/0.00/0.35/0.29)	

CMYK percentages

%17.03
%0
%35.16
%28.63

Codes

Color #97B676 in popluar color models

97B676
RGB151182118
HSL89°30.48%58.82%
HSB/HSV89°35.16%71.37%
CMYK17.03%0.00%35.16%
28.63%

Color #97B676 in popluar number systems.

HEX97B676
Decimal151182118
Binary10010111101101101110110
Octal227266166

Shades and tints

Shades of #97B676

#97B676
(151,182,118)
#8AA66C
(138,166,108)
#7D9662
(125,150,98)
#708658
(112,134,88)
#63764E
(99,118,78)
#566644
(86,102,68)
#49563A
(73,86,58)
#3C4630
(60,70,48)
#2F3626
(47,54,38)
#22261C
(34,38,28)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #97B676

#97B676
(151,182,118)
#A0BC82
(160,188,130)
#A9C28E
(169,194,142)
#B2C89A
(178,200,154)
#BBCEA6
(187,206,166)
#C4D4B2
(196,212,178)
#CDDABE
(205,218,190)
#D6E0CA
(214,224,202)
#DFE6D6
(223,230,214)
#E8ECE2
(232,236,226)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B676; }

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

This text font color is #97B676.


Background Color

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

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

This div background color is #97B676.


Border color

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

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

This div border color is #97B676.


Opacity

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

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

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

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

This text has shadow with #97B676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B676 on black background.


Color preview on white background

This text has color #97B676 on white background.



Black color preview on #97B676 background

This text has black color on #97B676 background.


White color preview on #97B676 background

This text has white color on #97B676 background.