COLOR #98B075

HEX: #98B075 RGB: (152,176,117)

Color info

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

RGB color model

#98B075 color RGB value is (152,176,117).

RGB: (152,176,117) (60%, 69%, 46%)

RGB channels and saturation

R 152 of 255 = 60%
G 176 of 255 = 69%
B 117 of 255 = 46%

152
176
117

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

Portions of RGB colors in percentages

R + G + B = 152 + 176 + 117 = 445 (100%)
R 152 of 445 ~ 34.16%
G 176 of 445 ~ 39.55%
B 117 of 445 ~ 26.29'%

%34.16
%39.55
%26.29

CMYK color model

#98B075 color CMYK value is (14,0,34,31).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 33.52%
  • key color value is 30.98%
CMYK: (14,0,34,31) C14M0Y34K31 (14%,0%,34%,31%) (0.14/0.00/0.34/0.31) 

CMYK percentages

%13.64
%0
%33.52
%30.98

Codes

Color #98B075 in popluar color models

98 B0 75
RGB 152 176 117
HSL 84° 27.19% 57.45%
HSB/HSV 84° 33.52% 69.02%
CMYK 13.64% 0.00% 33.52%
30.98%

Color #98B075 in popluar number systems.

HEX 98 B0 75
Decimal 152 176 117
Binary 10011000 10110000 1110101
Octal 230 260 165

Shades and tints

Shades of #98B075

#98B075
(152,176,117)
#8BA06B
(139,160,107)
#7E9061
(126,144,97)
#718057
(113,128,87)
#64704D
(100,112,77)
#576043
(87,96,67)
#4A5039
(74,80,57)
#3D402F
(61,64,47)
#303025
(48,48,37)
#23201B
(35,32,27)
#161011
(22,16,17)
#000000
(0,0,0)

Tints of #98B075

#98B075
(152,176,117)
#A1B781
(161,183,129)
#AABE8D
(170,190,141)
#B3C599
(179,197,153)
#BCCCA5
(188,204,165)
#C5D3B1
(197,211,177)
#CEDABD
(206,218,189)
#D7E1C9
(215,225,201)
#E0E8D5
(224,232,213)
#E9EFE1
(233,239,225)
#F2F6ED
(242,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B075; }

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

This text font color is #98B075.

Background Color

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

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

This div background color is #98B075.

Border color

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

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

This div border color is #98B075.

Opacity

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

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

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

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

This text has shadow with #98B075 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98B075.

Preview

Color preview on black background

This text has color #98B075 on black background.


Color preview on white background

This text has color #98B075 on white background.


Black color preview on #98B075 background

This text has black color on #98B075 background.


White color preview on #98B075 background

This text has white color on #98B075 background.


Related colors

Complementary color

Complementary color for #hex is #674F8A.


I love getcolorcode.com

Triadic colors

1 #7598B0 and #B07598 with #98B075 are triadic colors.

2 #75B098 and #B09875 with #98B075 are triadic colors.