COLOR #7E921E

HEX: #7E921E
RGB: (126,146,30)

Color info

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

RGB color model

#7E921E color RGB value is (126,146,30).

  • red value is 126;
  • green value is 146;
  • blue value is 30.
RGB:
(126,146,30)
(49%,57%,12%)

RGB channels and saturation

R 126 of 255 = 49%
G 146 of 255 = 57%
B 30 of 255 = 12%

126
146
30

R + G + B ~ 39%. #7E921E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 146 + 30 = 302 (100%)
R 126 of 302 ~ 41.72%
G 146 of 302 ~ 48.34%
B 30 of 302 ~ 9.93%

%41.72
%48.34
%9.93

CMYK color model

#7E921E color CMYK value is (14,0,79,43).

  • cyan value is 13.70%
  • magenta value is 0.00%
  • yellow value is 79.45%
  • key color value is 42.75%
CMYK:
(14,0,79,43)
C14M0Y79K43 
(14%,0%,79%,43%)
(0.14/0.00/0.79/0.43)	

CMYK percentages

%13.7
%0
%79.45
%42.75

Codes

Color #7E921E in popluar color models

7E921E
RGB12614630
HSL70°65.91%34.51%
HSB/HSV70°79.45%57.25%
CMYK13.70%0.00%79.45%
42.75%

Color #7E921E in popluar number systems.

HEX7E921E
Decimal12614630
Binary11111101001001011110
Octal17622236

Shades and tints

Shades of #7E921E

#7E921E
(126,146,30)
#73851C
(115,133,28)
#68781A
(104,120,26)
#5D6B18
(93,107,24)
#525E16
(82,94,22)
#475114
(71,81,20)
#3C4412
(60,68,18)
#313710
(49,55,16)
#262A0E
(38,42,14)
#1B1D0C
(27,29,12)
#10100A
(16,16,10)
#000000
(0,0,0)

Tints of #7E921E

#7E921E
(126,146,30)
#899B32
(137,155,50)
#94A446
(148,164,70)
#9FAD5A
(159,173,90)
#AAB66E
(170,182,110)
#B5BF82
(181,191,130)
#C0C896
(192,200,150)
#CBD1AA
(203,209,170)
#D6DABE
(214,218,190)
#E1E3D2
(225,227,210)
#ECECE6
(236,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E921E color. Also use rgb(126,146,30) instead hex code.

Text Font Color

.myTextColor { color: #7E921E; }

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

This text font color is #7E921E.


Background Color

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

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

This div background color is #7E921E.


Border color

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

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

This div border color is #7E921E.


Opacity

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

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

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

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

This text has shadow with #7E921E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E921E on black background.


Color preview on white background

This text has color #7E921E on white background.



Black color preview on #7E921E background

This text has black color on #7E921E background.


White color preview on #7E921E background

This text has white color on #7E921E background.