COLOR #79996A

HEX: #79996A RGB: (121,153,106)

Color info

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

RGB color model

#79996A color RGB value is (121,153,106).

RGB: (121,153,106) (47%, 60%, 42%)

RGB channels and saturation

R 121 of 255 = 47%
G 153 of 255 = 60%
B 106 of 255 = 42%

121
153
106

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

Portions of RGB colors in percentages

R + G + B = 121 + 153 + 106 = 380 (100%)
R 121 of 380 ~ 31.84%
G 153 of 380 ~ 40.26%
B 106 of 380 ~ 27.89'%

%31.84
%40.26
%27.89

CMYK color model

#79996A color CMYK value is (21,0,31,40).

  • cyan value is 20.92%
  • magenta value is 0.00%
  • yellow value is 30.72%
  • key color value is 40.00%

CMYK: (21,0,31,40)
C21M0Y31K40 (21%, 0%, 31%, 40%)
(0.21 / 0.00 / 0.31 / 0.40)

CMYK percentages

%20.92
%0
%30.72
%40

Codes

Color #79996A in popluar color models

79 99 6A
RGB 121 153 106
HSL 101° 18.73% 50.78%
HSB/HSV 101° 30.72% 60.00%
CMYK 20.92% 0.00% 30.72%
40.00%

Color #79996A in popluar number systems.

HEX 79 99 6A
Decimal 121 153 106
Binary 1111001 10011001 1101010
Octal 171 231 152

Shades and tints

Shades of #79996A

#79996A
(121,153,106)
#6E8C61
(110,140,97)
#637F58
(99,127,88)
#58724F
(88,114,79)
#4D6546
(77,101,70)
#42583D
(66,88,61)
#374B34
(55,75,52)
#2C3E2B
(44,62,43)
#213122
(33,49,34)
#162419
(22,36,25)
#0B1710
(11,23,16)
#000000
(0,0,0)

Tints of #79996A

#79996A
(121,153,106)
#85A277
(133,162,119)
#91AB84
(145,171,132)
#9DB491
(157,180,145)
#A9BD9E
(169,189,158)
#B5C6AB
(181,198,171)
#C1CFB8
(193,207,184)
#CDD8C5
(205,216,197)
#D9E1D2
(217,225,210)
#E5EADF
(229,234,223)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79996A; }

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

This text font color is #79996A.

Background Color

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

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

This div background color is #79996A.

Border color

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

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

This div border color is #79996A.

Opacity

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

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

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

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

This text has shadow with #79996A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79996A.

Preview

Color preview on black background

This text has color #79996A on black background.


Color preview on white background

This text has color #79996A on white background.


Black color preview on #79996A background

This text has black color on #79996A background.


White color preview on #79996A background

This text has white color on #79996A background.


Related colors

Complementary color

Complementary color for #hex is #866695.


I love getcolorcode.com

Triadic colors

1 #6A7999 and #996A79 with #79996A are triadic colors.

2 #6A9979 and #99796A with #79996A are triadic colors.