COLOR #79966B

HEX: #79966B
RGB: (121,150,107)

Color info

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

RGB color model

#79966B color RGB value is (121,150,107).

  • red value is 121;
  • green value is 150;
  • blue value is 107.
RGB:
(121,150,107)
(47%,59%,42%)

RGB channels and saturation

R 121 of 255 = 47%
G 150 of 255 = 59%
B 107 of 255 = 42%

121
150
107

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

Portions of RGB colors in percentages

R + G + B =
121 + 150 + 107 = 378 (100%)
R 121 of 378 ~ 32.01%
G 150 of 378 ~ 39.68%
B 107 of 378 ~ 28.31%

%32.01
%39.68
%28.31

CMYK color model

#79966B color CMYK value is (19,0,29,41).

  • cyan value is 19.33%
  • magenta value is 0.00%
  • yellow value is 28.67%
  • key color value is 41.18%
CMYK:
(19,0,29,41)
C19M0Y29K41 
(19%,0%,29%,41%)
(0.19/0.00/0.29/0.41)	

CMYK percentages

%19.33
%0
%28.67
%41.18

Codes

Color #79966B in popluar color models

79966B
RGB121150107
HSL100°17.00%50.39%
HSB/HSV100°28.67%58.82%
CMYK19.33%0.00%28.67%
41.18%

Color #79966B in popluar number systems.

HEX79966B
Decimal121150107
Binary1111001100101101101011
Octal171226153

Shades and tints

Shades of #79966B

#79966B
(121,150,107)
#6E8962
(110,137,98)
#637C59
(99,124,89)
#586F50
(88,111,80)
#4D6247
(77,98,71)
#42553E
(66,85,62)
#374835
(55,72,53)
#2C3B2C
(44,59,44)
#212E23
(33,46,35)
#16211A
(22,33,26)
#0B1411
(11,20,17)
#000000
(0,0,0)

Tints of #79966B

#79966B
(121,150,107)
#859F78
(133,159,120)
#91A885
(145,168,133)
#9DB192
(157,177,146)
#A9BA9F
(169,186,159)
#B5C3AC
(181,195,172)
#C1CCB9
(193,204,185)
#CDD5C6
(205,213,198)
#D9DED3
(217,222,211)
#E5E7E0
(229,231,224)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79966B; }

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

This text font color is #79966B.


Background Color

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

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

This div background color is #79966B.


Border color

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

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

This div border color is #79966B.


Opacity

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

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

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

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

This text has shadow with #79966B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79966B on black background.


Color preview on white background

This text has color #79966B on white background.



Black color preview on #79966B background

This text has black color on #79966B background.


White color preview on #79966B background

This text has white color on #79966B background.