COLOR #79AB85

HEX: #79AB85
RGB: (121,171,133)

Color info

#79AB85 contains red, green and blue colors in about the same proportion. Web safe color of #79AB85 is #669999 (or #699).

RGB color model

#79AB85 color RGB value is (121,171,133).

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

RGB channels and saturation

R 121 of 255 = 47%
G 171 of 255 = 67%
B 133 of 255 = 52%

121
171
133

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

Portions of RGB colors in percentages

R + G + B =
121 + 171 + 133 = 425 (100%)
R 121 of 425 ~ 28.47%
G 171 of 425 ~ 40.24%
B 133 of 425 ~ 31.29%

%28.47
%40.24
%31.29

CMYK color model

#79AB85 color CMYK value is (29,0,22,33).

  • cyan value is 29.24%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 32.94%
CMYK:
(29,0,22,33)
C29M0Y22K33 
(29%,0%,22%,33%)
(0.29/0.00/0.22/0.33)	

CMYK percentages

%29.24
%0
%22.22
%32.94

Codes

Color #79AB85 in popluar color models

79AB85
RGB121171133
HSL134°22.94%57.25%
HSB/HSV134°29.24%67.06%
CMYK29.24%0.00%22.22%
32.94%

Color #79AB85 in popluar number systems.

HEX79AB85
Decimal121171133
Binary11110011010101110000101
Octal171253205

Shades and tints

Shades of #79AB85

#79AB85
(121,171,133)
#6E9C79
(110,156,121)
#638D6D
(99,141,109)
#587E61
(88,126,97)
#4D6F55
(77,111,85)
#426049
(66,96,73)
#37513D
(55,81,61)
#2C4231
(44,66,49)
#213325
(33,51,37)
#162419
(22,36,25)
#0B150D
(11,21,13)
#000000
(0,0,0)

Tints of #79AB85

#79AB85
(121,171,133)
#85B290
(133,178,144)
#91B99B
(145,185,155)
#9DC0A6
(157,192,166)
#A9C7B1
(169,199,177)
#B5CEBC
(181,206,188)
#C1D5C7
(193,213,199)
#CDDCD2
(205,220,210)
#D9E3DD
(217,227,221)
#E5EAE8
(229,234,232)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79AB85; }

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

This text font color is #79AB85.


Background Color

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

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

This div background color is #79AB85.


Border color

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

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

This div border color is #79AB85.


Opacity

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

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

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

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

This text has shadow with #79AB85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79AB85 on black background.


Color preview on white background

This text has color #79AB85 on white background.



Black color preview on #79AB85 background

This text has black color on #79AB85 background.


White color preview on #79AB85 background

This text has white color on #79AB85 background.