COLOR #97A768

HEX: #97A768
RGB: (151,167,104)

Color info

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

RGB color model

#97A768 color RGB value is (151,167,104).

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

RGB channels and saturation

R 151 of 255 = 59%
G 167 of 255 = 65%
B 104 of 255 = 41%

151
167
104

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

Portions of RGB colors in percentages

R + G + B =
151 + 167 + 104 = 422 (100%)
R 151 of 422 ~ 35.78%
G 167 of 422 ~ 39.57%
B 104 of 422 ~ 24.64%

%35.78
%39.57
%24.64

CMYK color model

#97A768 color CMYK value is (10,0,38,35).

  • cyan value is 9.58%
  • magenta value is 0.00%
  • yellow value is 37.72%
  • key color value is 34.51%
CMYK:
(10,0,38,35)
C10M0Y38K35 
(10%,0%,38%,35%)
(0.10/0.00/0.38/0.35)	

CMYK percentages

%9.58
%0
%37.72
%34.51

Codes

Color #97A768 in popluar color models

97A768
RGB151167104
HSL75°26.36%53.14%
HSB/HSV75°37.72%65.49%
CMYK9.58%0.00%37.72%
34.51%

Color #97A768 in popluar number systems.

HEX97A768
Decimal151167104
Binary10010111101001111101000
Octal227247150

Shades and tints

Shades of #97A768

#97A768
(151,167,104)
#8A985F
(138,152,95)
#7D8956
(125,137,86)
#707A4D
(112,122,77)
#636B44
(99,107,68)
#565C3B
(86,92,59)
#494D32
(73,77,50)
#3C3E29
(60,62,41)
#2F2F20
(47,47,32)
#222017
(34,32,23)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #97A768

#97A768
(151,167,104)
#A0AF75
(160,175,117)
#A9B782
(169,183,130)
#B2BF8F
(178,191,143)
#BBC79C
(187,199,156)
#C4CFA9
(196,207,169)
#CDD7B6
(205,215,182)
#D6DFC3
(214,223,195)
#DFE7D0
(223,231,208)
#E8EFDD
(232,239,221)
#F1F7EA
(241,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A768; }

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

This text font color is #97A768.


Background Color

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

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

This div background color is #97A768.


Border color

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

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

This div border color is #97A768.


Opacity

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

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

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

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

This text has shadow with #97A768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A768 on black background.


Color preview on white background

This text has color #97A768 on white background.



Black color preview on #97A768 background

This text has black color on #97A768 background.


White color preview on #97A768 background

This text has white color on #97A768 background.