COLOR #7E9809

HEX: #7E9809 RGB: (126,152,9)

Color info

#7E9809 contains mainly red and green colors. Web safe color of #7E9809 is #669900 (or #690).

RGB color model

#7E9809 color RGB value is (126,152,9).

RGB: (126,152,9) (49%, 60%, 4%)

RGB channels and saturation

R 126 of 255 = 49%
G 152 of 255 = 60%
B 9 of 255 = 4%

126
152
9

R + G + B ~ 38%. #7E9809 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 152 + 9 = 287 (100%)
R 126 of 287 ~ 43.9%
G 152 of 287 ~ 52.96%
B 9 of 287 ~ 3.14'%

%43.9
%52.96

CMYK color model

#7E9809 color CMYK value is (17,0,94,40).

  • cyan value is 17.11%
  • magenta value is 0.00%
  • yellow value is 94.08%
  • key color value is 40.39%

CMYK: (17,0,94,40)
C17M0Y94K40 (17%, 0%, 94%, 40%)
(0.17 / 0.00 / 0.94 / 0.40)

CMYK percentages

%17.11
%0
%94.08
%40.39

Codes

Color #7E9809 in popluar color models

7E 98 09
RGB 126 152 9
HSL 71° 88.82% 31.57%
HSB/HSV 71° 94.08% 59.61%
CMYK 17.11% 0.00% 94.08%
40.39%

Color #7E9809 in popluar number systems.

HEX 7E 98 09
Decimal 126 152 9
Binary 1111110 10011000 1001
Octal 176 230 11

Shades and tints

Shades of #7E9809

#7E9809
(126,152,9)
#738B09
(115,139,9)
#687E09
(104,126,9)
#5D7109
(93,113,9)
#526409
(82,100,9)
#475709
(71,87,9)
#3C4A09
(60,74,9)
#313D09
(49,61,9)
#263009
(38,48,9)
#1B2309
(27,35,9)
#101609
(16,22,9)
#000000
(0,0,0)

Tints of #7E9809

#7E9809
(126,152,9)
#89A11F
(137,161,31)
#94AA35
(148,170,53)
#9FB34B
(159,179,75)
#AABC61
(170,188,97)
#B5C577
(181,197,119)
#C0CE8D
(192,206,141)
#CBD7A3
(203,215,163)
#D6E0B9
(214,224,185)
#E1E9CF
(225,233,207)
#ECF2E5
(236,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9809 color. Also use rgb(126,152,9) instead hex code.

Text Font Color

.myTextColor { color: #7E9809; }

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

This text font color is #7E9809.

Background Color

.myBgColor { background-color: #7E9809; }

<div style="background-color:#7E9809">Inner text</div>

This div background color is #7E9809.

Border color

.myBorderColor { border: 1px solid #7E9809; }

<div style="border:3px solid #7E9809">Div</div>

This div border color is #7E9809.

Opacity

.myOpacity80 { color: #7E9809; opacity: 0.8; }

<p style="color:#7E9809;opacity:0.8;">80%</p>

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

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

This text has shadow with #7E9809 color.


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

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

This text has shadow with #7E9809 primary color and red secondary color.


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

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

This text has shadow with #7E9809 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7E9809.

Preview

Color preview on black background

This text has color #7E9809 on black background.


Color preview on white background

This text has color #7E9809 on white background.


Black color preview on #7E9809 background

This text has black color on #7E9809 background.


White color preview on #7E9809 background

This text has white color on #7E9809 background.


Related colors

Complementary color

Complementary color for #hex is #8167F6.


I love getcolorcode.com

Triadic colors

1 #097E98 and #98097E with #7E9809 are triadic colors.

2 #09987E and #987E09 with #7E9809 are triadic colors.