COLOR #7EB105

HEX: #7EB105
RGB: (126,177,5)

Color info

#7EB105 contains mainly red and green colors. Web safe color of #7EB105 is #669900 (or #690).

RGB color model

#7EB105 color RGB value is (126,177,5).

  • red value is 126;
  • green value is 177;
  • blue value is 5.
RGB:
(126,177,5)
(49%,69%,2%)

RGB channels and saturation

R 126 of 255 = 49%
G 177 of 255 = 69%
B 5 of 255 = 2%

126
177
5

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

Portions of RGB colors in percentages

R + G + B =
126 + 177 + 5 = 308 (100%)
R 126 of 308 ~ 40.91%
G 177 of 308 ~ 57.47%
B 5 of 308 ~ 1.62%

%40.91
%57.47

CMYK color model

#7EB105 color CMYK value is (29,0,97,31).

  • cyan value is 28.81%
  • magenta value is 0.00%
  • yellow value is 97.18%
  • key color value is 30.59%
CMYK:
(29,0,97,31)
C29M0Y97K31 
(29%,0%,97%,31%)
(0.29/0.00/0.97/0.31)	

CMYK percentages

%28.81
%0
%97.18
%30.59

Codes

Color #7EB105 in popluar color models

7EB105
RGB1261775
HSL78°94.51%35.69%
HSB/HSV78°97.18%69.41%
CMYK28.81%0.00%97.18%
30.59%

Color #7EB105 in popluar number systems.

HEX7EB105
Decimal1261775
Binary111111010110001101
Octal1762615

Shades and tints

Shades of #7EB105

#7EB105
(126,177,5)
#73A105
(115,161,5)
#689105
(104,145,5)
#5D8105
(93,129,5)
#527105
(82,113,5)
#476105
(71,97,5)
#3C5105
(60,81,5)
#314105
(49,65,5)
#263105
(38,49,5)
#1B2105
(27,33,5)
#101105
(16,17,5)
#000000
(0,0,0)

Tints of #7EB105

#7EB105
(126,177,5)
#89B81B
(137,184,27)
#94BF31
(148,191,49)
#9FC647
(159,198,71)
#AACD5D
(170,205,93)
#B5D473
(181,212,115)
#C0DB89
(192,219,137)
#CBE29F
(203,226,159)
#D6E9B5
(214,233,181)
#E1F0CB
(225,240,203)
#ECF7E1
(236,247,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB105 color. Also use rgb(126,177,5) instead hex code.

Text Font Color

.myTextColor { color: #7EB105; }

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

This text font color is #7EB105.


Background Color

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

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

This div background color is #7EB105.


Border color

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

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

This div border color is #7EB105.


Opacity

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

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

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

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

This text has shadow with #7EB105 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB105 on black background.


Color preview on white background

This text has color #7EB105 on white background.



Black color preview on #7EB105 background

This text has black color on #7EB105 background.


White color preview on #7EB105 background

This text has white color on #7EB105 background.