COLOR #7DAE77

HEX: #7DAE77
RGB: (125,174,119)

Renk bilgisi

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

RGB renk modeli

#7DAE77 color RGB value is (125,174,119).

  • kırmız ton 125;
  • yeşil ton 174;
  • mavi ton 119.
RGB:
(125,174,119)
(49%,68%,47%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 174 of 255 = 68%
B 119 of 255 = 47%

125
174
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 174 + 119 = 418 (100%)
R 125 of 418 ~ 29.9%
G 174 of 418 ~ 41.63%
B 119 of 418 ~ 28.47%

%29.9
%41.63
%28.47

CMYK RENK MODELİ

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

  • camgöbeği tonu 28.16%
  • eflatun tonu 0.00%
  • sarı tonu 31.61%
  • ana renk tonu 31.76%
CMYK:
(28,0,32,32)
C28M0Y32K32 
(28%,0%,32%,32%)
(0.28/0.00/0.32/0.32)	

CMYK yüzdeleri

%28.16
%0
%31.61
%31.76

Codes

Color #7DAE77 in popluar color models

7DAE77
RGB125174119
HSL113°25.35%57.45%
HSB/HSV113°31.61%68.24%
CMYK28.16%0.00%31.61%
31.76%

Color #7DAE77 in popluar number systems.

HEX7DAE77
Decimal125174119
Binary1111101101011101110111
Octal175256167

Shades and tints

Shades of #7DAE77

#7DAE77
(125,174,119)
#729F6D
(114,159,109)
#679063
(103,144,99)
#5C8159
(92,129,89)
#51724F
(81,114,79)
#466345
(70,99,69)
#3B543B
(59,84,59)
#304531
(48,69,49)
#253627
(37,54,39)
#1A271D
(26,39,29)
#0F1813
(15,24,19)
#000000
(0,0,0)

Tints of #7DAE77

#7DAE77
(125,174,119)
#88B583
(136,181,131)
#93BC8F
(147,188,143)
#9EC39B
(158,195,155)
#A9CAA7
(169,202,167)
#B4D1B3
(180,209,179)
#BFD8BF
(191,216,191)
#CADFCB
(202,223,203)
#D5E6D7
(213,230,215)
#E0EDE3
(224,237,227)
#EBF4EF
(235,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DAE77 color. Also use rgb(125,174,119) instead hex code.

Text Font Color

.myTextColor { color: #7DAE77; }

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

This text font color is #7DAE77.


Background Color

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

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

This div background color is #7DAE77.


Border color

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

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

This div border color is #7DAE77.


Opacity

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

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

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

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

This text has shadow with #7DAE77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DAE77 on black background.


Color preview on white background

This text has color #7DAE77 on white background.



Black color preview on #7DAE77 background

This text has black color on #7DAE77 background.


White color preview on #7DAE77 background

This text has white color on #7DAE77 background.