COLOR #97B245

HEX: #97B245 RGB: (151,178,69)

Color info

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

RGB color model

#97B245 color RGB value is (151,178,69).

RGB: (151,178,69) (59%, 70%, 27%)

RGB channels and saturation

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

151
178
69

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

Portions of RGB colors in percentages

R + G + B = 151 + 178 + 69 = 398 (100%)
R 151 of 398 ~ 37.94%
G 178 of 398 ~ 44.72%
B 69 of 398 ~ 17.34'%

%37.94
%44.72
%17.34

CMYK color model

#97B245 color CMYK value is (15,0,61,30).

  • cyan value is 15.17%
  • magenta value is 0.00%
  • yellow value is 61.24%
  • key color value is 30.20%

CMYK: (15,0,61,30)
C15M0Y61K30 (15%, 0%, 61%, 30%)
(0.15 / 0.00 / 0.61 / 0.30)

CMYK percentages

%15.17
%0
%61.24
%30.2

Codes

Color #97B245 in popluar color models

97 B2 45
RGB 151 178 69
HSL 75° 44.13% 48.43%
HSB/HSV 75° 61.24% 69.80%
CMYK 15.17% 0.00% 61.24%
30.20%

Color #97B245 in popluar number systems.

HEX 97 B2 45
Decimal 151 178 69
Binary 10010111 10110010 1000101
Octal 227 262 105

Shades and tints

Shades of #97B245

#97B245
(151,178,69)
#8AA23F
(138,162,63)
#7D9239
(125,146,57)
#708233
(112,130,51)
#63722D
(99,114,45)
#566227
(86,98,39)
#495221
(73,82,33)
#3C421B
(60,66,27)
#2F3215
(47,50,21)
#22220F
(34,34,15)
#151209
(21,18,9)
#000000
(0,0,0)

Tints of #97B245

#97B245
(151,178,69)
#A0B955
(160,185,85)
#A9C065
(169,192,101)
#B2C775
(178,199,117)
#BBCE85
(187,206,133)
#C4D595
(196,213,149)
#CDDCA5
(205,220,165)
#D6E3B5
(214,227,181)
#DFEAC5
(223,234,197)
#E8F1D5
(232,241,213)
#F1F8E5
(241,248,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B245 color. Also use rgb(151,178,69) instead hex code.

Text Font Color

.myTextColor { color: #97B245; }

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

This text font color is #97B245.

Background Color

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

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

This div background color is #97B245.

Border color

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

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

This div border color is #97B245.

Opacity

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

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

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

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

This text has shadow with #97B245 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97B245.

Preview

Color preview on black background

This text has color #97B245 on black background.


Color preview on white background

This text has color #97B245 on white background.


Black color preview on #97B245 background

This text has black color on #97B245 background.


White color preview on #97B245 background

This text has white color on #97B245 background.


Related colors

Complementary color

Complementary color for #hex is #684DBA.


I love getcolorcode.com

Triadic colors

1 #4597B2 and #B24597 with #97B245 are triadic colors.

2 #45B297 and #B29745 with #97B245 are triadic colors.