COLOR #79AF90

HEX: #79AF90
RGB: (121,175,144)

Color info

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

RGB color model

#79AF90 color RGB value is (121,175,144).

  • red value is 121;
  • green value is 175;
  • blue value is 144.
RGB:
(121,175,144)
(47%,69%,56%)

RGB channels and saturation

R 121 of 255 = 47%
G 175 of 255 = 69%
B 144 of 255 = 56%

121
175
144

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

Portions of RGB colors in percentages

R + G + B =
121 + 175 + 144 = 440 (100%)
R 121 of 440 ~ 27.5%
G 175 of 440 ~ 39.77%
B 144 of 440 ~ 32.73%

%27.5
%39.77
%32.73

CMYK color model

#79AF90 color CMYK value is (31,0,18,31).

  • cyan value is 30.86%
  • magenta value is 0.00%
  • yellow value is 17.71%
  • key color value is 31.37%
CMYK:
(31,0,18,31)
C31M0Y18K31 
(31%,0%,18%,31%)
(0.31/0.00/0.18/0.31)	

CMYK percentages

%30.86
%0
%17.71
%31.37

Codes

Color #79AF90 in popluar color models

79AF90
RGB121175144
HSL146°25.23%58.04%
HSB/HSV146°30.86%68.63%
CMYK30.86%0.00%17.71%
31.37%

Color #79AF90 in popluar number systems.

HEX79AF90
Decimal121175144
Binary11110011010111110010000
Octal171257220

Shades and tints

Shades of #79AF90

#79AF90
(121,175,144)
#6EA083
(110,160,131)
#639176
(99,145,118)
#588269
(88,130,105)
#4D735C
(77,115,92)
#42644F
(66,100,79)
#375542
(55,85,66)
#2C4635
(44,70,53)
#213728
(33,55,40)
#16281B
(22,40,27)
#0B190E
(11,25,14)
#000000
(0,0,0)

Tints of #79AF90

#79AF90
(121,175,144)
#85B69A
(133,182,154)
#91BDA4
(145,189,164)
#9DC4AE
(157,196,174)
#A9CBB8
(169,203,184)
#B5D2C2
(181,210,194)
#C1D9CC
(193,217,204)
#CDE0D6
(205,224,214)
#D9E7E0
(217,231,224)
#E5EEEA
(229,238,234)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79AF90; }

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

This text font color is #79AF90.


Background Color

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

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

This div background color is #79AF90.


Border color

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

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

This div border color is #79AF90.


Opacity

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

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

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

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

This text has shadow with #79AF90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79AF90 on black background.


Color preview on white background

This text has color #79AF90 on white background.



Black color preview on #79AF90 background

This text has black color on #79AF90 background.


White color preview on #79AF90 background

This text has white color on #79AF90 background.