COLOR #7A9C4D

HEX: #7A9C4D RGB: (122,156,77)

Color info

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

RGB color model

#7A9C4D color RGB value is (122,156,77).

RGB: (122,156,77) (48%, 61%, 30%)

RGB channels and saturation

R 122 of 255 = 48%
G 156 of 255 = 61%
B 77 of 255 = 30%

122
156
77

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

Portions of RGB colors in percentages

R + G + B = 122 + 156 + 77 = 355 (100%)
R 122 of 355 ~ 34.37%
G 156 of 355 ~ 43.94%
B 77 of 355 ~ 21.69'%

%34.37
%43.94
%21.69

CMYK color model

#7A9C4D color CMYK value is (22,0,51,39).

  • cyan value is 21.79%
  • magenta value is 0.00%
  • yellow value is 50.64%
  • key color value is 38.82%

CMYK: (22,0,51,39)
C22M0Y51K39 (22%, 0%, 51%, 39%)
(0.22 / 0.00 / 0.51 / 0.39)

CMYK percentages

%21.79
%0
%50.64
%38.82

Codes

Color #7A9C4D in popluar color models

7A 9C 4D
RGB 122 156 77
HSL 86° 33.91% 45.69%
HSB/HSV 86° 50.64% 61.18%
CMYK 21.79% 0.00% 50.64%
38.82%

Color #7A9C4D in popluar number systems.

HEX 7A 9C 4D
Decimal 122 156 77
Binary 1111010 10011100 1001101
Octal 172 234 115

Shades and tints

Shades of #7A9C4D

#7A9C4D
(122,156,77)
#6F8E46
(111,142,70)
#64803F
(100,128,63)
#597238
(89,114,56)
#4E6431
(78,100,49)
#43562A
(67,86,42)
#384823
(56,72,35)
#2D3A1C
(45,58,28)
#222C15
(34,44,21)
#171E0E
(23,30,14)
#0C1007
(12,16,7)
#000000
(0,0,0)

Tints of #7A9C4D

#7A9C4D
(122,156,77)
#86A55D
(134,165,93)
#92AE6D
(146,174,109)
#9EB77D
(158,183,125)
#AAC08D
(170,192,141)
#B6C99D
(182,201,157)
#C2D2AD
(194,210,173)
#CEDBBD
(206,219,189)
#DAE4CD
(218,228,205)
#E6EDDD
(230,237,221)
#F2F6ED
(242,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A9C4D color. Also use rgb(122,156,77) instead hex code.

Text Font Color

.myTextColor { color: #7A9C4D; }

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

This text font color is #7A9C4D.

Background Color

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

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

This div background color is #7A9C4D.

Border color

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

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

This div border color is #7A9C4D.

Opacity

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

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

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

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

This text has shadow with #7A9C4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A9C4D.

Preview

Color preview on black background

This text has color #7A9C4D on black background.


Color preview on white background

This text has color #7A9C4D on white background.


Black color preview on #7A9C4D background

This text has black color on #7A9C4D background.


White color preview on #7A9C4D background

This text has white color on #7A9C4D background.


Related colors

Complementary color

Complementary color for #hex is #8563B2.


I love getcolorcode.com

Triadic colors

1 #4D7A9C and #9C4D7A with #7A9C4D are triadic colors.

2 #4D9C7A and #9C7A4D with #7A9C4D are triadic colors.