COLOR #79AE85

HEX: #79AE85
RGB: (121,174,133)

Color info

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

RGB color model

#79AE85 color RGB value is (121,174,133).

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

RGB channels and saturation

R 121 of 255 = 47%
G 174 of 255 = 68%
B 133 of 255 = 52%

121
174
133

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

Portions of RGB colors in percentages

R + G + B =
121 + 174 + 133 = 428 (100%)
R 121 of 428 ~ 28.27%
G 174 of 428 ~ 40.65%
B 133 of 428 ~ 31.07%

%28.27
%40.65
%31.07

CMYK color model

#79AE85 color CMYK value is (30,0,24,32).

  • cyan value is 30.46%
  • magenta value is 0.00%
  • yellow value is 23.56%
  • key color value is 31.76%
CMYK:
(30,0,24,32)
C30M0Y24K32 
(30%,0%,24%,32%)
(0.30/0.00/0.24/0.32)	

CMYK percentages

%30.46
%0
%23.56
%31.76

Codes

Color #79AE85 in popluar color models

79AE85
RGB121174133
HSL134°24.65%57.84%
HSB/HSV134°30.46%68.24%
CMYK30.46%0.00%23.56%
31.76%

Color #79AE85 in popluar number systems.

HEX79AE85
Decimal121174133
Binary11110011010111010000101
Octal171256205

Shades and tints

Shades of #79AE85

#79AE85
(121,174,133)
#6E9F79
(110,159,121)
#63906D
(99,144,109)
#588161
(88,129,97)
#4D7255
(77,114,85)
#426349
(66,99,73)
#37543D
(55,84,61)
#2C4531
(44,69,49)
#213625
(33,54,37)
#162719
(22,39,25)
#0B180D
(11,24,13)
#000000
(0,0,0)

Tints of #79AE85

#79AE85
(121,174,133)
#85B590
(133,181,144)
#91BC9B
(145,188,155)
#9DC3A6
(157,195,166)
#A9CAB1
(169,202,177)
#B5D1BC
(181,209,188)
#C1D8C7
(193,216,199)
#CDDFD2
(205,223,210)
#D9E6DD
(217,230,221)
#E5EDE8
(229,237,232)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79AE85; }

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

This text font color is #79AE85.


Background Color

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

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

This div background color is #79AE85.


Border color

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

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

This div border color is #79AE85.


Opacity

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

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

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

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

This text has shadow with #79AE85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79AE85 on black background.


Color preview on white background

This text has color #79AE85 on white background.



Black color preview on #79AE85 background

This text has black color on #79AE85 background.


White color preview on #79AE85 background

This text has white color on #79AE85 background.