COLOR #98B072

HEX: #98B072 RGB: (152,176,114)

Color info

#98B072 contains mainly red and green colors. Web safe color of #98B072 is #999966 (or #996).

RGB color model

#98B072 color RGB value is (152,176,114).

RGB: (152,176,114) (60%, 69%, 45%)

RGB channels and saturation

R 152 of 255 = 60%
G 176 of 255 = 69%
B 114 of 255 = 45%

152
176
114

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

Portions of RGB colors in percentages

R + G + B = 152 + 176 + 114 = 442 (100%)
R 152 of 442 ~ 34.39%
G 176 of 442 ~ 39.82%
B 114 of 442 ~ 25.79'%

%34.39
%39.82
%25.79

CMYK color model

#98B072 color CMYK value is (14,0,35,31).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 35.23%
  • key color value is 30.98%
CMYK: (14,0,35,31) C14M0Y35K31 (14%,0%,35%,31%) (0.14/0.00/0.35/0.31) 

CMYK percentages

%13.64
%0
%35.23
%30.98

Codes

Color #98B072 in popluar color models

98 B0 72
RGB 152 176 114
HSL 83° 28.18% 56.86%
HSB/HSV 83° 35.23% 69.02%
CMYK 13.64% 0.00% 35.23%
30.98%

Color #98B072 in popluar number systems.

HEX 98 B0 72
Decimal 152 176 114
Binary 10011000 10110000 1110010
Octal 230 260 162

Shades and tints

Shades of #98B072

#98B072
(152,176,114)
#8BA068
(139,160,104)
#7E905E
(126,144,94)
#718054
(113,128,84)
#64704A
(100,112,74)
#576040
(87,96,64)
#4A5036
(74,80,54)
#3D402C
(61,64,44)
#303022
(48,48,34)
#232018
(35,32,24)
#16100E
(22,16,14)
#000000
(0,0,0)

Tints of #98B072

#98B072
(152,176,114)
#A1B77E
(161,183,126)
#AABE8A
(170,190,138)
#B3C596
(179,197,150)
#BCCCA2
(188,204,162)
#C5D3AE
(197,211,174)
#CEDABA
(206,218,186)
#D7E1C6
(215,225,198)
#E0E8D2
(224,232,210)
#E9EFDE
(233,239,222)
#F2F6EA
(242,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B072; }

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

This text font color is #98B072.

Background Color

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

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

This div background color is #98B072.

Border color

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

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

This div border color is #98B072.

Opacity

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

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

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

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

This text has shadow with #98B072 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98B072.

Preview

Color preview on black background

This text has color #98B072 on black background.


Color preview on white background

This text has color #98B072 on white background.


Black color preview on #98B072 background

This text has black color on #98B072 background.


White color preview on #98B072 background

This text has white color on #98B072 background.


Related colors

Complementary color

Complementary color for #hex is #674F8D.


I love getcolorcode.com

Triadic colors

1 #7298B0 and #B07298 with #98B072 are triadic colors.

2 #72B098 and #B09872 with #98B072 are triadic colors.