COLOR #79956A

HEX: #79956A
RGB: (121,149,106)

Color info

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

RGB color model

#79956A color RGB value is (121,149,106).

  • red value is 121;
  • green value is 149;
  • blue value is 106.
RGB:
(121,149,106)
(47%,58%,42%)

RGB channels and saturation

R 121 of 255 = 47%
G 149 of 255 = 58%
B 106 of 255 = 42%

121
149
106

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

Portions of RGB colors in percentages

R + G + B =
121 + 149 + 106 = 376 (100%)
R 121 of 376 ~ 32.18%
G 149 of 376 ~ 39.63%
B 106 of 376 ~ 28.19%

%32.18
%39.63
%28.19

CMYK color model

#79956A color CMYK value is (19,0,29,42).

  • cyan value is 18.79%
  • magenta value is 0.00%
  • yellow value is 28.86%
  • key color value is 41.57%
CMYK:
(19,0,29,42)
C19M0Y29K42 
(19%,0%,29%,42%)
(0.19/0.00/0.29/0.42)	

CMYK percentages

%18.79
%0
%28.86
%41.57

Codes

Color #79956A in popluar color models

79956A
RGB121149106
HSL99°16.86%50.00%
HSB/HSV99°28.86%58.43%
CMYK18.79%0.00%28.86%
41.57%

Color #79956A in popluar number systems.

HEX79956A
Decimal121149106
Binary1111001100101011101010
Octal171225152

Shades and tints

Shades of #79956A

#79956A
(121,149,106)
#6E8861
(110,136,97)
#637B58
(99,123,88)
#586E4F
(88,110,79)
#4D6146
(77,97,70)
#42543D
(66,84,61)
#374734
(55,71,52)
#2C3A2B
(44,58,43)
#212D22
(33,45,34)
#162019
(22,32,25)
#0B1310
(11,19,16)
#000000
(0,0,0)

Tints of #79956A

#79956A
(121,149,106)
#859E77
(133,158,119)
#91A784
(145,167,132)
#9DB091
(157,176,145)
#A9B99E
(169,185,158)
#B5C2AB
(181,194,171)
#C1CBB8
(193,203,184)
#CDD4C5
(205,212,197)
#D9DDD2
(217,221,210)
#E5E6DF
(229,230,223)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79956A color. Also use rgb(121,149,106) instead hex code.

Text Font Color

.myTextColor { color: #79956A; }

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

This text font color is #79956A.


Background Color

.myBgColor { background-color: #79956A; }

<div style="background-color:#79956A">Inner text</div>

This div background color is #79956A.


Border color

.myBorderColor { border: 1px solid #79956A; }

<div style="border:3px solid #79956A">Div</div>

This div border color is #79956A.


Opacity

.myOpacity80 { color: #79956A; opacity: 0.8; }

<p style="color:#79956A;opacity:0.8;">80%</p>

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

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

This text has shadow with #79956A color.

.textShadow {text-shadow: 3px 3px 1px #79956A, 3px 3px 1px red;}

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

This text has shadow with #79956A primary color and red secondary color.


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

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

This text has shadow with #79956A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79956A on black background.


Color preview on white background

This text has color #79956A on white background.



Black color preview on #79956A background

This text has black color on #79956A background.


White color preview on #79956A background

This text has white color on #79956A background.