COLOR #97A85D

HEX: #97A85D
RGB: (151,168,93)

Color info

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

RGB color model

#97A85D color RGB value is (151,168,93).

  • red value is 151;
  • green value is 168;
  • blue value is 93.
RGB:
(151,168,93)
(59%,66%,36%)

RGB channels and saturation

R 151 of 255 = 59%
G 168 of 255 = 66%
B 93 of 255 = 36%

151
168
93

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

Portions of RGB colors in percentages

R + G + B =
151 + 168 + 93 = 412 (100%)
R 151 of 412 ~ 36.65%
G 168 of 412 ~ 40.78%
B 93 of 412 ~ 22.57%

%36.65
%40.78
%22.57

CMYK color model

#97A85D color CMYK value is (10,0,45,34).

  • cyan value is 10.12%
  • magenta value is 0.00%
  • yellow value is 44.64%
  • key color value is 34.12%
CMYK:
(10,0,45,34)
C10M0Y45K34 
(10%,0%,45%,34%)
(0.10/0.00/0.45/0.34)	

CMYK percentages

%10.12
%0
%44.64
%34.12

Codes

Color #97A85D in popluar color models

97A85D
RGB15116893
HSL74°30.12%51.18%
HSB/HSV74°44.64%65.88%
CMYK10.12%0.00%44.64%
34.12%

Color #97A85D in popluar number systems.

HEX97A85D
Decimal15116893
Binary10010111101010001011101
Octal227250135

Shades and tints

Shades of #97A85D

#97A85D
(151,168,93)
#8A9955
(138,153,85)
#7D8A4D
(125,138,77)
#707B45
(112,123,69)
#636C3D
(99,108,61)
#565D35
(86,93,53)
#494E2D
(73,78,45)
#3C3F25
(60,63,37)
#2F301D
(47,48,29)
#222115
(34,33,21)
#15120D
(21,18,13)
#000000
(0,0,0)

Tints of #97A85D

#97A85D
(151,168,93)
#A0AF6B
(160,175,107)
#A9B679
(169,182,121)
#B2BD87
(178,189,135)
#BBC495
(187,196,149)
#C4CBA3
(196,203,163)
#CDD2B1
(205,210,177)
#D6D9BF
(214,217,191)
#DFE0CD
(223,224,205)
#E8E7DB
(232,231,219)
#F1EEE9
(241,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A85D color. Also use rgb(151,168,93) instead hex code.

Text Font Color

.myTextColor { color: #97A85D; }

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

This text font color is #97A85D.


Background Color

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

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

This div background color is #97A85D.


Border color

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

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

This div border color is #97A85D.


Opacity

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

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

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

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

This text has shadow with #97A85D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A85D on black background.


Color preview on white background

This text has color #97A85D on white background.



Black color preview on #97A85D background

This text has black color on #97A85D background.


White color preview on #97A85D background

This text has white color on #97A85D background.