COLOR #97B372

HEX: #97B372 RGB: (151,179,114)

Color info

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

RGB color model

#97B372 color RGB value is (151,179,114).

RGB: (151,179,114) (59%, 70%, 45%)

RGB channels and saturation

R 151 of 255 = 59%
G 179 of 255 = 70%
B 114 of 255 = 45%

151
179
114

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

Portions of RGB colors in percentages

R + G + B = 151 + 179 + 114 = 444 (100%)
R 151 of 444 ~ 34.01%
G 179 of 444 ~ 40.32%
B 114 of 444 ~ 25.68'%

%34.01
%40.32
%25.68

CMYK color model

#97B372 color CMYK value is (16,0,36,30).

  • cyan value is 15.64%
  • magenta value is 0.00%
  • yellow value is 36.31%
  • key color value is 29.80%

CMYK: (16,0,36,30)
C16M0Y36K30 (16%, 0%, 36%, 30%)
(0.16 / 0.00 / 0.36 / 0.30)

CMYK percentages

%15.64
%0
%36.31
%29.8

Codes

Color #97B372 in popluar color models

97 B3 72
RGB 151 179 114
HSL 86° 29.95% 57.45%
HSB/HSV 86° 36.31% 70.20%
CMYK 15.64% 0.00% 36.31%
29.80%

Color #97B372 in popluar number systems.

HEX 97 B3 72
Decimal 151 179 114
Binary 10010111 10110011 1110010
Octal 227 263 162

Shades and tints

Shades of #97B372

#97B372
(151,179,114)
#8AA368
(138,163,104)
#7D935E
(125,147,94)
#708354
(112,131,84)
#63734A
(99,115,74)
#566340
(86,99,64)
#495336
(73,83,54)
#3C432C
(60,67,44)
#2F3322
(47,51,34)
#222318
(34,35,24)
#15130E
(21,19,14)
#000000
(0,0,0)

Tints of #97B372

#97B372
(151,179,114)
#A0B97E
(160,185,126)
#A9BF8A
(169,191,138)
#B2C596
(178,197,150)
#BBCBA2
(187,203,162)
#C4D1AE
(196,209,174)
#CDD7BA
(205,215,186)
#D6DDC6
(214,221,198)
#DFE3D2
(223,227,210)
#E8E9DE
(232,233,222)
#F1EFEA
(241,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B372; }

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

This text font color is #97B372.

Background Color

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

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

This div background color is #97B372.

Border color

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

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

This div border color is #97B372.

Opacity

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

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

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

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

This text has shadow with #97B372 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97B372.

Preview

Color preview on black background

This text has color #97B372 on black background.


Color preview on white background

This text has color #97B372 on white background.


Black color preview on #97B372 background

This text has black color on #97B372 background.


White color preview on #97B372 background

This text has white color on #97B372 background.


Related colors

Complementary color

Complementary color for #hex is #684C8D.


I love getcolorcode.com

Triadic colors

1 #7297B3 and #B37297 with #97B372 are triadic colors.

2 #72B397 and #B39772 with #97B372 are triadic colors.