COLOR #7D994B

HEX: #7D994B
RGB: (125,153,75)

Color info

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

RGB color model

#7D994B color RGB value is (125,153,75).

  • red value is 125;
  • green value is 153;
  • blue value is 75.
RGB:
(125,153,75)
(49%,60%,29%)

RGB channels and saturation

R 125 of 255 = 49%
G 153 of 255 = 60%
B 75 of 255 = 29%

125
153
75

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

Portions of RGB colors in percentages

R + G + B =
125 + 153 + 75 = 353 (100%)
R 125 of 353 ~ 35.41%
G 153 of 353 ~ 43.34%
B 75 of 353 ~ 21.25%

%35.41
%43.34
%21.25

CMYK color model

#7D994B color CMYK value is (18,0,51,40).

  • cyan value is 18.30%
  • magenta value is 0.00%
  • yellow value is 50.98%
  • key color value is 40.00%
CMYK:
(18,0,51,40)
C18M0Y51K40 
(18%,0%,51%,40%)
(0.18/0.00/0.51/0.40)	

CMYK percentages

%18.3
%0
%50.98
%40

Codes

Color #7D994B in popluar color models

7D994B
RGB12515375
HSL82°34.21%44.71%
HSB/HSV82°50.98%60.00%
CMYK18.30%0.00%50.98%
40.00%

Color #7D994B in popluar number systems.

HEX7D994B
Decimal12515375
Binary1111101100110011001011
Octal175231113

Shades and tints

Shades of #7D994B

#7D994B
(125,153,75)
#728C45
(114,140,69)
#677F3F
(103,127,63)
#5C7239
(92,114,57)
#516533
(81,101,51)
#46582D
(70,88,45)
#3B4B27
(59,75,39)
#303E21
(48,62,33)
#25311B
(37,49,27)
#1A2415
(26,36,21)
#0F170F
(15,23,15)
#000000
(0,0,0)

Tints of #7D994B

#7D994B
(125,153,75)
#88A25B
(136,162,91)
#93AB6B
(147,171,107)
#9EB47B
(158,180,123)
#A9BD8B
(169,189,139)
#B4C69B
(180,198,155)
#BFCFAB
(191,207,171)
#CAD8BB
(202,216,187)
#D5E1CB
(213,225,203)
#E0EADB
(224,234,219)
#EBF3EB
(235,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D994B color. Also use rgb(125,153,75) instead hex code.

Text Font Color

.myTextColor { color: #7D994B; }

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

This text font color is #7D994B.


Background Color

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

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

This div background color is #7D994B.


Border color

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

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

This div border color is #7D994B.


Opacity

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

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

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

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

This text has shadow with #7D994B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D994B on black background.


Color preview on white background

This text has color #7D994B on white background.



Black color preview on #7D994B background

This text has black color on #7D994B background.


White color preview on #7D994B background

This text has white color on #7D994B background.