COLOR #79B490

HEX: #79B490
RGB: (121,180,144)

Color info

#79B490 contains red, green and blue colors in about the same proportion. Web safe color of #79B490 is #66CC99 (or #6C9).

RGB color model

#79B490 color RGB value is (121,180,144).

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

RGB channels and saturation

R 121 of 255 = 47%
G 180 of 255 = 71%
B 144 of 255 = 56%

121
180
144

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

Portions of RGB colors in percentages

R + G + B =
121 + 180 + 144 = 445 (100%)
R 121 of 445 ~ 27.19%
G 180 of 445 ~ 40.45%
B 144 of 445 ~ 32.36%

%27.19
%40.45
%32.36

CMYK color model

#79B490 color CMYK value is (33,0,20,29).

  • cyan value is 32.78%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 29.41%
CMYK:
(33,0,20,29)
C33M0Y20K29 
(33%,0%,20%,29%)
(0.33/0.00/0.20/0.29)	

CMYK percentages

%32.78
%0
%20
%29.41

Codes

Color #79B490 in popluar color models

79B490
RGB121180144
HSL143°28.23%59.02%
HSB/HSV143°32.78%70.59%
CMYK32.78%0.00%20.00%
29.41%

Color #79B490 in popluar number systems.

HEX79B490
Decimal121180144
Binary11110011011010010010000
Octal171264220

Shades and tints

Shades of #79B490

#79B490
(121,180,144)
#6EA483
(110,164,131)
#639476
(99,148,118)
#588469
(88,132,105)
#4D745C
(77,116,92)
#42644F
(66,100,79)
#375442
(55,84,66)
#2C4435
(44,68,53)
#213428
(33,52,40)
#16241B
(22,36,27)
#0B140E
(11,20,14)
#000000
(0,0,0)

Tints of #79B490

#79B490
(121,180,144)
#85BA9A
(133,186,154)
#91C0A4
(145,192,164)
#9DC6AE
(157,198,174)
#A9CCB8
(169,204,184)
#B5D2C2
(181,210,194)
#C1D8CC
(193,216,204)
#CDDED6
(205,222,214)
#D9E4E0
(217,228,224)
#E5EAEA
(229,234,234)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79B490; }

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

This text font color is #79B490.


Background Color

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

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

This div background color is #79B490.


Border color

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

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

This div border color is #79B490.


Opacity

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

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

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

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

This text has shadow with #79B490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79B490 on black background.


Color preview on white background

This text has color #79B490 on white background.



Black color preview on #79B490 background

This text has black color on #79B490 background.


White color preview on #79B490 background

This text has white color on #79B490 background.