COLOR #978D60

HEX: #978D60 RGB: (151,141,96)

Color info

#978D60 contains red, green and blue colors in about the same proportion. Web safe color of #978D60 is #999966 (or #996).

RGB color model

#978D60 color RGB value is (151,141,96).

RGB: (151,141,96) (59%, 55%, 38%)

RGB channels and saturation

R 151 of 255 = 59%
G 141 of 255 = 55%
B 96 of 255 = 38%

151
141
96

R + G + B ~ 51%. #978D60 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 151 + 141 + 96 = 388 (100%)
R 151 of 388 ~ 38.92%
G 141 of 388 ~ 36.34%
B 96 of 388 ~ 24.74'%

%38.92
%36.34
%24.74

CMYK color model

#978D60 color CMYK value is (0,7,36,41).

  • cyan value is 0.00%
  • magenta value is 6.62%
  • yellow value is 36.42%
  • key color value is 40.78%

CMYK: (0,7,36,41)
C0M7Y36K41 (0%, 7%, 36%, 41%)
(0.00 / 0.07 / 0.36 / 0.41)

CMYK percentages

%0
%6.62
%36.42
%40.78

Codes

Color #978D60 in popluar color models

97 8D 60
RGB 151 141 96
HSL 49° 22.27% 48.43%
HSB/HSV 49° 36.42% 59.22%
CMYK 0.00% 6.62% 36.42%
40.78%

Color #978D60 in popluar number systems.

HEX 97 8D 60
Decimal 151 141 96
Binary 10010111 10001101 1100000
Octal 227 215 140

Shades and tints

Shades of #978D60

#978D60
(151,141,96)
#8A8158
(138,129,88)
#7D7550
(125,117,80)
#706948
(112,105,72)
#635D40
(99,93,64)
#565138
(86,81,56)
#494530
(73,69,48)
#3C3928
(60,57,40)
#2F2D20
(47,45,32)
#222118
(34,33,24)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #978D60

#978D60
(151,141,96)
#A0976E
(160,151,110)
#A9A17C
(169,161,124)
#B2AB8A
(178,171,138)
#BBB598
(187,181,152)
#C4BFA6
(196,191,166)
#CDC9B4
(205,201,180)
#D6D3C2
(214,211,194)
#DFDDD0
(223,221,208)
#E8E7DE
(232,231,222)
#F1F1EC
(241,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978D60 color. Also use rgb(151,141,96) instead hex code.

Text Font Color

.myTextColor { color: #978D60; }

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

This text font color is #978D60.

Background Color

.myBgColor { background-color: #978D60; }

<div style="background-color:#978D60">Inner text</div>

This div background color is #978D60.

Border color

.myBorderColor { border: 1px solid #978D60; }

<div style="border:3px solid #978D60">Div</div>

This div border color is #978D60.

Opacity

.myOpacity80 { color: #978D60; opacity: 0.8; }

<p style="color:#978D60;opacity:0.8;">80%</p>

Text with #978D60 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 #978D60;}

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

This text has shadow with #978D60 color.


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

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

This text has shadow with #978D60 primary color and red secondary color.


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

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

This text has shadow with #978D60 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #978D60.

Preview

Color preview on black background

This text has color #978D60 on black background.


Color preview on white background

This text has color #978D60 on white background.


Black color preview on #978D60 background

This text has black color on #978D60 background.


White color preview on #978D60 background

This text has white color on #978D60 background.


Related colors

Complementary color

Complementary color for #hex is #68729F.


I love getcolorcode.com

Triadic colors

1 #60978D and #8D6097 with #978D60 are triadic colors.

2 #608D97 and #8D9760 with #978D60 are triadic colors.