COLOR #7EBE6D

HEX: #7EBE6D
RGB: (126,190,109)

Renk bilgisi

#7EBE6D contains mainly green color. #7EBE6D ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#7EBE6D color RGB value is (126,190,109).

  • kırmız ton 126;
  • yeşil ton 190;
  • mavi ton 109.
RGB:
(126,190,109)
(49%,75%,43%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 190 of 255 = 75%
B 109 of 255 = 43%

126
190
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 190 + 109 = 425 (100%)
R 126 of 425 ~ 29.65%
G 190 of 425 ~ 44.71%
B 109 of 425 ~ 25.65%

%29.65
%44.71
%25.65

CMYK RENK MODELİ

#7EBE6D rengi CMYK tonu (34,0,43,25).

  • camgöbeği tonu 33.68%
  • eflatun tonu 0.00%
  • sarı tonu 42.63%
  • ana renk tonu 25.49%
CMYK:
(34,0,43,25)
C34M0Y43K25 
(34%,0%,43%,25%)
(0.34/0.00/0.43/0.25)	

CMYK yüzdeleri

%33.68
%0
%42.63
%25.49

Codes

Color #7EBE6D in popluar color models

7EBE6D
RGB126190109
HSL107°38.39%58.63%
HSB/HSV107°42.63%74.51%
CMYK33.68%0.00%42.63%
25.49%

Color #7EBE6D in popluar number systems.

HEX7EBE6D
Decimal126190109
Binary1111110101111101101101
Octal176276155

Shades and tints

Shades of #7EBE6D

#7EBE6D
(126,190,109)
#73AD64
(115,173,100)
#689C5B
(104,156,91)
#5D8B52
(93,139,82)
#527A49
(82,122,73)
#476940
(71,105,64)
#3C5837
(60,88,55)
#31472E
(49,71,46)
#263625
(38,54,37)
#1B251C
(27,37,28)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #7EBE6D

#7EBE6D
(126,190,109)
#89C37A
(137,195,122)
#94C887
(148,200,135)
#9FCD94
(159,205,148)
#AAD2A1
(170,210,161)
#B5D7AE
(181,215,174)
#C0DCBB
(192,220,187)
#CBE1C8
(203,225,200)
#D6E6D5
(214,230,213)
#E1EBE2
(225,235,226)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EBE6D; }

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

This text font color is #7EBE6D.


Background Color

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

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

This div background color is #7EBE6D.


Border color

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

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

This div border color is #7EBE6D.


Opacity

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

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

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

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

This text has shadow with #7EBE6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBE6D on black background.


Color preview on white background

This text has color #7EBE6D on white background.



Black color preview on #7EBE6D background

This text has black color on #7EBE6D background.


White color preview on #7EBE6D background

This text has white color on #7EBE6D background.