COLOR #7EBB65

HEX: #7EBB65
RGB: (126,187,101)

Color info

#7EBB65 contains mainly green color. Web safe color of #7EBB65 is #66CC66 (or #6C6).

RGB color model

#7EBB65 color RGB value is (126,187,101).

  • red value is 126;
  • green value is 187;
  • blue value is 101.
RGB:
(126,187,101)
(49%,73%,40%)

RGB channels and saturation

R 126 of 255 = 49%
G 187 of 255 = 73%
B 101 of 255 = 40%

126
187
101

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

Portions of RGB colors in percentages

R + G + B =
126 + 187 + 101 = 414 (100%)
R 126 of 414 ~ 30.43%
G 187 of 414 ~ 45.17%
B 101 of 414 ~ 24.4%

%30.43
%45.17
%24.4

CMYK color model

#7EBB65 color CMYK value is (33,0,46,27).

  • cyan value is 32.62%
  • magenta value is 0.00%
  • yellow value is 45.99%
  • key color value is 26.67%
CMYK:
(33,0,46,27)
C33M0Y46K27 
(33%,0%,46%,27%)
(0.33/0.00/0.46/0.27)	

CMYK percentages

%32.62
%0
%45.99
%26.67

Codes

Color #7EBB65 in popluar color models

7EBB65
RGB126187101
HSL103°38.74%56.47%
HSB/HSV103°45.99%73.33%
CMYK32.62%0.00%45.99%
26.67%

Color #7EBB65 in popluar number systems.

HEX7EBB65
Decimal126187101
Binary1111110101110111100101
Octal176273145

Shades and tints

Shades of #7EBB65

#7EBB65
(126,187,101)
#73AA5C
(115,170,92)
#689953
(104,153,83)
#5D884A
(93,136,74)
#527741
(82,119,65)
#476638
(71,102,56)
#3C552F
(60,85,47)
#314426
(49,68,38)
#26331D
(38,51,29)
#1B2214
(27,34,20)
#10110B
(16,17,11)
#000000
(0,0,0)

Tints of #7EBB65

#7EBB65
(126,187,101)
#89C173
(137,193,115)
#94C781
(148,199,129)
#9FCD8F
(159,205,143)
#AAD39D
(170,211,157)
#B5D9AB
(181,217,171)
#C0DFB9
(192,223,185)
#CBE5C7
(203,229,199)
#D6EBD5
(214,235,213)
#E1F1E3
(225,241,227)
#ECF7F1
(236,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EBB65 color. Also use rgb(126,187,101) instead hex code.

Text Font Color

.myTextColor { color: #7EBB65; }

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

This text font color is #7EBB65.


Background Color

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

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

This div background color is #7EBB65.


Border color

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

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

This div border color is #7EBB65.


Opacity

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

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

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

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

This text has shadow with #7EBB65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBB65 on black background.


Color preview on white background

This text has color #7EBB65 on white background.



Black color preview on #7EBB65 background

This text has black color on #7EBB65 background.


White color preview on #7EBB65 background

This text has white color on #7EBB65 background.