COLOR #79AD93

HEX: #79AD93 RGB: (121,173,147)

Color info

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

RGB color model

#79AD93 color RGB value is (121,173,147).

RGB: (121,173,147) (47%, 68%, 58%)

RGB channels and saturation

R 121 of 255 = 47%
G 173 of 255 = 68%
B 147 of 255 = 58%

121
173
147

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

Portions of RGB colors in percentages

R + G + B = 121 + 173 + 147 = 441 (100%)
R 121 of 441 ~ 27.44%
G 173 of 441 ~ 39.23%
B 147 of 441 ~ 33.33'%

%27.44
%39.23
%33.33

CMYK color model

#79AD93 color CMYK value is (30,0,15,32).

  • cyan value is 30.06%
  • magenta value is 0.00%
  • yellow value is 15.03%
  • key color value is 32.16%

CMYK: (30,0,15,32)
C30M0Y15K32 (30%, 0%, 15%, 32%)
(0.30 / 0.00 / 0.15 / 0.32)

CMYK percentages

%30.06
%0
%15.03
%32.16

Codes

Color #79AD93 in popluar color models

79 AD 93
RGB 121 173 147
HSL 150° 24.07% 57.65%
HSB/HSV 150° 30.06% 67.84%
CMYK 30.06% 0.00% 15.03%
32.16%

Color #79AD93 in popluar number systems.

HEX 79 AD 93
Decimal 121 173 147
Binary 1111001 10101101 10010011
Octal 171 255 223

Shades and tints

Shades of #79AD93

#79AD93
(121,173,147)
#6E9E86
(110,158,134)
#638F79
(99,143,121)
#58806C
(88,128,108)
#4D715F
(77,113,95)
#426252
(66,98,82)
#375345
(55,83,69)
#2C4438
(44,68,56)
#21352B
(33,53,43)
#16261E
(22,38,30)
#0B1711
(11,23,17)
#000000
(0,0,0)

Tints of #79AD93

#79AD93
(121,173,147)
#85B49C
(133,180,156)
#91BBA5
(145,187,165)
#9DC2AE
(157,194,174)
#A9C9B7
(169,201,183)
#B5D0C0
(181,208,192)
#C1D7C9
(193,215,201)
#CDDED2
(205,222,210)
#D9E5DB
(217,229,219)
#E5ECE4
(229,236,228)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79AD93 color. Also use rgb(121,173,147) instead hex code.

Text Font Color

.myTextColor { color: #79AD93; }

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

This text font color is #79AD93.

Background Color

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

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

This div background color is #79AD93.

Border color

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

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

This div border color is #79AD93.

Opacity

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

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

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

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

This text has shadow with #79AD93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79AD93.

Preview

Color preview on black background

This text has color #79AD93 on black background.


Color preview on white background

This text has color #79AD93 on white background.


Black color preview on #79AD93 background

This text has black color on #79AD93 background.


White color preview on #79AD93 background

This text has white color on #79AD93 background.


Related colors

Complementary color

Complementary color for #hex is #86526C.


I love getcolorcode.com

Triadic colors

1 #9379AD and #AD9379 with #79AD93 are triadic colors.

2 #93AD79 and #AD7993 with #79AD93 are triadic colors.