COLOR #7A9465

HEX: #7A9465 RGB: (122,148,101)

Color info

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

RGB color model

#7A9465 color RGB value is (122,148,101).

RGB: (122,148,101) (48%, 58%, 40%)

RGB channels and saturation

R 122 of 255 = 48%
G 148 of 255 = 58%
B 101 of 255 = 40%

122
148
101

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

Portions of RGB colors in percentages

R + G + B = 122 + 148 + 101 = 371 (100%)
R 122 of 371 ~ 32.88%
G 148 of 371 ~ 39.89%
B 101 of 371 ~ 27.22'%

%32.88
%39.89
%27.22

CMYK color model

#7A9465 color CMYK value is (18,0,32,42).

  • cyan value is 17.57%
  • magenta value is 0.00%
  • yellow value is 31.76%
  • key color value is 41.96%

CMYK: (18,0,32,42)
C18M0Y32K42 (18%, 0%, 32%, 42%)
(0.18 / 0.00 / 0.32 / 0.42)

CMYK percentages

%17.57
%0
%31.76
%41.96

Codes

Color #7A9465 in popluar color models

7A 94 65
RGB 122 148 101
HSL 93° 18.88% 48.82%
HSB/HSV 93° 31.76% 58.04%
CMYK 17.57% 0.00% 31.76%
41.96%

Color #7A9465 in popluar number systems.

HEX 7A 94 65
Decimal 122 148 101
Binary 1111010 10010100 1100101
Octal 172 224 145

Shades and tints

Shades of #7A9465

#7A9465
(122,148,101)
#6F875C
(111,135,92)
#647A53
(100,122,83)
#596D4A
(89,109,74)
#4E6041
(78,96,65)
#435338
(67,83,56)
#38462F
(56,70,47)
#2D3926
(45,57,38)
#222C1D
(34,44,29)
#171F14
(23,31,20)
#0C120B
(12,18,11)
#000000
(0,0,0)

Tints of #7A9465

#7A9465
(122,148,101)
#869D73
(134,157,115)
#92A681
(146,166,129)
#9EAF8F
(158,175,143)
#AAB89D
(170,184,157)
#B6C1AB
(182,193,171)
#C2CAB9
(194,202,185)
#CED3C7
(206,211,199)
#DADCD5
(218,220,213)
#E6E5E3
(230,229,227)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A9465 color. Also use rgb(122,148,101) instead hex code.

Text Font Color

.myTextColor { color: #7A9465; }

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

This text font color is #7A9465.

Background Color

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

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

This div background color is #7A9465.

Border color

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

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

This div border color is #7A9465.

Opacity

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

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

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

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

This text has shadow with #7A9465 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A9465.

Preview

Color preview on black background

This text has color #7A9465 on black background.


Color preview on white background

This text has color #7A9465 on white background.


Black color preview on #7A9465 background

This text has black color on #7A9465 background.


White color preview on #7A9465 background

This text has white color on #7A9465 background.


Related colors

Complementary color

Complementary color for #hex is #856B9A.


I love getcolorcode.com

Triadic colors

1 #657A94 and #94657A with #7A9465 are triadic colors.

2 #65947A and #947A65 with #7A9465 are triadic colors.