COLOR #7EAB76

HEX: #7EAB76
RGB: (126,171,118)

Renk bilgisi

#7EAB76 contains red, green and blue colors in about the same proportion. #7EAB76 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#7EAB76 color RGB value is (126,171,118).

  • kırmız ton 126;
  • yeşil ton 171;
  • mavi ton 118.
RGB:
(126,171,118)
(49%,67%,46%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 171 of 255 = 67%
B 118 of 255 = 46%

126
171
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 171 + 118 = 415 (100%)
R 126 of 415 ~ 30.36%
G 171 of 415 ~ 41.2%
B 118 of 415 ~ 28.43%

%30.36
%41.2
%28.43

CMYK RENK MODELİ

#7EAB76 rengi CMYK tonu (26,0,31,33).

  • camgöbeği tonu 26.32%
  • eflatun tonu 0.00%
  • sarı tonu 30.99%
  • ana renk tonu 32.94%
CMYK:
(26,0,31,33)
C26M0Y31K33 
(26%,0%,31%,33%)
(0.26/0.00/0.31/0.33)	

CMYK yüzdeleri

%26.32
%0
%30.99
%32.94

Codes

Color #7EAB76 in popluar color models

7EAB76
RGB126171118
HSL111°23.98%56.67%
HSB/HSV111°30.99%67.06%
CMYK26.32%0.00%30.99%
32.94%

Color #7EAB76 in popluar number systems.

HEX7EAB76
Decimal126171118
Binary1111110101010111110110
Octal176253166

Shades and tints

Shades of #7EAB76

#7EAB76
(126,171,118)
#739C6C
(115,156,108)
#688D62
(104,141,98)
#5D7E58
(93,126,88)
#526F4E
(82,111,78)
#476044
(71,96,68)
#3C513A
(60,81,58)
#314230
(49,66,48)
#263326
(38,51,38)
#1B241C
(27,36,28)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #7EAB76

#7EAB76
(126,171,118)
#89B282
(137,178,130)
#94B98E
(148,185,142)
#9FC09A
(159,192,154)
#AAC7A6
(170,199,166)
#B5CEB2
(181,206,178)
#C0D5BE
(192,213,190)
#CBDCCA
(203,220,202)
#D6E3D6
(214,227,214)
#E1EAE2
(225,234,226)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EAB76 color. Also use rgb(126,171,118) instead hex code.

Text Font Color

.myTextColor { color: #7EAB76; }

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

This text font color is #7EAB76.


Background Color

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

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

This div background color is #7EAB76.


Border color

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

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

This div border color is #7EAB76.


Opacity

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

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

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

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

This text has shadow with #7EAB76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EAB76 on black background.


Color preview on white background

This text has color #7EAB76 on white background.



Black color preview on #7EAB76 background

This text has black color on #7EAB76 background.


White color preview on #7EAB76 background

This text has white color on #7EAB76 background.