COLOR #7DA649

HEX: #7DA649
RGB: (125,166,73)

Renk bilgisi

#7DA649 contains mainly red and green colors. #7DA649 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#7DA649 color RGB value is (125,166,73).

  • kırmız ton 125;
  • yeşil ton 166;
  • mavi ton 73.
RGB:
(125,166,73)
(49%,65%,29%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 166 of 255 = 65%
B 73 of 255 = 29%

125
166
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 166 + 73 = 364 (100%)
R 125 of 364 ~ 34.34%
G 166 of 364 ~ 45.6%
B 73 of 364 ~ 20.05%

%34.34
%45.6
%20.05

CMYK RENK MODELİ

#7DA649 rengi CMYK tonu (25,0,56,35).

  • camgöbeği tonu 24.70%
  • eflatun tonu 0.00%
  • sarı tonu 56.02%
  • ana renk tonu 34.90%
CMYK:
(25,0,56,35)
C25M0Y56K35 
(25%,0%,56%,35%)
(0.25/0.00/0.56/0.35)	

CMYK yüzdeleri

%24.7
%0
%56.02
%34.9

Codes

Color #7DA649 in popluar color models

7DA649
RGB12516673
HSL86°38.91%46.86%
HSB/HSV86°56.02%65.10%
CMYK24.70%0.00%56.02%
34.90%

Color #7DA649 in popluar number systems.

HEX7DA649
Decimal12516673
Binary1111101101001101001001
Octal175246111

Shades and tints

Shades of #7DA649

#7DA649
(125,166,73)
#729743
(114,151,67)
#67883D
(103,136,61)
#5C7937
(92,121,55)
#516A31
(81,106,49)
#465B2B
(70,91,43)
#3B4C25
(59,76,37)
#303D1F
(48,61,31)
#252E19
(37,46,25)
#1A1F13
(26,31,19)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #7DA649

#7DA649
(125,166,73)
#88AE59
(136,174,89)
#93B669
(147,182,105)
#9EBE79
(158,190,121)
#A9C689
(169,198,137)
#B4CE99
(180,206,153)
#BFD6A9
(191,214,169)
#CADEB9
(202,222,185)
#D5E6C9
(213,230,201)
#E0EED9
(224,238,217)
#EBF6E9
(235,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA649 color. Also use rgb(125,166,73) instead hex code.

Text Font Color

.myTextColor { color: #7DA649; }

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

This text font color is #7DA649.


Background Color

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

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

This div background color is #7DA649.


Border color

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

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

This div border color is #7DA649.


Opacity

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

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

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

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

This text has shadow with #7DA649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA649 on black background.


Color preview on white background

This text has color #7DA649 on white background.



Black color preview on #7DA649 background

This text has black color on #7DA649 background.


White color preview on #7DA649 background

This text has white color on #7DA649 background.