COLOR #97AC6D

HEX: #97AC6D RGB: (151,172,109)

Color info

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

RGB color model

#97AC6D color RGB value is (151,172,109).

RGB: (151,172,109) (59%, 67%, 43%)

RGB channels and saturation

R 151 of 255 = 59%
G 172 of 255 = 67%
B 109 of 255 = 43%

151
172
109

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

Portions of RGB colors in percentages

R + G + B = 151 + 172 + 109 = 432 (100%)
R 151 of 432 ~ 34.95%
G 172 of 432 ~ 39.81%
B 109 of 432 ~ 25.23'%

%34.95
%39.81
%25.23

CMYK color model

#97AC6D color CMYK value is (12,0,37,33).

  • cyan value is 12.21%
  • magenta value is 0.00%
  • yellow value is 36.63%
  • key color value is 32.55%

CMYK: (12,0,37,33)
C12M0Y37K33 (12%, 0%, 37%, 33%)
(0.12 / 0.00 / 0.37 / 0.33)

CMYK percentages

%12.21
%0
%36.63
%32.55

Codes

Color #97AC6D in popluar color models

97 AC 6D
RGB 151 172 109
HSL 80° 27.51% 55.10%
HSB/HSV 80° 36.63% 67.45%
CMYK 12.21% 0.00% 36.63%
32.55%

Color #97AC6D in popluar number systems.

HEX 97 AC 6D
Decimal 151 172 109
Binary 10010111 10101100 1101101
Octal 227 254 155

Shades and tints

Shades of #97AC6D

#97AC6D
(151,172,109)
#8A9D64
(138,157,100)
#7D8E5B
(125,142,91)
#707F52
(112,127,82)
#637049
(99,112,73)
#566140
(86,97,64)
#495237
(73,82,55)
#3C432E
(60,67,46)
#2F3425
(47,52,37)
#22251C
(34,37,28)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #97AC6D

#97AC6D
(151,172,109)
#A0B37A
(160,179,122)
#A9BA87
(169,186,135)
#B2C194
(178,193,148)
#BBC8A1
(187,200,161)
#C4CFAE
(196,207,174)
#CDD6BB
(205,214,187)
#D6DDC8
(214,221,200)
#DFE4D5
(223,228,213)
#E8EBE2
(232,235,226)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97AC6D color. Also use rgb(151,172,109) instead hex code.

Text Font Color

.myTextColor { color: #97AC6D; }

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

This text font color is #97AC6D.

Background Color

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

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

This div background color is #97AC6D.

Border color

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

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

This div border color is #97AC6D.

Opacity

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

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

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

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

This text has shadow with #97AC6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97AC6D.

Preview

Color preview on black background

This text has color #97AC6D on black background.


Color preview on white background

This text has color #97AC6D on white background.


Black color preview on #97AC6D background

This text has black color on #97AC6D background.


White color preview on #97AC6D background

This text has white color on #97AC6D background.


Related colors

Complementary color

Complementary color for #hex is #685392.


I love getcolorcode.com

Triadic colors

1 #6D97AC and #AC6D97 with #97AC6D are triadic colors.

2 #6DAC97 and #AC976D with #97AC6D are triadic colors.