COLOR #97C760

HEX: #97C760 RGB: (151,199,96)

Color info

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

RGB color model

#97C760 color RGB value is (151,199,96).

RGB: (151,199,96) (59%, 78%, 38%)

RGB channels and saturation

R 151 of 255 = 59%
G 199 of 255 = 78%
B 96 of 255 = 38%

151
199
96

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

Portions of RGB colors in percentages

R + G + B = 151 + 199 + 96 = 446 (100%)
R 151 of 446 ~ 33.86%
G 199 of 446 ~ 44.62%
B 96 of 446 ~ 21.52'%

%33.86
%44.62
%21.52

CMYK color model

#97C760 color CMYK value is (24,0,52,22).

  • cyan value is 24.12%
  • magenta value is 0.00%
  • yellow value is 51.76%
  • key color value is 21.96%
CMYK: (24,0,52,22) C24M0Y52K22 (24%,0%,52%,22%) (0.24/0.00/0.52/0.22) 

CMYK percentages

%24.12
%0
%51.76
%21.96

Codes

Color #97C760 in popluar color models

97 C7 60
RGB 151 199 96
HSL 88° 47.91% 57.84%
HSB/HSV 88° 51.76% 78.04%
CMYK 24.12% 0.00% 51.76%
21.96%

Color #97C760 in popluar number systems.

HEX 97 C7 60
Decimal 151 199 96
Binary 10010111 11000111 1100000
Octal 227 307 140

Shades and tints

Shades of #97C760

#97C760
(151,199,96)
#8AB558
(138,181,88)
#7DA350
(125,163,80)
#709148
(112,145,72)
#637F40
(99,127,64)
#566D38
(86,109,56)
#495B30
(73,91,48)
#3C4928
(60,73,40)
#2F3720
(47,55,32)
#222518
(34,37,24)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #97C760

#97C760
(151,199,96)
#A0CC6E
(160,204,110)
#A9D17C
(169,209,124)
#B2D68A
(178,214,138)
#BBDB98
(187,219,152)
#C4E0A6
(196,224,166)
#CDE5B4
(205,229,180)
#D6EAC2
(214,234,194)
#DFEFD0
(223,239,208)
#E8F4DE
(232,244,222)
#F1F9EC
(241,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97C760; }

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

This text font color is #97C760.

Background Color

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

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

This div background color is #97C760.

Border color

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

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

This div border color is #97C760.

Opacity

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

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

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

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

This text has shadow with #97C760 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97C760.

Preview

Color preview on black background

This text has color #97C760 on black background.


Color preview on white background

This text has color #97C760 on white background.


Black color preview on #97C760 background

This text has black color on #97C760 background.


White color preview on #97C760 background

This text has white color on #97C760 background.


Related colors

Complementary color

Complementary color for #hex is #68389F.


I love getcolorcode.com

Triadic colors

1 #6097C7 and #C76097 with #97C760 are triadic colors.

2 #60C797 and #C79760 with #97C760 are triadic colors.