COLOR #7A9561

HEX: #7A9561 RGB: (122,149,97)

Color info

#7A9561 contains red, green and blue colors in about the same proportion. Web safe color of #7A9561 is #669966 (or #696).

RGB color model

#7A9561 color RGB value is (122,149,97).

RGB: (122,149,97) (48%, 58%, 38%)

RGB channels and saturation

R 122 of 255 = 48%
G 149 of 255 = 58%
B 97 of 255 = 38%

122
149
97

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

Portions of RGB colors in percentages

R + G + B = 122 + 149 + 97 = 368 (100%)
R 122 of 368 ~ 33.15%
G 149 of 368 ~ 40.49%
B 97 of 368 ~ 26.36'%

%33.15
%40.49
%26.36

CMYK color model

#7A9561 color CMYK value is (18,0,35,42).

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

CMYK: (18,0,35,42)
C18M0Y35K42 (18%, 0%, 35%, 42%)
(0.18 / 0.00 / 0.35 / 0.42)

CMYK percentages

%18.12
%0
%34.9
%41.57

Codes

Color #7A9561 in popluar color models

7A 95 61
RGB 122 149 97
HSL 91° 21.14% 48.24%
HSB/HSV 91° 34.90% 58.43%
CMYK 18.12% 0.00% 34.90%
41.57%

Color #7A9561 in popluar number systems.

HEX 7A 95 61
Decimal 122 149 97
Binary 1111010 10010101 1100001
Octal 172 225 141

Shades and tints

Shades of #7A9561

#7A9561
(122,149,97)
#6F8859
(111,136,89)
#647B51
(100,123,81)
#596E49
(89,110,73)
#4E6141
(78,97,65)
#435439
(67,84,57)
#384731
(56,71,49)
#2D3A29
(45,58,41)
#222D21
(34,45,33)
#172019
(23,32,25)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #7A9561

#7A9561
(122,149,97)
#869E6F
(134,158,111)
#92A77D
(146,167,125)
#9EB08B
(158,176,139)
#AAB999
(170,185,153)
#B6C2A7
(182,194,167)
#C2CBB5
(194,203,181)
#CED4C3
(206,212,195)
#DADDD1
(218,221,209)
#E6E6DF
(230,230,223)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A9561; }

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

This text font color is #7A9561.

Background Color

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

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

This div background color is #7A9561.

Border color

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

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

This div border color is #7A9561.

Opacity

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

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

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

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

This text has shadow with #7A9561 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A9561.

Preview

Color preview on black background

This text has color #7A9561 on black background.


Color preview on white background

This text has color #7A9561 on white background.


Black color preview on #7A9561 background

This text has black color on #7A9561 background.


White color preview on #7A9561 background

This text has white color on #7A9561 background.


Related colors

Complementary color

Complementary color for #hex is #856A9E.


I love getcolorcode.com

Triadic colors

1 #617A95 and #95617A with #7A9561 are triadic colors.

2 #61957A and #957A61 with #7A9561 are triadic colors.