COLOR #7A996F

HEX: #7A996F
RGB: (122,153,111)

Color info

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

RGB color model

#7A996F color RGB value is (122,153,111).

  • red value is 122;
  • green value is 153;
  • blue value is 111.
RGB:
(122,153,111)
(48%,60%,44%)

RGB channels and saturation

R 122 of 255 = 48%
G 153 of 255 = 60%
B 111 of 255 = 44%

122
153
111

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

Portions of RGB colors in percentages

R + G + B =
122 + 153 + 111 = 386 (100%)
R 122 of 386 ~ 31.61%
G 153 of 386 ~ 39.64%
B 111 of 386 ~ 28.76%

%31.61
%39.64
%28.76

CMYK color model

#7A996F color CMYK value is (20,0,27,40).

  • cyan value is 20.26%
  • magenta value is 0.00%
  • yellow value is 27.45%
  • key color value is 40.00%
CMYK:
(20,0,27,40)
C20M0Y27K40 
(20%,0%,27%,40%)
(0.20/0.00/0.27/0.40)	

CMYK percentages

%20.26
%0
%27.45
%40

Codes

Color #7A996F in popluar color models

7A996F
RGB122153111
HSL104°17.07%51.76%
HSB/HSV104°27.45%60.00%
CMYK20.26%0.00%27.45%
40.00%

Color #7A996F in popluar number systems.

HEX7A996F
Decimal122153111
Binary1111010100110011101111
Octal172231157

Shades and tints

Shades of #7A996F

#7A996F
(122,153,111)
#6F8C65
(111,140,101)
#647F5B
(100,127,91)
#597251
(89,114,81)
#4E6547
(78,101,71)
#43583D
(67,88,61)
#384B33
(56,75,51)
#2D3E29
(45,62,41)
#22311F
(34,49,31)
#172415
(23,36,21)
#0C170B
(12,23,11)
#000000
(0,0,0)

Tints of #7A996F

#7A996F
(122,153,111)
#86A27C
(134,162,124)
#92AB89
(146,171,137)
#9EB496
(158,180,150)
#AABDA3
(170,189,163)
#B6C6B0
(182,198,176)
#C2CFBD
(194,207,189)
#CED8CA
(206,216,202)
#DAE1D7
(218,225,215)
#E6EAE4
(230,234,228)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A996F; }

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

This text font color is #7A996F.


Background Color

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

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

This div background color is #7A996F.


Border color

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

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

This div border color is #7A996F.


Opacity

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

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

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

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

This text has shadow with #7A996F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A996F on black background.


Color preview on white background

This text has color #7A996F on white background.



Black color preview on #7A996F background

This text has black color on #7A996F background.


White color preview on #7A996F background

This text has white color on #7A996F background.