COLOR #79966D

HEX: #79966D RGB: (121,150,109)

Color info

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

RGB color model

#79966D color RGB value is (121,150,109).

RGB: (121,150,109) (47%, 59%, 43%)

RGB channels and saturation

R 121 of 255 = 47%
G 150 of 255 = 59%
B 109 of 255 = 43%

121
150
109

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

Portions of RGB colors in percentages

R + G + B = 121 + 150 + 109 = 380 (100%)
R 121 of 380 ~ 31.84%
G 150 of 380 ~ 39.47%
B 109 of 380 ~ 28.68'%

%31.84
%39.47
%28.68

CMYK color model

#79966D color CMYK value is (19,0,27,41).

  • cyan value is 19.33%
  • magenta value is 0.00%
  • yellow value is 27.33%
  • key color value is 41.18%

CMYK: (19,0,27,41)
C19M0Y27K41 (19%, 0%, 27%, 41%)
(0.19 / 0.00 / 0.27 / 0.41)

CMYK percentages

%19.33
%0
%27.33
%41.18

Codes

Color #79966D in popluar color models

79 96 6D
RGB 121 150 109
HSL 102° 16.33% 50.78%
HSB/HSV 102° 27.33% 58.82%
CMYK 19.33% 0.00% 27.33%
41.18%

Color #79966D in popluar number systems.

HEX 79 96 6D
Decimal 121 150 109
Binary 1111001 10010110 1101101
Octal 171 226 155

Shades and tints

Shades of #79966D

#79966D
(121,150,109)
#6E8964
(110,137,100)
#637C5B
(99,124,91)
#586F52
(88,111,82)
#4D6249
(77,98,73)
#425540
(66,85,64)
#374837
(55,72,55)
#2C3B2E
(44,59,46)
#212E25
(33,46,37)
#16211C
(22,33,28)
#0B1413
(11,20,19)
#000000
(0,0,0)

Tints of #79966D

#79966D
(121,150,109)
#859F7A
(133,159,122)
#91A887
(145,168,135)
#9DB194
(157,177,148)
#A9BAA1
(169,186,161)
#B5C3AE
(181,195,174)
#C1CCBB
(193,204,187)
#CDD5C8
(205,213,200)
#D9DED5
(217,222,213)
#E5E7E2
(229,231,226)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79966D color. Also use rgb(121,150,109) instead hex code.

Text Font Color

.myTextColor { color: #79966D; }

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

This text font color is #79966D.

Background Color

.myBgColor { background-color: #79966D; }

<div style="background-color:#79966D">Inner text</div>

This div background color is #79966D.

Border color

.myBorderColor { border: 1px solid #79966D; }

<div style="border:3px solid #79966D">Div</div>

This div border color is #79966D.

Opacity

.myOpacity80 { color: #79966D; opacity: 0.8; }

<p style="color:#79966D;opacity:0.8;">80%</p>

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

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

This text has shadow with #79966D color.


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

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

This text has shadow with #79966D primary color and red secondary color.


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

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

This text has shadow with #79966D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #79966D.

Preview

Color preview on black background

This text has color #79966D on black background.


Color preview on white background

This text has color #79966D on white background.


Black color preview on #79966D background

This text has black color on #79966D background.


White color preview on #79966D background

This text has white color on #79966D background.


Related colors

Complementary color

Complementary color for #hex is #866992.


I love getcolorcode.com

Triadic colors

1 #6D7996 and #966D79 with #79966D are triadic colors.

2 #6D9679 and #96796D with #79966D are triadic colors.