COLOR #79955F

HEX: #79955F RGB: (121,149,95)

Color info

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

RGB color model

#79955F color RGB value is (121,149,95).

RGB: (121,149,95) (47%, 58%, 37%)

RGB channels and saturation

R 121 of 255 = 47%
G 149 of 255 = 58%
B 95 of 255 = 37%

121
149
95

R + G + B ~ 47%. #79955F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 121 + 149 + 95 = 365 (100%)
R 121 of 365 ~ 33.15%
G 149 of 365 ~ 40.82%
B 95 of 365 ~ 26.03'%

%33.15
%40.82
%26.03

CMYK color model

#79955F color CMYK value is (19,0,36,42).

  • cyan value is 18.79%
  • magenta value is 0.00%
  • yellow value is 36.24%
  • key color value is 41.57%

CMYK: (19,0,36,42)
C19M0Y36K42 (19%, 0%, 36%, 42%)
(0.19 / 0.00 / 0.36 / 0.42)

CMYK percentages

%18.79
%0
%36.24
%41.57

Codes

Color #79955F in popluar color models

79 95 5F
RGB 121 149 95
HSL 91° 22.13% 47.84%
HSB/HSV 91° 36.24% 58.43%
CMYK 18.79% 0.00% 36.24%
41.57%

Color #79955F in popluar number systems.

HEX 79 95 5F
Decimal 121 149 95
Binary 1111001 10010101 1011111
Octal 171 225 137

Shades and tints

Shades of #79955F

#79955F
(121,149,95)
#6E8857
(110,136,87)
#637B4F
(99,123,79)
#586E47
(88,110,71)
#4D613F
(77,97,63)
#425437
(66,84,55)
#37472F
(55,71,47)
#2C3A27
(44,58,39)
#212D1F
(33,45,31)
#162017
(22,32,23)
#0B130F
(11,19,15)
#000000
(0,0,0)

Tints of #79955F

#79955F
(121,149,95)
#859E6D
(133,158,109)
#91A77B
(145,167,123)
#9DB089
(157,176,137)
#A9B997
(169,185,151)
#B5C2A5
(181,194,165)
#C1CBB3
(193,203,179)
#CDD4C1
(205,212,193)
#D9DDCF
(217,221,207)
#E5E6DD
(229,230,221)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79955F color. Also use rgb(121,149,95) instead hex code.

Text Font Color

.myTextColor { color: #79955F; }

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

This text font color is #79955F.

Background Color

.myBgColor { background-color: #79955F; }

<div style="background-color:#79955F">Inner text</div>

This div background color is #79955F.

Border color

.myBorderColor { border: 1px solid #79955F; }

<div style="border:3px solid #79955F">Div</div>

This div border color is #79955F.

Opacity

.myOpacity80 { color: #79955F; opacity: 0.8; }

<p style="color:#79955F;opacity:0.8;">80%</p>

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

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

This text has shadow with #79955F color.


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

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

This text has shadow with #79955F primary color and red secondary color.


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

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

This text has shadow with #79955F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #79955F.

Preview

Color preview on black background

This text has color #79955F on black background.


Color preview on white background

This text has color #79955F on white background.


Black color preview on #79955F background

This text has black color on #79955F background.


White color preview on #79955F background

This text has white color on #79955F background.


Related colors

Complementary color

Complementary color for #hex is #866AA0.


I love getcolorcode.com

Triadic colors

1 #5F7995 and #955F79 with #79955F are triadic colors.

2 #5F9579 and #95795F with #79955F are triadic colors.