COLOR #79B685

HEX: #79B685
RGB: (121,182,133)

Color info

#79B685 contains mainly green and blue colors. Web safe color of #79B685 is #66CC99 (or #6C9).

RGB color model

#79B685 color RGB value is (121,182,133).

  • red value is 121;
  • green value is 182;
  • blue value is 133.
RGB:
(121,182,133)
(47%,71%,52%)

RGB channels and saturation

R 121 of 255 = 47%
G 182 of 255 = 71%
B 133 of 255 = 52%

121
182
133

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

Portions of RGB colors in percentages

R + G + B =
121 + 182 + 133 = 436 (100%)
R 121 of 436 ~ 27.75%
G 182 of 436 ~ 41.74%
B 133 of 436 ~ 30.5%

%27.75
%41.74
%30.5

CMYK color model

#79B685 color CMYK value is (34,0,27,29).

  • cyan value is 33.52%
  • magenta value is 0.00%
  • yellow value is 26.92%
  • key color value is 28.63%
CMYK:
(34,0,27,29)
C34M0Y27K29 
(34%,0%,27%,29%)
(0.34/0.00/0.27/0.29)	

CMYK percentages

%33.52
%0
%26.92
%28.63

Codes

Color #79B685 in popluar color models

79B685
RGB121182133
HSL132°29.47%59.41%
HSB/HSV132°33.52%71.37%
CMYK33.52%0.00%26.92%
28.63%

Color #79B685 in popluar number systems.

HEX79B685
Decimal121182133
Binary11110011011011010000101
Octal171266205

Shades and tints

Shades of #79B685

#79B685
(121,182,133)
#6EA679
(110,166,121)
#63966D
(99,150,109)
#588661
(88,134,97)
#4D7655
(77,118,85)
#426649
(66,102,73)
#37563D
(55,86,61)
#2C4631
(44,70,49)
#213625
(33,54,37)
#162619
(22,38,25)
#0B160D
(11,22,13)
#000000
(0,0,0)

Tints of #79B685

#79B685
(121,182,133)
#85BC90
(133,188,144)
#91C29B
(145,194,155)
#9DC8A6
(157,200,166)
#A9CEB1
(169,206,177)
#B5D4BC
(181,212,188)
#C1DAC7
(193,218,199)
#CDE0D2
(205,224,210)
#D9E6DD
(217,230,221)
#E5ECE8
(229,236,232)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79B685 color. Also use rgb(121,182,133) instead hex code.

Text Font Color

.myTextColor { color: #79B685; }

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

This text font color is #79B685.


Background Color

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

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

This div background color is #79B685.


Border color

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

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

This div border color is #79B685.


Opacity

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

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

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

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

This text has shadow with #79B685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79B685 on black background.


Color preview on white background

This text has color #79B685 on white background.



Black color preview on #79B685 background

This text has black color on #79B685 background.


White color preview on #79B685 background

This text has white color on #79B685 background.