COLOR #7E9F22

HEX: #7E9F22
RGB: (126,159,34)

Color info

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

RGB color model

#7E9F22 color RGB value is (126,159,34).

  • red value is 126;
  • green value is 159;
  • blue value is 34.
RGB:
(126,159,34)
(49%,62%,13%)

RGB channels and saturation

R 126 of 255 = 49%
G 159 of 255 = 62%
B 34 of 255 = 13%

126
159
34

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

Portions of RGB colors in percentages

R + G + B =
126 + 159 + 34 = 319 (100%)
R 126 of 319 ~ 39.5%
G 159 of 319 ~ 49.84%
B 34 of 319 ~ 10.66%

%39.5
%49.84
%10.66

CMYK color model

#7E9F22 color CMYK value is (21,0,79,38).

  • cyan value is 20.75%
  • magenta value is 0.00%
  • yellow value is 78.62%
  • key color value is 37.65%
CMYK:
(21,0,79,38)
C21M0Y79K38 
(21%,0%,79%,38%)
(0.21/0.00/0.79/0.38)	

CMYK percentages

%20.75
%0
%78.62
%37.65

Codes

Color #7E9F22 in popluar color models

7E9F22
RGB12615934
HSL76°64.77%37.84%
HSB/HSV76°78.62%62.35%
CMYK20.75%0.00%78.62%
37.65%

Color #7E9F22 in popluar number systems.

HEX7E9F22
Decimal12615934
Binary111111010011111100010
Octal17623742

Shades and tints

Shades of #7E9F22

#7E9F22
(126,159,34)
#73911F
(115,145,31)
#68831C
(104,131,28)
#5D7519
(93,117,25)
#526716
(82,103,22)
#475913
(71,89,19)
#3C4B10
(60,75,16)
#313D0D
(49,61,13)
#262F0A
(38,47,10)
#1B2107
(27,33,7)
#101304
(16,19,4)
#000000
(0,0,0)

Tints of #7E9F22

#7E9F22
(126,159,34)
#89A736
(137,167,54)
#94AF4A
(148,175,74)
#9FB75E
(159,183,94)
#AABF72
(170,191,114)
#B5C786
(181,199,134)
#C0CF9A
(192,207,154)
#CBD7AE
(203,215,174)
#D6DFC2
(214,223,194)
#E1E7D6
(225,231,214)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9F22 color. Also use rgb(126,159,34) instead hex code.

Text Font Color

.myTextColor { color: #7E9F22; }

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

This text font color is #7E9F22.


Background Color

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

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

This div background color is #7E9F22.


Border color

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

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

This div border color is #7E9F22.


Opacity

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

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

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

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

This text has shadow with #7E9F22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9F22 on black background.


Color preview on white background

This text has color #7E9F22 on white background.



Black color preview on #7E9F22 background

This text has black color on #7E9F22 background.


White color preview on #7E9F22 background

This text has white color on #7E9F22 background.