COLOR #7DA22D

HEX: #7DA22D
RGB: (125,162,45)

Color info

#7DA22D contains mainly red and green colors. Web safe color of #7DA22D is #669933 (or #693).

RGB color model

#7DA22D color RGB value is (125,162,45).

  • red value is 125;
  • green value is 162;
  • blue value is 45.
RGB:
(125,162,45)
(49%,64%,18%)

RGB channels and saturation

R 125 of 255 = 49%
G 162 of 255 = 64%
B 45 of 255 = 18%

125
162
45

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

Portions of RGB colors in percentages

R + G + B =
125 + 162 + 45 = 332 (100%)
R 125 of 332 ~ 37.65%
G 162 of 332 ~ 48.8%
B 45 of 332 ~ 13.55%

%37.65
%48.8
%13.55

CMYK color model

#7DA22D color CMYK value is (23,0,72,36).

  • cyan value is 22.84%
  • magenta value is 0.00%
  • yellow value is 72.22%
  • key color value is 36.47%
CMYK:
(23,0,72,36)
C23M0Y72K36 
(23%,0%,72%,36%)
(0.23/0.00/0.72/0.36)	

CMYK percentages

%22.84
%0
%72.22
%36.47

Codes

Color #7DA22D in popluar color models

7DA22D
RGB12516245
HSL79°56.52%40.59%
HSB/HSV79°72.22%63.53%
CMYK22.84%0.00%72.22%
36.47%

Color #7DA22D in popluar number systems.

HEX7DA22D
Decimal12516245
Binary111110110100010101101
Octal17524255

Shades and tints

Shades of #7DA22D

#7DA22D
(125,162,45)
#729429
(114,148,41)
#678625
(103,134,37)
#5C7821
(92,120,33)
#516A1D
(81,106,29)
#465C19
(70,92,25)
#3B4E15
(59,78,21)
#304011
(48,64,17)
#25320D
(37,50,13)
#1A2409
(26,36,9)
#0F1605
(15,22,5)
#000000
(0,0,0)

Tints of #7DA22D

#7DA22D
(125,162,45)
#88AA40
(136,170,64)
#93B253
(147,178,83)
#9EBA66
(158,186,102)
#A9C279
(169,194,121)
#B4CA8C
(180,202,140)
#BFD29F
(191,210,159)
#CADAB2
(202,218,178)
#D5E2C5
(213,226,197)
#E0EAD8
(224,234,216)
#EBF2EB
(235,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA22D color. Also use rgb(125,162,45) instead hex code.

Text Font Color

.myTextColor { color: #7DA22D; }

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

This text font color is #7DA22D.


Background Color

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

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

This div background color is #7DA22D.


Border color

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

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

This div border color is #7DA22D.


Opacity

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

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

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

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

This text has shadow with #7DA22D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA22D on black background.


Color preview on white background

This text has color #7DA22D on white background.



Black color preview on #7DA22D background

This text has black color on #7DA22D background.


White color preview on #7DA22D background

This text has white color on #7DA22D background.