COLOR #7E914A

HEX: #7E914A RGB: (126,145,74)

Color info

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

RGB color model

#7E914A color RGB value is (126,145,74).

RGB: (126,145,74) (49%, 57%, 29%)

RGB channels and saturation

R 126 of 255 = 49%
G 145 of 255 = 57%
B 74 of 255 = 29%

126
145
74

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

Portions of RGB colors in percentages

R + G + B = 126 + 145 + 74 = 345 (100%)
R 126 of 345 ~ 36.52%
G 145 of 345 ~ 42.03%
B 74 of 345 ~ 21.45'%

%36.52
%42.03
%21.45

CMYK color model

#7E914A color CMYK value is (13,0,49,43).

  • cyan value is 13.10%
  • magenta value is 0.00%
  • yellow value is 48.97%
  • key color value is 43.14%

CMYK: (13,0,49,43)
C13M0Y49K43 (13%, 0%, 49%, 43%)
(0.13 / 0.00 / 0.49 / 0.43)

CMYK percentages

%13.1
%0
%48.97
%43.14

Codes

Color #7E914A in popluar color models

7E 91 4A
RGB 126 145 74
HSL 76° 32.42% 42.94%
HSB/HSV 76° 48.97% 56.86%
CMYK 13.10% 0.00% 48.97%
43.14%

Color #7E914A in popluar number systems.

HEX 7E 91 4A
Decimal 126 145 74
Binary 1111110 10010001 1001010
Octal 176 221 112

Shades and tints

Shades of #7E914A

#7E914A
(126,145,74)
#738444
(115,132,68)
#68773E
(104,119,62)
#5D6A38
(93,106,56)
#525D32
(82,93,50)
#47502C
(71,80,44)
#3C4326
(60,67,38)
#313620
(49,54,32)
#26291A
(38,41,26)
#1B1C14
(27,28,20)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #7E914A

#7E914A
(126,145,74)
#899B5A
(137,155,90)
#94A56A
(148,165,106)
#9FAF7A
(159,175,122)
#AAB98A
(170,185,138)
#B5C39A
(181,195,154)
#C0CDAA
(192,205,170)
#CBD7BA
(203,215,186)
#D6E1CA
(214,225,202)
#E1EBDA
(225,235,218)
#ECF5EA
(236,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E914A; }

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

This text font color is #7E914A.

Background Color

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

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

This div background color is #7E914A.

Border color

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

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

This div border color is #7E914A.

Opacity

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

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

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

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

This text has shadow with #7E914A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E914A.

Preview

Color preview on black background

This text has color #7E914A on black background.


Color preview on white background

This text has color #7E914A on white background.


Black color preview on #7E914A background

This text has black color on #7E914A background.


White color preview on #7E914A background

This text has white color on #7E914A background.


Related colors

Complementary color

Complementary color for #hex is #816EB5.


I love getcolorcode.com

Triadic colors

1 #4A7E91 and #914A7E with #7E914A are triadic colors.

2 #4A917E and #917E4A with #7E914A are triadic colors.