COLOR #79A06F

HEX: #79A06F RGB: (121,160,111)

Color info

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

RGB color model

#79A06F color RGB value is (121,160,111).

RGB: (121,160,111) (47%, 63%, 44%)

RGB channels and saturation

R 121 of 255 = 47%
G 160 of 255 = 63%
B 111 of 255 = 44%

121
160
111

R + G + B ~ 51%. #79A06F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 121 + 160 + 111 = 392 (100%)
R 121 of 392 ~ 30.87%
G 160 of 392 ~ 40.82%
B 111 of 392 ~ 28.32'%

%30.87
%40.82
%28.32

CMYK color model

#79A06F color CMYK value is (24,0,31,37).

  • cyan value is 24.38%
  • magenta value is 0.00%
  • yellow value is 30.63%
  • key color value is 37.25%

CMYK: (24,0,31,37)
C24M0Y31K37 (24%, 0%, 31%, 37%)
(0.24 / 0.00 / 0.31 / 0.37)

CMYK percentages

%24.38
%0
%30.63
%37.25

Codes

Color #79A06F in popluar color models

79 A0 6F
RGB 121 160 111
HSL 108° 20.50% 53.14%
HSB/HSV 108° 30.63% 62.75%
CMYK 24.38% 0.00% 30.63%
37.25%

Color #79A06F in popluar number systems.

HEX 79 A0 6F
Decimal 121 160 111
Binary 1111001 10100000 1101111
Octal 171 240 157

Shades and tints

Shades of #79A06F

#79A06F
(121,160,111)
#6E9265
(110,146,101)
#63845B
(99,132,91)
#587651
(88,118,81)
#4D6847
(77,104,71)
#425A3D
(66,90,61)
#374C33
(55,76,51)
#2C3E29
(44,62,41)
#21301F
(33,48,31)
#162215
(22,34,21)
#0B140B
(11,20,11)
#000000
(0,0,0)

Tints of #79A06F

#79A06F
(121,160,111)
#85A87C
(133,168,124)
#91B089
(145,176,137)
#9DB896
(157,184,150)
#A9C0A3
(169,192,163)
#B5C8B0
(181,200,176)
#C1D0BD
(193,208,189)
#CDD8CA
(205,216,202)
#D9E0D7
(217,224,215)
#E5E8E4
(229,232,228)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79A06F color. Also use rgb(121,160,111) instead hex code.

Text Font Color

.myTextColor { color: #79A06F; }

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

This text font color is #79A06F.

Background Color

.myBgColor { background-color: #79A06F; }

<div style="background-color:#79A06F">Inner text</div>

This div background color is #79A06F.

Border color

.myBorderColor { border: 1px solid #79A06F; }

<div style="border:3px solid #79A06F">Div</div>

This div border color is #79A06F.

Opacity

.myOpacity80 { color: #79A06F; opacity: 0.8; }

<p style="color:#79A06F;opacity:0.8;">80%</p>

Text with #79A06F 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 #79A06F;}

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

This text has shadow with #79A06F color.


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

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

This text has shadow with #79A06F primary color and red secondary color.


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

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

This text has shadow with #79A06F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #79A06F.

Preview

Color preview on black background

This text has color #79A06F on black background.


Color preview on white background

This text has color #79A06F on white background.


Black color preview on #79A06F background

This text has black color on #79A06F background.


White color preview on #79A06F background

This text has white color on #79A06F background.


Related colors

Complementary color

Complementary color for #hex is #865F90.


I love getcolorcode.com

Triadic colors

1 #6F79A0 and #A06F79 with #79A06F are triadic colors.

2 #6FA079 and #A0796F with #79A06F are triadic colors.