COLOR #97B046

HEX: #97B046
RGB: (151,176,70)

Color info

#97B046 contains mainly red and green colors. Web safe color of #97B046 is #999933 (or #993).

RGB color model

#97B046 color RGB value is (151,176,70).

  • red value is 151;
  • green value is 176;
  • blue value is 70.
RGB:
(151,176,70)
(59%,69%,27%)

RGB channels and saturation

R 151 of 255 = 59%
G 176 of 255 = 69%
B 70 of 255 = 27%

151
176
70

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

Portions of RGB colors in percentages

R + G + B =
151 + 176 + 70 = 397 (100%)
R 151 of 397 ~ 38.04%
G 176 of 397 ~ 44.33%
B 70 of 397 ~ 17.63%

%38.04
%44.33
%17.63

CMYK color model

#97B046 color CMYK value is (14,0,60,31).

  • cyan value is 14.20%
  • magenta value is 0.00%
  • yellow value is 60.23%
  • key color value is 30.98%
CMYK:
(14,0,60,31)
C14M0Y60K31 
(14%,0%,60%,31%)
(0.14/0.00/0.60/0.31)	

CMYK percentages

%14.2
%0
%60.23
%30.98

Codes

Color #97B046 in popluar color models

97B046
RGB15117670
HSL74°43.09%48.24%
HSB/HSV74°60.23%69.02%
CMYK14.20%0.00%60.23%
30.98%

Color #97B046 in popluar number systems.

HEX97B046
Decimal15117670
Binary10010111101100001000110
Octal227260106

Shades and tints

Shades of #97B046

#97B046
(151,176,70)
#8AA040
(138,160,64)
#7D903A
(125,144,58)
#708034
(112,128,52)
#63702E
(99,112,46)
#566028
(86,96,40)
#495022
(73,80,34)
#3C401C
(60,64,28)
#2F3016
(47,48,22)
#222010
(34,32,16)
#15100A
(21,16,10)
#000000
(0,0,0)

Tints of #97B046

#97B046
(151,176,70)
#A0B756
(160,183,86)
#A9BE66
(169,190,102)
#B2C576
(178,197,118)
#BBCC86
(187,204,134)
#C4D396
(196,211,150)
#CDDAA6
(205,218,166)
#D6E1B6
(214,225,182)
#DFE8C6
(223,232,198)
#E8EFD6
(232,239,214)
#F1F6E6
(241,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B046 color. Also use rgb(151,176,70) instead hex code.

Text Font Color

.myTextColor { color: #97B046; }

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

This text font color is #97B046.


Background Color

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

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

This div background color is #97B046.


Border color

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

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

This div border color is #97B046.


Opacity

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

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

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

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

This text has shadow with #97B046 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B046 on black background.


Color preview on white background

This text has color #97B046 on white background.



Black color preview on #97B046 background

This text has black color on #97B046 background.


White color preview on #97B046 background

This text has white color on #97B046 background.