COLOR #98A770

HEX: #98A770
RGB: (152,167,112)

Color info

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

RGB color model

#98A770 color RGB value is (152,167,112).

  • red value is 152;
  • green value is 167;
  • blue value is 112.
RGB:
(152,167,112)
(60%,65%,44%)

RGB channels and saturation

R 152 of 255 = 60%
G 167 of 255 = 65%
B 112 of 255 = 44%

152
167
112

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

Portions of RGB colors in percentages

R + G + B =
152 + 167 + 112 = 431 (100%)
R 152 of 431 ~ 35.27%
G 167 of 431 ~ 38.75%
B 112 of 431 ~ 25.99%

%35.27
%38.75
%25.99

CMYK color model

#98A770 color CMYK value is (9,0,33,35).

  • cyan value is 8.98%
  • magenta value is 0.00%
  • yellow value is 32.93%
  • key color value is 34.51%
CMYK:
(9,0,33,35)
C9M0Y33K35 
(9%,0%,33%,35%)
(0.09/0.00/0.33/0.35)	

CMYK percentages

%8.98
%0
%32.93
%34.51

Codes

Color #98A770 in popluar color models

98A770
RGB152167112
HSL76°23.81%54.71%
HSB/HSV76°32.93%65.49%
CMYK8.98%0.00%32.93%
34.51%

Color #98A770 in popluar number systems.

HEX98A770
Decimal152167112
Binary10011000101001111110000
Octal230247160

Shades and tints

Shades of #98A770

#98A770
(152,167,112)
#8B9866
(139,152,102)
#7E895C
(126,137,92)
#717A52
(113,122,82)
#646B48
(100,107,72)
#575C3E
(87,92,62)
#4A4D34
(74,77,52)
#3D3E2A
(61,62,42)
#302F20
(48,47,32)
#232016
(35,32,22)
#16110C
(22,17,12)
#000000
(0,0,0)

Tints of #98A770

#98A770
(152,167,112)
#A1AF7D
(161,175,125)
#AAB78A
(170,183,138)
#B3BF97
(179,191,151)
#BCC7A4
(188,199,164)
#C5CFB1
(197,207,177)
#CED7BE
(206,215,190)
#D7DFCB
(215,223,203)
#E0E7D8
(224,231,216)
#E9EFE5
(233,239,229)
#F2F7F2
(242,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A770 color. Also use rgb(152,167,112) instead hex code.

Text Font Color

.myTextColor { color: #98A770; }

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

This text font color is #98A770.


Background Color

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

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

This div background color is #98A770.


Border color

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

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

This div border color is #98A770.


Opacity

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

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

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

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

This text has shadow with #98A770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A770 on black background.


Color preview on white background

This text has color #98A770 on white background.



Black color preview on #98A770 background

This text has black color on #98A770 background.


White color preview on #98A770 background

This text has white color on #98A770 background.