COLOR #7A954C

HEX: #7A954C RGB: (122,149,76)

Color info

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

RGB color model

#7A954C color RGB value is (122,149,76).

RGB: (122,149,76) (48%, 58%, 30%)

RGB channels and saturation

R 122 of 255 = 48%
G 149 of 255 = 58%
B 76 of 255 = 30%

122
149
76

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

Portions of RGB colors in percentages

R + G + B = 122 + 149 + 76 = 347 (100%)
R 122 of 347 ~ 35.16%
G 149 of 347 ~ 42.94%
B 76 of 347 ~ 21.9'%

%35.16
%42.94
%21.9

CMYK color model

#7A954C color CMYK value is (18,0,49,42).

  • cyan value is 18.12%
  • magenta value is 0.00%
  • yellow value is 48.99%
  • key color value is 41.57%

CMYK: (18,0,49,42)
C18M0Y49K42 (18%, 0%, 49%, 42%)
(0.18 / 0.00 / 0.49 / 0.42)

CMYK percentages

%18.12
%0
%48.99
%41.57

Codes

Color #7A954C in popluar color models

7A 95 4C
RGB 122 149 76
HSL 82° 32.44% 44.12%
HSB/HSV 82° 48.99% 58.43%
CMYK 18.12% 0.00% 48.99%
41.57%

Color #7A954C in popluar number systems.

HEX 7A 95 4C
Decimal 122 149 76
Binary 1111010 10010101 1001100
Octal 172 225 114

Shades and tints

Shades of #7A954C

#7A954C
(122,149,76)
#6F8846
(111,136,70)
#647B40
(100,123,64)
#596E3A
(89,110,58)
#4E6134
(78,97,52)
#43542E
(67,84,46)
#384728
(56,71,40)
#2D3A22
(45,58,34)
#222D1C
(34,45,28)
#172016
(23,32,22)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #7A954C

#7A954C
(122,149,76)
#869E5C
(134,158,92)
#92A76C
(146,167,108)
#9EB07C
(158,176,124)
#AAB98C
(170,185,140)
#B6C29C
(182,194,156)
#C2CBAC
(194,203,172)
#CED4BC
(206,212,188)
#DADDCC
(218,221,204)
#E6E6DC
(230,230,220)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A954C color. Also use rgb(122,149,76) instead hex code.

Text Font Color

.myTextColor { color: #7A954C; }

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

This text font color is #7A954C.

Background Color

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

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

This div background color is #7A954C.

Border color

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

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

This div border color is #7A954C.

Opacity

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

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

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

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

This text has shadow with #7A954C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A954C.

Preview

Color preview on black background

This text has color #7A954C on black background.


Color preview on white background

This text has color #7A954C on white background.


Black color preview on #7A954C background

This text has black color on #7A954C background.


White color preview on #7A954C background

This text has white color on #7A954C background.


Related colors

Complementary color

Complementary color for #hex is #856AB3.


I love getcolorcode.com

Triadic colors

1 #4C7A95 and #954C7A with #7A954C are triadic colors.

2 #4C957A and #957A4C with #7A954C are triadic colors.