COLOR #97B560

HEX: #97B560 RGB: (151,181,96)

Color info

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

RGB color model

#97B560 color RGB value is (151,181,96).

RGB: (151,181,96) (59%, 71%, 38%)

RGB channels and saturation

R 151 of 255 = 59%
G 181 of 255 = 71%
B 96 of 255 = 38%

151
181
96

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

Portions of RGB colors in percentages

R + G + B = 151 + 181 + 96 = 428 (100%)
R 151 of 428 ~ 35.28%
G 181 of 428 ~ 42.29%
B 96 of 428 ~ 22.43'%

%35.28
%42.29
%22.43

CMYK color model

#97B560 color CMYK value is (17,0,47,29).

  • cyan value is 16.57%
  • magenta value is 0.00%
  • yellow value is 46.96%
  • key color value is 29.02%

CMYK: (17,0,47,29)
C17M0Y47K29 (17%, 0%, 47%, 29%)
(0.17 / 0.00 / 0.47 / 0.29)

CMYK percentages

%16.57
%0
%46.96
%29.02

Codes

Color #97B560 in popluar color models

97 B5 60
RGB 151 181 96
HSL 81° 36.48% 54.31%
HSB/HSV 81° 46.96% 70.98%
CMYK 16.57% 0.00% 46.96%
29.02%

Color #97B560 in popluar number systems.

HEX 97 B5 60
Decimal 151 181 96
Binary 10010111 10110101 1100000
Octal 227 265 140

Shades and tints

Shades of #97B560

#97B560
(151,181,96)
#8AA558
(138,165,88)
#7D9550
(125,149,80)
#708548
(112,133,72)
#637540
(99,117,64)
#566538
(86,101,56)
#495530
(73,85,48)
#3C4528
(60,69,40)
#2F3520
(47,53,32)
#222518
(34,37,24)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #97B560

#97B560
(151,181,96)
#A0BB6E
(160,187,110)
#A9C17C
(169,193,124)
#B2C78A
(178,199,138)
#BBCD98
(187,205,152)
#C4D3A6
(196,211,166)
#CDD9B4
(205,217,180)
#D6DFC2
(214,223,194)
#DFE5D0
(223,229,208)
#E8EBDE
(232,235,222)
#F1F1EC
(241,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B560; }

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

This text font color is #97B560.

Background Color

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

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

This div background color is #97B560.

Border color

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

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

This div border color is #97B560.

Opacity

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

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

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

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

This text has shadow with #97B560 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97B560.

Preview

Color preview on black background

This text has color #97B560 on black background.


Color preview on white background

This text has color #97B560 on white background.


Black color preview on #97B560 background

This text has black color on #97B560 background.


White color preview on #97B560 background

This text has white color on #97B560 background.


Related colors

Complementary color

Complementary color for #hex is #684A9F.


I love getcolorcode.com

Triadic colors

1 #6097B5 and #B56097 with #97B560 are triadic colors.

2 #60B597 and #B59760 with #97B560 are triadic colors.