COLOR #97C06A

HEX: #97C06A
RGB: (151,192,106)

Color info

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

RGB color model

#97C06A color RGB value is (151,192,106).

  • red value is 151;
  • green value is 192;
  • blue value is 106.
RGB:
(151,192,106)
(59%,75%,42%)

RGB channels and saturation

R 151 of 255 = 59%
G 192 of 255 = 75%
B 106 of 255 = 42%

151
192
106

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

Portions of RGB colors in percentages

R + G + B =
151 + 192 + 106 = 449 (100%)
R 151 of 449 ~ 33.63%
G 192 of 449 ~ 42.76%
B 106 of 449 ~ 23.61%

%33.63
%42.76
%23.61

CMYK color model

#97C06A color CMYK value is (21,0,45,25).

  • cyan value is 21.35%
  • magenta value is 0.00%
  • yellow value is 44.79%
  • key color value is 24.71%
CMYK:
(21,0,45,25)
C21M0Y45K25 
(21%,0%,45%,25%)
(0.21/0.00/0.45/0.25)	

CMYK percentages

%21.35
%0
%44.79
%24.71

Codes

Color #97C06A in popluar color models

97C06A
RGB151192106
HSL89°40.57%58.43%
HSB/HSV89°44.79%75.29%
CMYK21.35%0.00%44.79%
24.71%

Color #97C06A in popluar number systems.

HEX97C06A
Decimal151192106
Binary10010111110000001101010
Octal227300152

Shades and tints

Shades of #97C06A

#97C06A
(151,192,106)
#8AAF61
(138,175,97)
#7D9E58
(125,158,88)
#708D4F
(112,141,79)
#637C46
(99,124,70)
#566B3D
(86,107,61)
#495A34
(73,90,52)
#3C492B
(60,73,43)
#2F3822
(47,56,34)
#222719
(34,39,25)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #97C06A

#97C06A
(151,192,106)
#A0C577
(160,197,119)
#A9CA84
(169,202,132)
#B2CF91
(178,207,145)
#BBD49E
(187,212,158)
#C4D9AB
(196,217,171)
#CDDEB8
(205,222,184)
#D6E3C5
(214,227,197)
#DFE8D2
(223,232,210)
#E8EDDF
(232,237,223)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97C06A color. Also use rgb(151,192,106) instead hex code.

Text Font Color

.myTextColor { color: #97C06A; }

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

This text font color is #97C06A.


Background Color

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

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

This div background color is #97C06A.


Border color

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

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

This div border color is #97C06A.


Opacity

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

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

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

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

This text has shadow with #97C06A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97C06A on black background.


Color preview on white background

This text has color #97C06A on white background.



Black color preview on #97C06A background

This text has black color on #97C06A background.


White color preview on #97C06A background

This text has white color on #97C06A background.