COLOR #98A978

HEX: #98A978
RGB: (152,169,120)

Color info

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

RGB color model

#98A978 color RGB value is (152,169,120).

  • red value is 152;
  • green value is 169;
  • blue value is 120.
RGB:
(152,169,120)
(60%,66%,47%)

RGB channels and saturation

R 152 of 255 = 60%
G 169 of 255 = 66%
B 120 of 255 = 47%

152
169
120

R + G + B ~ 58%. #98A978 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 169 + 120 = 441 (100%)
R 152 of 441 ~ 34.47%
G 169 of 441 ~ 38.32%
B 120 of 441 ~ 27.21%

%34.47
%38.32
%27.21

CMYK color model

#98A978 color CMYK value is (10,0,29,34).

  • cyan value is 10.06%
  • magenta value is 0.00%
  • yellow value is 28.99%
  • key color value is 33.73%
CMYK:
(10,0,29,34)
C10M0Y29K34 
(10%,0%,29%,34%)
(0.10/0.00/0.29/0.34)	

CMYK percentages

%10.06
%0
%28.99
%33.73

Codes

Color #98A978 in popluar color models

98A978
RGB152169120
HSL81°22.17%56.67%
HSB/HSV81°28.99%66.27%
CMYK10.06%0.00%28.99%
33.73%

Color #98A978 in popluar number systems.

HEX98A978
Decimal152169120
Binary10011000101010011111000
Octal230251170

Shades and tints

Shades of #98A978

#98A978
(152,169,120)
#8B9A6E
(139,154,110)
#7E8B64
(126,139,100)
#717C5A
(113,124,90)
#646D50
(100,109,80)
#575E46
(87,94,70)
#4A4F3C
(74,79,60)
#3D4032
(61,64,50)
#303128
(48,49,40)
#23221E
(35,34,30)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #98A978

#98A978
(152,169,120)
#A1B084
(161,176,132)
#AAB790
(170,183,144)
#B3BE9C
(179,190,156)
#BCC5A8
(188,197,168)
#C5CCB4
(197,204,180)
#CED3C0
(206,211,192)
#D7DACC
(215,218,204)
#E0E1D8
(224,225,216)
#E9E8E4
(233,232,228)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A978 color. Also use rgb(152,169,120) instead hex code.

Text Font Color

.myTextColor { color: #98A978; }

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

This text font color is #98A978.


Background Color

.myBgColor { background-color: #98A978; }

<div style="background-color:#98A978">Inner text</div>

This div background color is #98A978.


Border color

.myBorderColor { border: 1px solid #98A978; }

<div style="border:3px solid #98A978">Div</div>

This div border color is #98A978.


Opacity

.myOpacity80 { color: #98A978; opacity: 0.8; }

<p style="color:#98A978;opacity:0.8;">80%</p>

Text with #98A978 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 #98A978;}

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

This text has shadow with #98A978 color.

.textShadow {text-shadow: 3px 3px 1px #98A978, 3px 3px 1px red;}

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

This text has shadow with #98A978 primary color and red secondary color.


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

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

This text has shadow with #98A978 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A978 on black background.


Color preview on white background

This text has color #98A978 on white background.



Black color preview on #98A978 background

This text has black color on #98A978 background.


White color preview on #98A978 background

This text has white color on #98A978 background.