COLOR #97A76B

HEX: #97A76B RGB: (151,167,107)

Color info

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

RGB color model

#97A76B color RGB value is (151,167,107).

RGB: (151,167,107) (59%, 65%, 42%)

RGB channels and saturation

R 151 of 255 = 59%
G 167 of 255 = 65%
B 107 of 255 = 42%

151
167
107

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

Portions of RGB colors in percentages

R + G + B = 151 + 167 + 107 = 425 (100%)
R 151 of 425 ~ 35.53%
G 167 of 425 ~ 39.29%
B 107 of 425 ~ 25.18'%

%35.53
%39.29
%25.18

CMYK color model

#97A76B color CMYK value is (10,0,36,35).

  • cyan value is 9.58%
  • magenta value is 0.00%
  • yellow value is 35.93%
  • key color value is 34.51%

CMYK: (10,0,36,35)
C10M0Y36K35 (10%, 0%, 36%, 35%)
(0.10 / 0.00 / 0.36 / 0.35)

CMYK percentages

%9.58
%0
%35.93
%34.51

Codes

Color #97A76B in popluar color models

97 A7 6B
RGB 151 167 107
HSL 76° 25.42% 53.73%
HSB/HSV 76° 35.93% 65.49%
CMYK 9.58% 0.00% 35.93%
34.51%

Color #97A76B in popluar number systems.

HEX 97 A7 6B
Decimal 151 167 107
Binary 10010111 10100111 1101011
Octal 227 247 153

Shades and tints

Shades of #97A76B

#97A76B
(151,167,107)
#8A9862
(138,152,98)
#7D8959
(125,137,89)
#707A50
(112,122,80)
#636B47
(99,107,71)
#565C3E
(86,92,62)
#494D35
(73,77,53)
#3C3E2C
(60,62,44)
#2F2F23
(47,47,35)
#22201A
(34,32,26)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #97A76B

#97A76B
(151,167,107)
#A0AF78
(160,175,120)
#A9B785
(169,183,133)
#B2BF92
(178,191,146)
#BBC79F
(187,199,159)
#C4CFAC
(196,207,172)
#CDD7B9
(205,215,185)
#D6DFC6
(214,223,198)
#DFE7D3
(223,231,211)
#E8EFE0
(232,239,224)
#F1F7ED
(241,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A76B; }

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

This text font color is #97A76B.

Background Color

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

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

This div background color is #97A76B.

Border color

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

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

This div border color is #97A76B.

Opacity

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

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

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

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

This text has shadow with #97A76B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97A76B.

Preview

Color preview on black background

This text has color #97A76B on black background.


Color preview on white background

This text has color #97A76B on white background.


Black color preview on #97A76B background

This text has black color on #97A76B background.


White color preview on #97A76B background

This text has white color on #97A76B background.


Related colors

Complementary color

Complementary color for #hex is #685894.


I love getcolorcode.com

Triadic colors

1 #6B97A7 and #A76B97 with #97A76B are triadic colors.

2 #6BA797 and #A7976B with #97A76B are triadic colors.