COLOR #7DB279

HEX: #7DB279
RGB: (125,178,121)

Renk bilgisi

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

RGB renk modeli

#7DB279 color RGB value is (125,178,121).

  • kırmız ton 125;
  • yeşil ton 178;
  • mavi ton 121.
RGB:
(125,178,121)
(49%,70%,47%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 178 of 255 = 70%
B 121 of 255 = 47%

125
178
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 178 + 121 = 424 (100%)
R 125 of 424 ~ 29.48%
G 178 of 424 ~ 41.98%
B 121 of 424 ~ 28.54%

%29.48
%41.98
%28.54

CMYK RENK MODELİ

#7DB279 rengi CMYK tonu (30,0,32,30).

  • camgöbeği tonu 29.78%
  • eflatun tonu 0.00%
  • sarı tonu 32.02%
  • ana renk tonu 30.20%
CMYK:
(30,0,32,30)
C30M0Y32K30 
(30%,0%,32%,30%)
(0.30/0.00/0.32/0.30)	

CMYK yüzdeleri

%29.78
%0
%32.02
%30.2

Codes

Color #7DB279 in popluar color models

7DB279
RGB125178121
HSL116°27.01%58.63%
HSB/HSV116°32.02%69.80%
CMYK29.78%0.00%32.02%
30.20%

Color #7DB279 in popluar number systems.

HEX7DB279
Decimal125178121
Binary1111101101100101111001
Octal175262171

Shades and tints

Shades of #7DB279

#7DB279
(125,178,121)
#72A26E
(114,162,110)
#679263
(103,146,99)
#5C8258
(92,130,88)
#51724D
(81,114,77)
#466242
(70,98,66)
#3B5237
(59,82,55)
#30422C
(48,66,44)
#253221
(37,50,33)
#1A2216
(26,34,22)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #7DB279

#7DB279
(125,178,121)
#88B985
(136,185,133)
#93C091
(147,192,145)
#9EC79D
(158,199,157)
#A9CEA9
(169,206,169)
#B4D5B5
(180,213,181)
#BFDCC1
(191,220,193)
#CAE3CD
(202,227,205)
#D5EAD9
(213,234,217)
#E0F1E5
(224,241,229)
#EBF8F1
(235,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB279 color. Also use rgb(125,178,121) instead hex code.

Text Font Color

.myTextColor { color: #7DB279; }

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

This text font color is #7DB279.


Background Color

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

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

This div background color is #7DB279.


Border color

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

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

This div border color is #7DB279.


Opacity

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

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

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

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

This text has shadow with #7DB279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB279 on black background.


Color preview on white background

This text has color #7DB279 on white background.



Black color preview on #7DB279 background

This text has black color on #7DB279 background.


White color preview on #7DB279 background

This text has white color on #7DB279 background.