COLOR #7E964A

HEX: #7E964A
RGB: (126,150,74)

Color info

#7E964A contains mainly red and green colors. Web safe color of #7E964A is #669933 (or #693).

RGB color model

#7E964A color RGB value is (126,150,74).

  • red value is 126;
  • green value is 150;
  • blue value is 74.
RGB:
(126,150,74)
(49%,59%,29%)

RGB channels and saturation

R 126 of 255 = 49%
G 150 of 255 = 59%
B 74 of 255 = 29%

126
150
74

R + G + B ~ 46%. #7E964A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 150 + 74 = 350 (100%)
R 126 of 350 ~ 36%
G 150 of 350 ~ 42.86%
B 74 of 350 ~ 21.14%

%36
%42.86
%21.14

CMYK color model

#7E964A color CMYK value is (16,0,51,41).

  • cyan value is 16.00%
  • magenta value is 0.00%
  • yellow value is 50.67%
  • key color value is 41.18%
CMYK:
(16,0,51,41)
C16M0Y51K41 
(16%,0%,51%,41%)
(0.16/0.00/0.51/0.41)	

CMYK percentages

%16
%0
%50.67
%41.18

Codes

Color #7E964A in popluar color models

7E964A
RGB12615074
HSL79°33.93%43.92%
HSB/HSV79°50.67%58.82%
CMYK16.00%0.00%50.67%
41.18%

Color #7E964A in popluar number systems.

HEX7E964A
Decimal12615074
Binary1111110100101101001010
Octal176226112

Shades and tints

Shades of #7E964A

#7E964A
(126,150,74)
#738944
(115,137,68)
#687C3E
(104,124,62)
#5D6F38
(93,111,56)
#526232
(82,98,50)
#47552C
(71,85,44)
#3C4826
(60,72,38)
#313B20
(49,59,32)
#262E1A
(38,46,26)
#1B2114
(27,33,20)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #7E964A

#7E964A
(126,150,74)
#899F5A
(137,159,90)
#94A86A
(148,168,106)
#9FB17A
(159,177,122)
#AABA8A
(170,186,138)
#B5C39A
(181,195,154)
#C0CCAA
(192,204,170)
#CBD5BA
(203,213,186)
#D6DECA
(214,222,202)
#E1E7DA
(225,231,218)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E964A color. Also use rgb(126,150,74) instead hex code.

Text Font Color

.myTextColor { color: #7E964A; }

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

This text font color is #7E964A.


Background Color

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

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

This div background color is #7E964A.


Border color

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

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

This div border color is #7E964A.


Opacity

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

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

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

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

This text has shadow with #7E964A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E964A on black background.


Color preview on white background

This text has color #7E964A on white background.



Black color preview on #7E964A background

This text has black color on #7E964A background.


White color preview on #7E964A background

This text has white color on #7E964A background.