COLOR #98AA75

HEX: #98AA75
RGB: (152,170,117)

Color info

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

RGB color model

#98AA75 color RGB value is (152,170,117).

  • red value is 152;
  • green value is 170;
  • blue value is 117.
RGB:
(152,170,117)
(60%,67%,46%)

RGB channels and saturation

R 152 of 255 = 60%
G 170 of 255 = 67%
B 117 of 255 = 46%

152
170
117

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

Portions of RGB colors in percentages

R + G + B =
152 + 170 + 117 = 439 (100%)
R 152 of 439 ~ 34.62%
G 170 of 439 ~ 38.72%
B 117 of 439 ~ 26.65%

%34.62
%38.72
%26.65

CMYK color model

#98AA75 color CMYK value is (11,0,31,33).

  • cyan value is 10.59%
  • magenta value is 0.00%
  • yellow value is 31.18%
  • key color value is 33.33%
CMYK:
(11,0,31,33)
C11M0Y31K33 
(11%,0%,31%,33%)
(0.11/0.00/0.31/0.33)	

CMYK percentages

%10.59
%0
%31.18
%33.33

Codes

Color #98AA75 in popluar color models

98AA75
RGB152170117
HSL80°23.77%56.27%
HSB/HSV80°31.18%66.67%
CMYK10.59%0.00%31.18%
33.33%

Color #98AA75 in popluar number systems.

HEX98AA75
Decimal152170117
Binary10011000101010101110101
Octal230252165

Shades and tints

Shades of #98AA75

#98AA75
(152,170,117)
#8B9B6B
(139,155,107)
#7E8C61
(126,140,97)
#717D57
(113,125,87)
#646E4D
(100,110,77)
#575F43
(87,95,67)
#4A5039
(74,80,57)
#3D412F
(61,65,47)
#303225
(48,50,37)
#23231B
(35,35,27)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #98AA75

#98AA75
(152,170,117)
#A1B181
(161,177,129)
#AAB88D
(170,184,141)
#B3BF99
(179,191,153)
#BCC6A5
(188,198,165)
#C5CDB1
(197,205,177)
#CED4BD
(206,212,189)
#D7DBC9
(215,219,201)
#E0E2D5
(224,226,213)
#E9E9E1
(233,233,225)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98AA75 color. Also use rgb(152,170,117) instead hex code.

Text Font Color

.myTextColor { color: #98AA75; }

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

This text font color is #98AA75.


Background Color

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

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

This div background color is #98AA75.


Border color

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

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

This div border color is #98AA75.


Opacity

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

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

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

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

This text has shadow with #98AA75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98AA75 on black background.


Color preview on white background

This text has color #98AA75 on white background.



Black color preview on #98AA75 background

This text has black color on #98AA75 background.


White color preview on #98AA75 background

This text has white color on #98AA75 background.