COLOR #9EB678

HEX: #9EB678 RGB: (158,182,120)

Color info

#9EB678 contains mainly red and green colors. Web safe color of #9EB678 is #99CC66 (or #9C6).

RGB color model

#9EB678 color RGB value is (158,182,120).

RGB: (158,182,120) (62%, 71%, 47%)

RGB channels and saturation

R 158 of 255 = 62%
G 182 of 255 = 71%
B 120 of 255 = 47%

158
182
120

R + G + B ~ 60%. #9EB678 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 158 + 182 + 120 = 460 (100%)
R 158 of 460 ~ 34.35%
G 182 of 460 ~ 39.57%
B 120 of 460 ~ 26.09'%

%34.35
%39.57
%26.09

CMYK color model

#9EB678 color CMYK value is (13,0,34,29).

  • cyan value is 13.19%
  • magenta value is 0.00%
  • yellow value is 34.07%
  • key color value is 28.63%

CMYK: (13,0,34,29)
C13M0Y34K29 (13%, 0%, 34%, 29%)
(0.13 / 0.00 / 0.34 / 0.29)

CMYK percentages

%13.19
%0
%34.07
%28.63

Codes

Color #9EB678 in popluar color models

9E B6 78
RGB 158 182 120
HSL 83° 29.81% 59.22%
HSB/HSV 83° 34.07% 71.37%
CMYK 13.19% 0.00% 34.07%
28.63%

Color #9EB678 in popluar number systems.

HEX 9E B6 78
Decimal 158 182 120
Binary 10011110 10110110 1111000
Octal 236 266 170

Shades and tints

Shades of #9EB678

#9EB678
(158,182,120)
#90A66E
(144,166,110)
#829664
(130,150,100)
#74865A
(116,134,90)
#667650
(102,118,80)
#586646
(88,102,70)
#4A563C
(74,86,60)
#3C4632
(60,70,50)
#2E3628
(46,54,40)
#20261E
(32,38,30)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #9EB678

#9EB678
(158,182,120)
#A6BC84
(166,188,132)
#AEC290
(174,194,144)
#B6C89C
(182,200,156)
#BECEA8
(190,206,168)
#C6D4B4
(198,212,180)
#CEDAC0
(206,218,192)
#D6E0CC
(214,224,204)
#DEE6D8
(222,230,216)
#E6ECE4
(230,236,228)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB678 color. Also use rgb(158,182,120) instead hex code.

Text Font Color

.myTextColor { color: #9EB678; }

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

This text font color is #9EB678.

Background Color

.myBgColor { background-color: #9EB678; }

<div style="background-color:#9EB678">Inner text</div>

This div background color is #9EB678.

Border color

.myBorderColor { border: 1px solid #9EB678; }

<div style="border:3px solid #9EB678">Div</div>

This div border color is #9EB678.

Opacity

.myOpacity80 { color: #9EB678; opacity: 0.8; }

<p style="color:#9EB678;opacity:0.8;">80%</p>

Text with #9EB678 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 #9EB678;}

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

This text has shadow with #9EB678 color.


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

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

This text has shadow with #9EB678 primary color and red secondary color.


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

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

This text has shadow with #9EB678 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9EB678.

Preview

Color preview on black background

This text has color #9EB678 on black background.


Color preview on white background

This text has color #9EB678 on white background.


Black color preview on #9EB678 background

This text has black color on #9EB678 background.


White color preview on #9EB678 background

This text has white color on #9EB678 background.


Related colors

Complementary color

Complementary color for #hex is #614987.


I love getcolorcode.com

Triadic colors

1 #789EB6 and #B6789E with #9EB678 are triadic colors.

2 #78B69E and #B69E78 with #9EB678 are triadic colors.