COLOR #7E971B

HEX: #7E971B
RGB: (126,151,27)

Color info

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

RGB color model

#7E971B color RGB value is (126,151,27).

  • red value is 126;
  • green value is 151;
  • blue value is 27.
RGB:
(126,151,27)
(49%,59%,11%)

RGB channels and saturation

R 126 of 255 = 49%
G 151 of 255 = 59%
B 27 of 255 = 11%

126
151
27

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

Portions of RGB colors in percentages

R + G + B =
126 + 151 + 27 = 304 (100%)
R 126 of 304 ~ 41.45%
G 151 of 304 ~ 49.67%
B 27 of 304 ~ 8.88%

%41.45
%49.67

CMYK color model

#7E971B color CMYK value is (17,0,82,41).

  • cyan value is 16.56%
  • magenta value is 0.00%
  • yellow value is 82.12%
  • key color value is 40.78%
CMYK:
(17,0,82,41)
C17M0Y82K41 
(17%,0%,82%,41%)
(0.17/0.00/0.82/0.41)	

CMYK percentages

%16.56
%0
%82.12
%40.78

Codes

Color #7E971B in popluar color models

7E971B
RGB12615127
HSL72°69.66%34.90%
HSB/HSV72°82.12%59.22%
CMYK16.56%0.00%82.12%
40.78%

Color #7E971B in popluar number systems.

HEX7E971B
Decimal12615127
Binary11111101001011111011
Octal17622733

Shades and tints

Shades of #7E971B

#7E971B
(126,151,27)
#738A19
(115,138,25)
#687D17
(104,125,23)
#5D7015
(93,112,21)
#526313
(82,99,19)
#475611
(71,86,17)
#3C490F
(60,73,15)
#313C0D
(49,60,13)
#262F0B
(38,47,11)
#1B2209
(27,34,9)
#101507
(16,21,7)
#000000
(0,0,0)

Tints of #7E971B

#7E971B
(126,151,27)
#89A02F
(137,160,47)
#94A943
(148,169,67)
#9FB257
(159,178,87)
#AABB6B
(170,187,107)
#B5C47F
(181,196,127)
#C0CD93
(192,205,147)
#CBD6A7
(203,214,167)
#D6DFBB
(214,223,187)
#E1E8CF
(225,232,207)
#ECF1E3
(236,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E971B color. Also use rgb(126,151,27) instead hex code.

Text Font Color

.myTextColor { color: #7E971B; }

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

This text font color is #7E971B.


Background Color

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

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

This div background color is #7E971B.


Border color

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

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

This div border color is #7E971B.


Opacity

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

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

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

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

This text has shadow with #7E971B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E971B on black background.


Color preview on white background

This text has color #7E971B on white background.



Black color preview on #7E971B background

This text has black color on #7E971B background.


White color preview on #7E971B background

This text has white color on #7E971B background.