COLOR #7EB479

HEX: #7EB479
RGB: (126,180,121)

Renk bilgisi

#7EB479 contains red, green and blue colors in about the same proportion. #7EB479 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#7EB479 color RGB value is (126,180,121).

  • kırmız ton 126;
  • yeşil ton 180;
  • mavi ton 121.
RGB:
(126,180,121)
(49%,71%,47%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 180 of 255 = 71%
B 121 of 255 = 47%

126
180
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 180 + 121 = 427 (100%)
R 126 of 427 ~ 29.51%
G 180 of 427 ~ 42.15%
B 121 of 427 ~ 28.34%

%29.51
%42.15
%28.34

CMYK RENK MODELİ

#7EB479 rengi CMYK tonu (30,0,33,29).

  • camgöbeği tonu 30.00%
  • eflatun tonu 0.00%
  • sarı tonu 32.78%
  • ana renk tonu 29.41%
CMYK:
(30,0,33,29)
C30M0Y33K29 
(30%,0%,33%,29%)
(0.30/0.00/0.33/0.29)	

CMYK yüzdeleri

%30
%0
%32.78
%29.41

Codes

Color #7EB479 in popluar color models

7EB479
RGB126180121
HSL115°28.23%59.02%
HSB/HSV115°32.78%70.59%
CMYK30.00%0.00%32.78%
29.41%

Color #7EB479 in popluar number systems.

HEX7EB479
Decimal126180121
Binary1111110101101001111001
Octal176264171

Shades and tints

Shades of #7EB479

#7EB479
(126,180,121)
#73A46E
(115,164,110)
#689463
(104,148,99)
#5D8458
(93,132,88)
#52744D
(82,116,77)
#476442
(71,100,66)
#3C5437
(60,84,55)
#31442C
(49,68,44)
#263421
(38,52,33)
#1B2416
(27,36,22)
#10140B
(16,20,11)
#000000
(0,0,0)

Tints of #7EB479

#7EB479
(126,180,121)
#89BA85
(137,186,133)
#94C091
(148,192,145)
#9FC69D
(159,198,157)
#AACCA9
(170,204,169)
#B5D2B5
(181,210,181)
#C0D8C1
(192,216,193)
#CBDECD
(203,222,205)
#D6E4D9
(214,228,217)
#E1EAE5
(225,234,229)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB479 color. Also use rgb(126,180,121) instead hex code.

Text Font Color

.myTextColor { color: #7EB479; }

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

This text font color is #7EB479.


Background Color

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

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

This div background color is #7EB479.


Border color

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

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

This div border color is #7EB479.


Opacity

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

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

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

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

This text has shadow with #7EB479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB479 on black background.


Color preview on white background

This text has color #7EB479 on white background.



Black color preview on #7EB479 background

This text has black color on #7EB479 background.


White color preview on #7EB479 background

This text has white color on #7EB479 background.