COLOR #7EA963

HEX: #7EA963
RGB: (126,169,99)

Renk bilgisi

#7EA963 contains mainly red and green colors. #7EA963 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#7EA963 color RGB value is (126,169,99).

  • kırmız ton 126;
  • yeşil ton 169;
  • mavi ton 99.
RGB:
(126,169,99)
(49%,66%,39%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 169 of 255 = 66%
B 99 of 255 = 39%

126
169
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 169 + 99 = 394 (100%)
R 126 of 394 ~ 31.98%
G 169 of 394 ~ 42.89%
B 99 of 394 ~ 25.13%

%31.98
%42.89
%25.13

CMYK RENK MODELİ

#7EA963 rengi CMYK tonu (25,0,41,34).

  • camgöbeği tonu 25.44%
  • eflatun tonu 0.00%
  • sarı tonu 41.42%
  • ana renk tonu 33.73%
CMYK:
(25,0,41,34)
C25M0Y41K34 
(25%,0%,41%,34%)
(0.25/0.00/0.41/0.34)	

CMYK yüzdeleri

%25.44
%0
%41.42
%33.73

Codes

Color #7EA963 in popluar color models

7EA963
RGB12616999
HSL97°28.93%52.55%
HSB/HSV97°41.42%66.27%
CMYK25.44%0.00%41.42%
33.73%

Color #7EA963 in popluar number systems.

HEX7EA963
Decimal12616999
Binary1111110101010011100011
Octal176251143

Shades and tints

Shades of #7EA963

#7EA963
(126,169,99)
#739A5A
(115,154,90)
#688B51
(104,139,81)
#5D7C48
(93,124,72)
#526D3F
(82,109,63)
#475E36
(71,94,54)
#3C4F2D
(60,79,45)
#314024
(49,64,36)
#26311B
(38,49,27)
#1B2212
(27,34,18)
#101309
(16,19,9)
#000000
(0,0,0)

Tints of #7EA963

#7EA963
(126,169,99)
#89B071
(137,176,113)
#94B77F
(148,183,127)
#9FBE8D
(159,190,141)
#AAC59B
(170,197,155)
#B5CCA9
(181,204,169)
#C0D3B7
(192,211,183)
#CBDAC5
(203,218,197)
#D6E1D3
(214,225,211)
#E1E8E1
(225,232,225)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA963 color. Also use rgb(126,169,99) instead hex code.

Text Font Color

.myTextColor { color: #7EA963; }

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

This text font color is #7EA963.


Background Color

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

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

This div background color is #7EA963.


Border color

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

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

This div border color is #7EA963.


Opacity

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

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

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

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

This text has shadow with #7EA963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA963 on black background.


Color preview on white background

This text has color #7EA963 on white background.



Black color preview on #7EA963 background

This text has black color on #7EA963 background.


White color preview on #7EA963 background

This text has white color on #7EA963 background.