COLOR #97C762

HEX: #97C762
RGB: (151,199,98)

Color info

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

RGB color model

#97C762 color RGB value is (151,199,98).

  • red value is 151;
  • green value is 199;
  • blue value is 98.
RGB:
(151,199,98)
(59%,78%,38%)

RGB channels and saturation

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

151
199
98

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

Portions of RGB colors in percentages

R + G + B =
151 + 199 + 98 = 448 (100%)
R 151 of 448 ~ 33.71%
G 199 of 448 ~ 44.42%
B 98 of 448 ~ 21.88%

%33.71
%44.42
%21.88

CMYK color model

#97C762 color CMYK value is (24,0,51,22).

  • cyan value is 24.12%
  • magenta value is 0.00%
  • yellow value is 50.75%
  • key color value is 21.96%
CMYK:
(24,0,51,22)
C24M0Y51K22 
(24%,0%,51%,22%)
(0.24/0.00/0.51/0.22)	

CMYK percentages

%24.12
%0
%50.75
%21.96

Codes

Color #97C762 in popluar color models

97C762
RGB15119998
HSL89°47.42%58.24%
HSB/HSV89°50.75%78.04%
CMYK24.12%0.00%50.75%
21.96%

Color #97C762 in popluar number systems.

HEX97C762
Decimal15119998
Binary10010111110001111100010
Octal227307142

Shades and tints

Shades of #97C762

#97C762
(151,199,98)
#8AB55A
(138,181,90)
#7DA352
(125,163,82)
#70914A
(112,145,74)
#637F42
(99,127,66)
#566D3A
(86,109,58)
#495B32
(73,91,50)
#3C492A
(60,73,42)
#2F3722
(47,55,34)
#22251A
(34,37,26)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #97C762

#97C762
(151,199,98)
#A0CC70
(160,204,112)
#A9D17E
(169,209,126)
#B2D68C
(178,214,140)
#BBDB9A
(187,219,154)
#C4E0A8
(196,224,168)
#CDE5B6
(205,229,182)
#D6EAC4
(214,234,196)
#DFEFD2
(223,239,210)
#E8F4E0
(232,244,224)
#F1F9EE
(241,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97C762; }

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

This text font color is #97C762.


Background Color

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

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

This div background color is #97C762.


Border color

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

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

This div border color is #97C762.


Opacity

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

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

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

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

This text has shadow with #97C762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97C762 on black background.


Color preview on white background

This text has color #97C762 on white background.



Black color preview on #97C762 background

This text has black color on #97C762 background.


White color preview on #97C762 background

This text has white color on #97C762 background.