COLOR #7EA75A

HEX: #7EA75A
RGB: (126,167,90)

Renk bilgisi

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

RGB renk modeli

#7EA75A color RGB value is (126,167,90).

  • kırmız ton 126;
  • yeşil ton 167;
  • mavi ton 90.
RGB:
(126,167,90)
(49%,65%,35%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 167 of 255 = 65%
B 90 of 255 = 35%

126
167
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 167 + 90 = 383 (100%)
R 126 of 383 ~ 32.9%
G 167 of 383 ~ 43.6%
B 90 of 383 ~ 23.5%

%32.9
%43.6
%23.5

CMYK RENK MODELİ

#7EA75A rengi CMYK tonu (25,0,46,35).

  • camgöbeği tonu 24.55%
  • eflatun tonu 0.00%
  • sarı tonu 46.11%
  • ana renk tonu 34.51%
CMYK:
(25,0,46,35)
C25M0Y46K35 
(25%,0%,46%,35%)
(0.25/0.00/0.46/0.35)	

CMYK yüzdeleri

%24.55
%0
%46.11
%34.51

Codes

Color #7EA75A in popluar color models

7EA75A
RGB12616790
HSL92°30.43%50.39%
HSB/HSV92°46.11%65.49%
CMYK24.55%0.00%46.11%
34.51%

Color #7EA75A in popluar number systems.

HEX7EA75A
Decimal12616790
Binary1111110101001111011010
Octal176247132

Shades and tints

Shades of #7EA75A

#7EA75A
(126,167,90)
#739852
(115,152,82)
#68894A
(104,137,74)
#5D7A42
(93,122,66)
#526B3A
(82,107,58)
#475C32
(71,92,50)
#3C4D2A
(60,77,42)
#313E22
(49,62,34)
#262F1A
(38,47,26)
#1B2012
(27,32,18)
#10110A
(16,17,10)
#000000
(0,0,0)

Tints of #7EA75A

#7EA75A
(126,167,90)
#89AF69
(137,175,105)
#94B778
(148,183,120)
#9FBF87
(159,191,135)
#AAC796
(170,199,150)
#B5CFA5
(181,207,165)
#C0D7B4
(192,215,180)
#CBDFC3
(203,223,195)
#D6E7D2
(214,231,210)
#E1EFE1
(225,239,225)
#ECF7F0
(236,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA75A color. Also use rgb(126,167,90) instead hex code.

Text Font Color

.myTextColor { color: #7EA75A; }

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

This text font color is #7EA75A.


Background Color

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

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

This div background color is #7EA75A.


Border color

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

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

This div border color is #7EA75A.


Opacity

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

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

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

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

This text has shadow with #7EA75A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA75A on black background.


Color preview on white background

This text has color #7EA75A on white background.



Black color preview on #7EA75A background

This text has black color on #7EA75A background.


White color preview on #7EA75A background

This text has white color on #7EA75A background.