COLOR #7A9551

HEX: #7A9551 RGB: (122,149,81)

Color info

#7A9551 contains mainly red and green colors. Web safe color of #7A9551 is #669966 (or #696).

RGB color model

#7A9551 color RGB value is (122,149,81).

RGB: (122,149,81) (48%, 58%, 32%)

RGB channels and saturation

R 122 of 255 = 48%
G 149 of 255 = 58%
B 81 of 255 = 32%

122
149
81

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

Portions of RGB colors in percentages

R + G + B = 122 + 149 + 81 = 352 (100%)
R 122 of 352 ~ 34.66%
G 149 of 352 ~ 42.33%
B 81 of 352 ~ 23.01'%

%34.66
%42.33
%23.01

CMYK color model

#7A9551 color CMYK value is (18,0,46,42).

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

CMYK: (18,0,46,42)
C18M0Y46K42 (18%, 0%, 46%, 42%)
(0.18 / 0.00 / 0.46 / 0.42)

CMYK percentages

%18.12
%0
%45.64
%41.57

Codes

Color #7A9551 in popluar color models

7A 95 51
RGB 122 149 81
HSL 84° 29.57% 45.10%
HSB/HSV 84° 45.64% 58.43%
CMYK 18.12% 0.00% 45.64%
41.57%

Color #7A9551 in popluar number systems.

HEX 7A 95 51
Decimal 122 149 81
Binary 1111010 10010101 1010001
Octal 172 225 121

Shades and tints

Shades of #7A9551

#7A9551
(122,149,81)
#6F884A
(111,136,74)
#647B43
(100,123,67)
#596E3C
(89,110,60)
#4E6135
(78,97,53)
#43542E
(67,84,46)
#384727
(56,71,39)
#2D3A20
(45,58,32)
#222D19
(34,45,25)
#172012
(23,32,18)
#0C130B
(12,19,11)
#000000
(0,0,0)

Tints of #7A9551

#7A9551
(122,149,81)
#869E60
(134,158,96)
#92A76F
(146,167,111)
#9EB07E
(158,176,126)
#AAB98D
(170,185,141)
#B6C29C
(182,194,156)
#C2CBAB
(194,203,171)
#CED4BA
(206,212,186)
#DADDC9
(218,221,201)
#E6E6D8
(230,230,216)
#F2EFE7
(242,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A9551; }

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

This text font color is #7A9551.

Background Color

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

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

This div background color is #7A9551.

Border color

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

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

This div border color is #7A9551.

Opacity

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

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

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

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

This text has shadow with #7A9551 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A9551.

Preview

Color preview on black background

This text has color #7A9551 on black background.


Color preview on white background

This text has color #7A9551 on white background.


Black color preview on #7A9551 background

This text has black color on #7A9551 background.


White color preview on #7A9551 background

This text has white color on #7A9551 background.


Related colors

Complementary color

Complementary color for #hex is #856AAE.


I love getcolorcode.com

Triadic colors

1 #517A95 and #95517A with #7A9551 are triadic colors.

2 #51957A and #957A51 with #7A9551 are triadic colors.