COLOR #97AF68

HEX: #97AF68
RGB: (151,175,104)

Color info

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

RGB color model

#97AF68 color RGB value is (151,175,104).

  • red value is 151;
  • green value is 175;
  • blue value is 104.
RGB:
(151,175,104)
(59%,69%,41%)

RGB channels and saturation

R 151 of 255 = 59%
G 175 of 255 = 69%
B 104 of 255 = 41%

151
175
104

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

Portions of RGB colors in percentages

R + G + B =
151 + 175 + 104 = 430 (100%)
R 151 of 430 ~ 35.12%
G 175 of 430 ~ 40.7%
B 104 of 430 ~ 24.19%

%35.12
%40.7
%24.19

CMYK color model

#97AF68 color CMYK value is (14,0,41,31).

  • cyan value is 13.71%
  • magenta value is 0.00%
  • yellow value is 40.57%
  • key color value is 31.37%
CMYK:
(14,0,41,31)
C14M0Y41K31 
(14%,0%,41%,31%)
(0.14/0.00/0.41/0.31)	

CMYK percentages

%13.71
%0
%40.57
%31.37

Codes

Color #97AF68 in popluar color models

97AF68
RGB151175104
HSL80°30.74%54.71%
HSB/HSV80°40.57%68.63%
CMYK13.71%0.00%40.57%
31.37%

Color #97AF68 in popluar number systems.

HEX97AF68
Decimal151175104
Binary10010111101011111101000
Octal227257150

Shades and tints

Shades of #97AF68

#97AF68
(151,175,104)
#8AA05F
(138,160,95)
#7D9156
(125,145,86)
#70824D
(112,130,77)
#637344
(99,115,68)
#56643B
(86,100,59)
#495532
(73,85,50)
#3C4629
(60,70,41)
#2F3720
(47,55,32)
#222817
(34,40,23)
#15190E
(21,25,14)
#000000
(0,0,0)

Tints of #97AF68

#97AF68
(151,175,104)
#A0B675
(160,182,117)
#A9BD82
(169,189,130)
#B2C48F
(178,196,143)
#BBCB9C
(187,203,156)
#C4D2A9
(196,210,169)
#CDD9B6
(205,217,182)
#D6E0C3
(214,224,195)
#DFE7D0
(223,231,208)
#E8EEDD
(232,238,221)
#F1F5EA
(241,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97AF68 color. Also use rgb(151,175,104) instead hex code.

Text Font Color

.myTextColor { color: #97AF68; }

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

This text font color is #97AF68.


Background Color

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

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

This div background color is #97AF68.


Border color

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

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

This div border color is #97AF68.


Opacity

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

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

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

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

This text has shadow with #97AF68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97AF68 on black background.


Color preview on white background

This text has color #97AF68 on white background.



Black color preview on #97AF68 background

This text has black color on #97AF68 background.


White color preview on #97AF68 background

This text has white color on #97AF68 background.