COLOR #79A680

HEX: #79A680
RGB: (121,166,128)

Color info

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

RGB color model

#79A680 color RGB value is (121,166,128).

  • red value is 121;
  • green value is 166;
  • blue value is 128.
RGB:
(121,166,128)
(47%,65%,50%)

RGB channels and saturation

R 121 of 255 = 47%
G 166 of 255 = 65%
B 128 of 255 = 50%

121
166
128

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

Portions of RGB colors in percentages

R + G + B =
121 + 166 + 128 = 415 (100%)
R 121 of 415 ~ 29.16%
G 166 of 415 ~ 40%
B 128 of 415 ~ 30.84%

%29.16
%40
%30.84

CMYK color model

#79A680 color CMYK value is (27,0,23,35).

  • cyan value is 27.11%
  • magenta value is 0.00%
  • yellow value is 22.89%
  • key color value is 34.90%
CMYK:
(27,0,23,35)
C27M0Y23K35 
(27%,0%,23%,35%)
(0.27/0.00/0.23/0.35)	

CMYK percentages

%27.11
%0
%22.89
%34.9

Codes

Color #79A680 in popluar color models

79A680
RGB121166128
HSL129°20.18%56.27%
HSB/HSV129°27.11%65.10%
CMYK27.11%0.00%22.89%
34.90%

Color #79A680 in popluar number systems.

HEX79A680
Decimal121166128
Binary11110011010011010000000
Octal171246200

Shades and tints

Shades of #79A680

#79A680
(121,166,128)
#6E9775
(110,151,117)
#63886A
(99,136,106)
#58795F
(88,121,95)
#4D6A54
(77,106,84)
#425B49
(66,91,73)
#374C3E
(55,76,62)
#2C3D33
(44,61,51)
#212E28
(33,46,40)
#161F1D
(22,31,29)
#0B1012
(11,16,18)
#000000
(0,0,0)

Tints of #79A680

#79A680
(121,166,128)
#85AE8B
(133,174,139)
#91B696
(145,182,150)
#9DBEA1
(157,190,161)
#A9C6AC
(169,198,172)
#B5CEB7
(181,206,183)
#C1D6C2
(193,214,194)
#CDDECD
(205,222,205)
#D9E6D8
(217,230,216)
#E5EEE3
(229,238,227)
#F1F6EE
(241,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79A680 color. Also use rgb(121,166,128) instead hex code.

Text Font Color

.myTextColor { color: #79A680; }

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

This text font color is #79A680.


Background Color

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

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

This div background color is #79A680.


Border color

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

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

This div border color is #79A680.


Opacity

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

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

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

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

This text has shadow with #79A680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79A680 on black background.


Color preview on white background

This text has color #79A680 on white background.



Black color preview on #79A680 background

This text has black color on #79A680 background.


White color preview on #79A680 background

This text has white color on #79A680 background.