COLOR #97B36C

HEX: #97B36C RGB: (151,179,108)

Color info

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

RGB color model

#97B36C color RGB value is (151,179,108).

RGB: (151,179,108) (59%, 70%, 42%)

RGB channels and saturation

R 151 of 255 = 59%
G 179 of 255 = 70%
B 108 of 255 = 42%

151
179
108

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

Portions of RGB colors in percentages

R + G + B = 151 + 179 + 108 = 438 (100%)
R 151 of 438 ~ 34.47%
G 179 of 438 ~ 40.87%
B 108 of 438 ~ 24.66'%

%34.47
%40.87
%24.66

CMYK color model

#97B36C color CMYK value is (16,0,40,30).

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

CMYK: (16,0,40,30)
C16M0Y40K30 (16%, 0%, 40%, 30%)
(0.16 / 0.00 / 0.40 / 0.30)

CMYK percentages

%15.64
%0
%39.66
%29.8

Codes

Color #97B36C in popluar color models

97 B3 6C
RGB 151 179 108
HSL 84° 31.84% 56.27%
HSB/HSV 84° 39.66% 70.20%
CMYK 15.64% 0.00% 39.66%
29.80%

Color #97B36C in popluar number systems.

HEX 97 B3 6C
Decimal 151 179 108
Binary 10010111 10110011 1101100
Octal 227 263 154

Shades and tints

Shades of #97B36C

#97B36C
(151,179,108)
#8AA363
(138,163,99)
#7D935A
(125,147,90)
#708351
(112,131,81)
#637348
(99,115,72)
#56633F
(86,99,63)
#495336
(73,83,54)
#3C432D
(60,67,45)
#2F3324
(47,51,36)
#22231B
(34,35,27)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #97B36C

#97B36C
(151,179,108)
#A0B979
(160,185,121)
#A9BF86
(169,191,134)
#B2C593
(178,197,147)
#BBCBA0
(187,203,160)
#C4D1AD
(196,209,173)
#CDD7BA
(205,215,186)
#D6DDC7
(214,221,199)
#DFE3D4
(223,227,212)
#E8E9E1
(232,233,225)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B36C; }

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

This text font color is #97B36C.

Background Color

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

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

This div background color is #97B36C.

Border color

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

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

This div border color is #97B36C.

Opacity

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

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

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

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

This text has shadow with #97B36C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97B36C.

Preview

Color preview on black background

This text has color #97B36C on black background.


Color preview on white background

This text has color #97B36C on white background.


Black color preview on #97B36C background

This text has black color on #97B36C background.


White color preview on #97B36C background

This text has white color on #97B36C background.


Related colors

Complementary color

Complementary color for #hex is #684C93.


I love getcolorcode.com

Triadic colors

1 #6C97B3 and #B36C97 with #97B36C are triadic colors.

2 #6CB397 and #B3976C with #97B36C are triadic colors.