COLOR #7F994D

HEX: #7F994D RGB: (127,153,77)

Color info

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

RGB color model

#7F994D color RGB value is (127,153,77).

RGB: (127,153,77) (50%, 60%, 30%)

RGB channels and saturation

R 127 of 255 = 50%
G 153 of 255 = 60%
B 77 of 255 = 30%

127
153
77

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

Portions of RGB colors in percentages

R + G + B = 127 + 153 + 77 = 357 (100%)
R 127 of 357 ~ 35.57%
G 153 of 357 ~ 42.86%
B 77 of 357 ~ 21.57'%

%35.57
%42.86
%21.57

CMYK color model

#7F994D color CMYK value is (17,0,50,40).

  • cyan value is 16.99%
  • magenta value is 0.00%
  • yellow value is 49.67%
  • key color value is 40.00%
CMYK: (17,0,50,40) C17M0Y50K40 (17%,0%,50%,40%) (0.17/0.00/0.50/0.40) 

CMYK percentages

%16.99
%0
%49.67
%40

Codes

Color #7F994D in popluar color models

7F 99 4D
RGB 127 153 77
HSL 81° 33.04% 45.10%
HSB/HSV 81° 49.67% 60.00%
CMYK 16.99% 0.00% 49.67%
40.00%

Color #7F994D in popluar number systems.

HEX 7F 99 4D
Decimal 127 153 77
Binary 1111111 10011001 1001101
Octal 177 231 115

Shades and tints

Shades of #7F994D

#7F994D
(127,153,77)
#748C46
(116,140,70)
#697F3F
(105,127,63)
#5E7238
(94,114,56)
#536531
(83,101,49)
#48582A
(72,88,42)
#3D4B23
(61,75,35)
#323E1C
(50,62,28)
#273115
(39,49,21)
#1C240E
(28,36,14)
#111707
(17,23,7)
#000000
(0,0,0)

Tints of #7F994D

#7F994D
(127,153,77)
#8AA25D
(138,162,93)
#95AB6D
(149,171,109)
#A0B47D
(160,180,125)
#ABBD8D
(171,189,141)
#B6C69D
(182,198,157)
#C1CFAD
(193,207,173)
#CCD8BD
(204,216,189)
#D7E1CD
(215,225,205)
#E2EADD
(226,234,221)
#EDF3ED
(237,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F994D color. Also use rgb(127,153,77) instead hex code.

Text Font Color

.myTextColor { color: #7F994D; }

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

This text font color is #7F994D.

Background Color

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

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

This div background color is #7F994D.

Border color

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

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

This div border color is #7F994D.

Opacity

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

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

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

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

This text has shadow with #7F994D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F994D.

Preview

Color preview on black background

This text has color #7F994D on black background.


Color preview on white background

This text has color #7F994D on white background.


Black color preview on #7F994D background

This text has black color on #7F994D background.


White color preview on #7F994D background

This text has white color on #7F994D background.


Related colors

Complementary color

Complementary color for #hex is #8066B2.


I love getcolorcode.com

Triadic colors

1 #4D7F99 and #994D7F with #7F994D are triadic colors.

2 #4D997F and #997F4D with #7F994D are triadic colors.