COLOR #98B067

HEX: #98B067 RGB: (152,176,103)

Color info

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

RGB color model

#98B067 color RGB value is (152,176,103).

RGB: (152,176,103) (60%, 69%, 40%)

RGB channels and saturation

R 152 of 255 = 60%
G 176 of 255 = 69%
B 103 of 255 = 40%

152
176
103

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

Portions of RGB colors in percentages

R + G + B = 152 + 176 + 103 = 431 (100%)
R 152 of 431 ~ 35.27%
G 176 of 431 ~ 40.84%
B 103 of 431 ~ 23.9'%

%35.27
%40.84
%23.9

CMYK color model

#98B067 color CMYK value is (14,0,41,31).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 41.48%
  • key color value is 30.98%

CMYK: (14,0,41,31)
C14M0Y41K31 (14%, 0%, 41%, 31%)
(0.14 / 0.00 / 0.41 / 0.31)

CMYK percentages

%13.64
%0
%41.48
%30.98

Codes

Color #98B067 in popluar color models

98 B0 67
RGB 152 176 103
HSL 80° 31.60% 54.71%
HSB/HSV 80° 41.48% 69.02%
CMYK 13.64% 0.00% 41.48%
30.98%

Color #98B067 in popluar number systems.

HEX 98 B0 67
Decimal 152 176 103
Binary 10011000 10110000 1100111
Octal 230 260 147

Shades and tints

Shades of #98B067

#98B067
(152,176,103)
#8BA05E
(139,160,94)
#7E9055
(126,144,85)
#71804C
(113,128,76)
#647043
(100,112,67)
#57603A
(87,96,58)
#4A5031
(74,80,49)
#3D4028
(61,64,40)
#30301F
(48,48,31)
#232016
(35,32,22)
#16100D
(22,16,13)
#000000
(0,0,0)

Tints of #98B067

#98B067
(152,176,103)
#A1B774
(161,183,116)
#AABE81
(170,190,129)
#B3C58E
(179,197,142)
#BCCC9B
(188,204,155)
#C5D3A8
(197,211,168)
#CEDAB5
(206,218,181)
#D7E1C2
(215,225,194)
#E0E8CF
(224,232,207)
#E9EFDC
(233,239,220)
#F2F6E9
(242,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B067; }

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

This text font color is #98B067.

Background Color

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

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

This div background color is #98B067.

Border color

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

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

This div border color is #98B067.

Opacity

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

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

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

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

This text has shadow with #98B067 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98B067.

Preview

Color preview on black background

This text has color #98B067 on black background.


Color preview on white background

This text has color #98B067 on white background.


Black color preview on #98B067 background

This text has black color on #98B067 background.


White color preview on #98B067 background

This text has white color on #98B067 background.


Related colors

Complementary color

Complementary color for #hex is #674F98.


I love getcolorcode.com

Triadic colors

1 #6798B0 and #B06798 with #98B067 are triadic colors.

2 #67B098 and #B09867 with #98B067 are triadic colors.