COLOR #7EBE67

HEX: #7EBE67
RGB: (126,190,103)

Color info

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

RGB color model

#7EBE67 color RGB value is (126,190,103).

  • red value is 126;
  • green value is 190;
  • blue value is 103.
RGB:
(126,190,103)
(49%,75%,40%)

RGB channels and saturation

R 126 of 255 = 49%
G 190 of 255 = 75%
B 103 of 255 = 40%

126
190
103

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

Portions of RGB colors in percentages

R + G + B =
126 + 190 + 103 = 419 (100%)
R 126 of 419 ~ 30.07%
G 190 of 419 ~ 45.35%
B 103 of 419 ~ 24.58%

%30.07
%45.35
%24.58

CMYK color model

#7EBE67 color CMYK value is (34,0,46,25).

  • cyan value is 33.68%
  • magenta value is 0.00%
  • yellow value is 45.79%
  • key color value is 25.49%
CMYK:
(34,0,46,25)
C34M0Y46K25 
(34%,0%,46%,25%)
(0.34/0.00/0.46/0.25)	

CMYK percentages

%33.68
%0
%45.79
%25.49

Codes

Color #7EBE67 in popluar color models

7EBE67
RGB126190103
HSL104°40.09%57.45%
HSB/HSV104°45.79%74.51%
CMYK33.68%0.00%45.79%
25.49%

Color #7EBE67 in popluar number systems.

HEX7EBE67
Decimal126190103
Binary1111110101111101100111
Octal176276147

Shades and tints

Shades of #7EBE67

#7EBE67
(126,190,103)
#73AD5E
(115,173,94)
#689C55
(104,156,85)
#5D8B4C
(93,139,76)
#527A43
(82,122,67)
#47693A
(71,105,58)
#3C5831
(60,88,49)
#314728
(49,71,40)
#26361F
(38,54,31)
#1B2516
(27,37,22)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #7EBE67

#7EBE67
(126,190,103)
#89C374
(137,195,116)
#94C881
(148,200,129)
#9FCD8E
(159,205,142)
#AAD29B
(170,210,155)
#B5D7A8
(181,215,168)
#C0DCB5
(192,220,181)
#CBE1C2
(203,225,194)
#D6E6CF
(214,230,207)
#E1EBDC
(225,235,220)
#ECF0E9
(236,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EBE67 color. Also use rgb(126,190,103) instead hex code.

Text Font Color

.myTextColor { color: #7EBE67; }

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

This text font color is #7EBE67.


Background Color

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

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

This div background color is #7EBE67.


Border color

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

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

This div border color is #7EBE67.


Opacity

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

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

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

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

This text has shadow with #7EBE67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBE67 on black background.


Color preview on white background

This text has color #7EBE67 on white background.



Black color preview on #7EBE67 background

This text has black color on #7EBE67 background.


White color preview on #7EBE67 background

This text has white color on #7EBE67 background.