COLOR #7DB76F

HEX: #7DB76F
RGB: (125,183,111)

Renk bilgisi

#7DB76F contains mainly red and green colors. #7DB76F ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#7DB76F color RGB value is (125,183,111).

  • kırmız ton 125;
  • yeşil ton 183;
  • mavi ton 111.
RGB:
(125,183,111)
(49%,72%,44%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 183 of 255 = 72%
B 111 of 255 = 44%

125
183
111

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 183 + 111 = 419 (100%)
R 125 of 419 ~ 29.83%
G 183 of 419 ~ 43.68%
B 111 of 419 ~ 26.49%

%29.83
%43.68
%26.49

CMYK RENK MODELİ

#7DB76F rengi CMYK tonu (32,0,39,28).

  • camgöbeği tonu 31.69%
  • eflatun tonu 0.00%
  • sarı tonu 39.34%
  • ana renk tonu 28.24%
CMYK:
(32,0,39,28)
C32M0Y39K28 
(32%,0%,39%,28%)
(0.32/0.00/0.39/0.28)	

CMYK yüzdeleri

%31.69
%0
%39.34
%28.24

Codes

Color #7DB76F in popluar color models

7DB76F
RGB125183111
HSL108°33.33%57.65%
HSB/HSV108°39.34%71.76%
CMYK31.69%0.00%39.34%
28.24%

Color #7DB76F in popluar number systems.

HEX7DB76F
Decimal125183111
Binary1111101101101111101111
Octal175267157

Shades and tints

Shades of #7DB76F

#7DB76F
(125,183,111)
#72A765
(114,167,101)
#67975B
(103,151,91)
#5C8751
(92,135,81)
#517747
(81,119,71)
#46673D
(70,103,61)
#3B5733
(59,87,51)
#304729
(48,71,41)
#25371F
(37,55,31)
#1A2715
(26,39,21)
#0F170B
(15,23,11)
#000000
(0,0,0)

Tints of #7DB76F

#7DB76F
(125,183,111)
#88BD7C
(136,189,124)
#93C389
(147,195,137)
#9EC996
(158,201,150)
#A9CFA3
(169,207,163)
#B4D5B0
(180,213,176)
#BFDBBD
(191,219,189)
#CAE1CA
(202,225,202)
#D5E7D7
(213,231,215)
#E0EDE4
(224,237,228)
#EBF3F1
(235,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB76F color. Also use rgb(125,183,111) instead hex code.

Text Font Color

.myTextColor { color: #7DB76F; }

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

This text font color is #7DB76F.


Background Color

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

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

This div background color is #7DB76F.


Border color

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

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

This div border color is #7DB76F.


Opacity

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

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

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

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

This text has shadow with #7DB76F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB76F on black background.


Color preview on white background

This text has color #7DB76F on white background.



Black color preview on #7DB76F background

This text has black color on #7DB76F background.


White color preview on #7DB76F background

This text has white color on #7DB76F background.