COLOR #7A996A

HEX: #7A996A RGB: (122,153,106)

Color info

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

RGB color model

#7A996A color RGB value is (122,153,106).

RGB: (122,153,106) (48%, 60%, 42%)

RGB channels and saturation

R 122 of 255 = 48%
G 153 of 255 = 60%
B 106 of 255 = 42%

122
153
106

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

Portions of RGB colors in percentages

R + G + B = 122 + 153 + 106 = 381 (100%)
R 122 of 381 ~ 32.02%
G 153 of 381 ~ 40.16%
B 106 of 381 ~ 27.82'%

%32.02
%40.16
%27.82

CMYK color model

#7A996A color CMYK value is (20,0,31,40).

  • cyan value is 20.26%
  • magenta value is 0.00%
  • yellow value is 30.72%
  • key color value is 40.00%

CMYK: (20,0,31,40)
C20M0Y31K40 (20%, 0%, 31%, 40%)
(0.20 / 0.00 / 0.31 / 0.40)

CMYK percentages

%20.26
%0
%30.72
%40

Codes

Color #7A996A in popluar color models

7A 99 6A
RGB 122 153 106
HSL 100° 18.73% 50.78%
HSB/HSV 100° 30.72% 60.00%
CMYK 20.26% 0.00% 30.72%
40.00%

Color #7A996A in popluar number systems.

HEX 7A 99 6A
Decimal 122 153 106
Binary 1111010 10011001 1101010
Octal 172 231 152

Shades and tints

Shades of #7A996A

#7A996A
(122,153,106)
#6F8C61
(111,140,97)
#647F58
(100,127,88)
#59724F
(89,114,79)
#4E6546
(78,101,70)
#43583D
(67,88,61)
#384B34
(56,75,52)
#2D3E2B
(45,62,43)
#223122
(34,49,34)
#172419
(23,36,25)
#0C1710
(12,23,16)
#000000
(0,0,0)

Tints of #7A996A

#7A996A
(122,153,106)
#86A277
(134,162,119)
#92AB84
(146,171,132)
#9EB491
(158,180,145)
#AABD9E
(170,189,158)
#B6C6AB
(182,198,171)
#C2CFB8
(194,207,184)
#CED8C5
(206,216,197)
#DAE1D2
(218,225,210)
#E6EADF
(230,234,223)
#F2F3EC
(242,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A996A color. Also use rgb(122,153,106) instead hex code.

Text Font Color

.myTextColor { color: #7A996A; }

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

This text font color is #7A996A.

Background Color

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

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

This div background color is #7A996A.

Border color

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

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

This div border color is #7A996A.

Opacity

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

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

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

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

This text has shadow with #7A996A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A996A.

Preview

Color preview on black background

This text has color #7A996A on black background.


Color preview on white background

This text has color #7A996A on white background.


Black color preview on #7A996A background

This text has black color on #7A996A background.


White color preview on #7A996A background

This text has white color on #7A996A background.


Related colors

Complementary color

Complementary color for #hex is #856695.


I love getcolorcode.com

Triadic colors

1 #6A7A99 and #996A7A with #7A996A are triadic colors.

2 #6A997A and #997A6A with #7A996A are triadic colors.