COLOR #9EA064

HEX: #9EA064
RGB: (158,160,100)

Color info

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

RGB color model

#9EA064 color RGB value is (158,160,100).

  • red value is 158;
  • green value is 160;
  • blue value is 100.
RGB:
(158,160,100)
(62%,63%,39%)

RGB channels and saturation

R 158 of 255 = 62%
G 160 of 255 = 63%
B 100 of 255 = 39%

158
160
100

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

Portions of RGB colors in percentages

R + G + B =
158 + 160 + 100 = 418 (100%)
R 158 of 418 ~ 37.8%
G 160 of 418 ~ 38.28%
B 100 of 418 ~ 23.92%

%37.8
%38.28
%23.92

CMYK color model

#9EA064 color CMYK value is (1,0,38,37).

  • cyan value is 1.25%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 37.25%
CMYK:
(1,0,38,37)
C1M0Y38K37 
(1%,0%,38%,37%)
(0.01/0.00/0.38/0.37)	

CMYK percentages

%1.25
%0
%37.5
%37.25

Codes

Color #9EA064 in popluar color models

9EA064
RGB158160100
HSL62°24.00%50.98%
HSB/HSV62°37.50%62.75%
CMYK1.25%0.00%37.50%
37.25%

Color #9EA064 in popluar number systems.

HEX9EA064
Decimal158160100
Binary10011110101000001100100
Octal236240144

Shades and tints

Shades of #9EA064

#9EA064
(158,160,100)
#90925B
(144,146,91)
#828452
(130,132,82)
#747649
(116,118,73)
#666840
(102,104,64)
#585A37
(88,90,55)
#4A4C2E
(74,76,46)
#3C3E25
(60,62,37)
#2E301C
(46,48,28)
#202213
(32,34,19)
#12140A
(18,20,10)
#000000
(0,0,0)

Tints of #9EA064

#9EA064
(158,160,100)
#A6A872
(166,168,114)
#AEB080
(174,176,128)
#B6B88E
(182,184,142)
#BEC09C
(190,192,156)
#C6C8AA
(198,200,170)
#CED0B8
(206,208,184)
#D6D8C6
(214,216,198)
#DEE0D4
(222,224,212)
#E6E8E2
(230,232,226)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA064 color. Also use rgb(158,160,100) instead hex code.

Text Font Color

.myTextColor { color: #9EA064; }

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

This text font color is #9EA064.


Background Color

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

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

This div background color is #9EA064.


Border color

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

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

This div border color is #9EA064.


Opacity

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

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

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

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

This text has shadow with #9EA064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA064 on black background.


Color preview on white background

This text has color #9EA064 on white background.



Black color preview on #9EA064 background

This text has black color on #9EA064 background.


White color preview on #9EA064 background

This text has white color on #9EA064 background.