COLOR #97B655

HEX: #97B655
RGB: (151,182,85)

Color info

#97B655 contains mainly red and green colors. Web safe color of #97B655 is #99CC66 (or #9C6).

RGB color model

#97B655 color RGB value is (151,182,85).

  • red value is 151;
  • green value is 182;
  • blue value is 85.
RGB:
(151,182,85)
(59%,71%,33%)

RGB channels and saturation

R 151 of 255 = 59%
G 182 of 255 = 71%
B 85 of 255 = 33%

151
182
85

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

Portions of RGB colors in percentages

R + G + B =
151 + 182 + 85 = 418 (100%)
R 151 of 418 ~ 36.12%
G 182 of 418 ~ 43.54%
B 85 of 418 ~ 20.33%

%36.12
%43.54
%20.33

CMYK color model

#97B655 color CMYK value is (17,0,53,29).

  • cyan value is 17.03%
  • magenta value is 0.00%
  • yellow value is 53.30%
  • key color value is 28.63%
CMYK:
(17,0,53,29)
C17M0Y53K29 
(17%,0%,53%,29%)
(0.17/0.00/0.53/0.29)	

CMYK percentages

%17.03
%0
%53.3
%28.63

Codes

Color #97B655 in popluar color models

97B655
RGB15118285
HSL79°39.92%52.35%
HSB/HSV79°53.30%71.37%
CMYK17.03%0.00%53.30%
28.63%

Color #97B655 in popluar number systems.

HEX97B655
Decimal15118285
Binary10010111101101101010101
Octal227266125

Shades and tints

Shades of #97B655

#97B655
(151,182,85)
#8AA64E
(138,166,78)
#7D9647
(125,150,71)
#708640
(112,134,64)
#637639
(99,118,57)
#566632
(86,102,50)
#49562B
(73,86,43)
#3C4624
(60,70,36)
#2F361D
(47,54,29)
#222616
(34,38,22)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #97B655

#97B655
(151,182,85)
#A0BC64
(160,188,100)
#A9C273
(169,194,115)
#B2C882
(178,200,130)
#BBCE91
(187,206,145)
#C4D4A0
(196,212,160)
#CDDAAF
(205,218,175)
#D6E0BE
(214,224,190)
#DFE6CD
(223,230,205)
#E8ECDC
(232,236,220)
#F1F2EB
(241,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B655 color. Also use rgb(151,182,85) instead hex code.

Text Font Color

.myTextColor { color: #97B655; }

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

This text font color is #97B655.


Background Color

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

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

This div background color is #97B655.


Border color

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

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

This div border color is #97B655.


Opacity

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

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

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

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

This text has shadow with #97B655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B655 on black background.


Color preview on white background

This text has color #97B655 on white background.



Black color preview on #97B655 background

This text has black color on #97B655 background.


White color preview on #97B655 background

This text has white color on #97B655 background.