COLOR #79AD90

HEX: #79AD90 RGB: (121,173,144)

Color info

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

RGB color model

#79AD90 color RGB value is (121,173,144).

RGB: (121,173,144) (47%, 68%, 56%)

RGB channels and saturation

R 121 of 255 = 47%
G 173 of 255 = 68%
B 144 of 255 = 56%

121
173
144

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

Portions of RGB colors in percentages

R + G + B = 121 + 173 + 144 = 438 (100%)
R 121 of 438 ~ 27.63%
G 173 of 438 ~ 39.5%
B 144 of 438 ~ 32.88'%

%27.63
%39.5
%32.88

CMYK color model

#79AD90 color CMYK value is (30,0,17,32).

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

CMYK: (30,0,17,32)
C30M0Y17K32 (30%, 0%, 17%, 32%)
(0.30 / 0.00 / 0.17 / 0.32)

CMYK percentages

%30.06
%0
%16.76
%32.16

Codes

Color #79AD90 in popluar color models

79 AD 90
RGB 121 173 144
HSL 147° 24.07% 57.65%
HSB/HSV 147° 30.06% 67.84%
CMYK 30.06% 0.00% 16.76%
32.16%

Color #79AD90 in popluar number systems.

HEX 79 AD 90
Decimal 121 173 144
Binary 1111001 10101101 10010000
Octal 171 255 220

Shades and tints

Shades of #79AD90

#79AD90
(121,173,144)
#6E9E83
(110,158,131)
#638F76
(99,143,118)
#588069
(88,128,105)
#4D715C
(77,113,92)
#42624F
(66,98,79)
#375342
(55,83,66)
#2C4435
(44,68,53)
#213528
(33,53,40)
#16261B
(22,38,27)
#0B170E
(11,23,14)
#000000
(0,0,0)

Tints of #79AD90

#79AD90
(121,173,144)
#85B49A
(133,180,154)
#91BBA4
(145,187,164)
#9DC2AE
(157,194,174)
#A9C9B8
(169,201,184)
#B5D0C2
(181,208,194)
#C1D7CC
(193,215,204)
#CDDED6
(205,222,214)
#D9E5E0
(217,229,224)
#E5ECEA
(229,236,234)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79AD90; }

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

This text font color is #79AD90.

Background Color

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

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

This div background color is #79AD90.

Border color

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

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

This div border color is #79AD90.

Opacity

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

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

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

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

This text has shadow with #79AD90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79AD90.

Preview

Color preview on black background

This text has color #79AD90 on black background.


Color preview on white background

This text has color #79AD90 on white background.


Black color preview on #79AD90 background

This text has black color on #79AD90 background.


White color preview on #79AD90 background

This text has white color on #79AD90 background.


Related colors

Complementary color

Complementary color for #hex is #86526F.


I love getcolorcode.com

Triadic colors

1 #9079AD and #AD9079 with #79AD90 are triadic colors.

2 #90AD79 and #AD7990 with #79AD90 are triadic colors.