COLOR #7A9D6D

HEX: #7A9D6D
RGB: (122,157,109)

Color info

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

RGB color model

#7A9D6D color RGB value is (122,157,109).

  • red value is 122;
  • green value is 157;
  • blue value is 109.
RGB:
(122,157,109)
(48%,62%,43%)

RGB channels and saturation

R 122 of 255 = 48%
G 157 of 255 = 62%
B 109 of 255 = 43%

122
157
109

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

Portions of RGB colors in percentages

R + G + B =
122 + 157 + 109 = 388 (100%)
R 122 of 388 ~ 31.44%
G 157 of 388 ~ 40.46%
B 109 of 388 ~ 28.09%

%31.44
%40.46
%28.09

CMYK color model

#7A9D6D color CMYK value is (22,0,31,38).

  • cyan value is 22.29%
  • magenta value is 0.00%
  • yellow value is 30.57%
  • key color value is 38.43%
CMYK:
(22,0,31,38)
C22M0Y31K38 
(22%,0%,31%,38%)
(0.22/0.00/0.31/0.38)	

CMYK percentages

%22.29
%0
%30.57
%38.43

Codes

Color #7A9D6D in popluar color models

7A9D6D
RGB122157109
HSL104°19.67%52.16%
HSB/HSV104°30.57%61.57%
CMYK22.29%0.00%30.57%
38.43%

Color #7A9D6D in popluar number systems.

HEX7A9D6D
Decimal122157109
Binary1111010100111011101101
Octal172235155

Shades and tints

Shades of #7A9D6D

#7A9D6D
(122,157,109)
#6F8F64
(111,143,100)
#64815B
(100,129,91)
#597352
(89,115,82)
#4E6549
(78,101,73)
#435740
(67,87,64)
#384937
(56,73,55)
#2D3B2E
(45,59,46)
#222D25
(34,45,37)
#171F1C
(23,31,28)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #7A9D6D

#7A9D6D
(122,157,109)
#86A57A
(134,165,122)
#92AD87
(146,173,135)
#9EB594
(158,181,148)
#AABDA1
(170,189,161)
#B6C5AE
(182,197,174)
#C2CDBB
(194,205,187)
#CED5C8
(206,213,200)
#DADDD5
(218,221,213)
#E6E5E2
(230,229,226)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A9D6D color. Also use rgb(122,157,109) instead hex code.

Text Font Color

.myTextColor { color: #7A9D6D; }

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

This text font color is #7A9D6D.


Background Color

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

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

This div background color is #7A9D6D.


Border color

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

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

This div border color is #7A9D6D.


Opacity

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

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

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

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

This text has shadow with #7A9D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A9D6D on black background.


Color preview on white background

This text has color #7A9D6D on white background.



Black color preview on #7A9D6D background

This text has black color on #7A9D6D background.


White color preview on #7A9D6D background

This text has white color on #7A9D6D background.