COLOR #7D9A40

HEX: #7D9A40
RGB: (125,154,64)

Color info

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

RGB color model

#7D9A40 color RGB value is (125,154,64).

  • red value is 125;
  • green value is 154;
  • blue value is 64.
RGB:
(125,154,64)
(49%,60%,25%)

RGB channels and saturation

R 125 of 255 = 49%
G 154 of 255 = 60%
B 64 of 255 = 25%

125
154
64

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

Portions of RGB colors in percentages

R + G + B =
125 + 154 + 64 = 343 (100%)
R 125 of 343 ~ 36.44%
G 154 of 343 ~ 44.9%
B 64 of 343 ~ 18.66%

%36.44
%44.9
%18.66

CMYK color model

#7D9A40 color CMYK value is (19,0,58,40).

  • cyan value is 18.83%
  • magenta value is 0.00%
  • yellow value is 58.44%
  • key color value is 39.61%
CMYK:
(19,0,58,40)
C19M0Y58K40 
(19%,0%,58%,40%)
(0.19/0.00/0.58/0.40)	

CMYK percentages

%18.83
%0
%58.44
%39.61

Codes

Color #7D9A40 in popluar color models

7D9A40
RGB12515464
HSL79°41.28%42.75%
HSB/HSV79°58.44%60.39%
CMYK18.83%0.00%58.44%
39.61%

Color #7D9A40 in popluar number systems.

HEX7D9A40
Decimal12515464
Binary1111101100110101000000
Octal175232100

Shades and tints

Shades of #7D9A40

#7D9A40
(125,154,64)
#728C3B
(114,140,59)
#677E36
(103,126,54)
#5C7031
(92,112,49)
#51622C
(81,98,44)
#465427
(70,84,39)
#3B4622
(59,70,34)
#30381D
(48,56,29)
#252A18
(37,42,24)
#1A1C13
(26,28,19)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #7D9A40

#7D9A40
(125,154,64)
#88A351
(136,163,81)
#93AC62
(147,172,98)
#9EB573
(158,181,115)
#A9BE84
(169,190,132)
#B4C795
(180,199,149)
#BFD0A6
(191,208,166)
#CAD9B7
(202,217,183)
#D5E2C8
(213,226,200)
#E0EBD9
(224,235,217)
#EBF4EA
(235,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9A40 color. Also use rgb(125,154,64) instead hex code.

Text Font Color

.myTextColor { color: #7D9A40; }

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

This text font color is #7D9A40.


Background Color

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

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

This div background color is #7D9A40.


Border color

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

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

This div border color is #7D9A40.


Opacity

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

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

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

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

This text has shadow with #7D9A40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9A40 on black background.


Color preview on white background

This text has color #7D9A40 on white background.



Black color preview on #7D9A40 background

This text has black color on #7D9A40 background.


White color preview on #7D9A40 background

This text has white color on #7D9A40 background.