COLOR #79BA7F

HEX: #79BA7F
RGB: (121,186,127)

Color info

#79BA7F contains mainly green and blue colors. Web safe color of #79BA7F is #66CC66 (or #6C6).

RGB color model

#79BA7F color RGB value is (121,186,127).

  • red value is 121;
  • green value is 186;
  • blue value is 127.
RGB:
(121,186,127)
(47%,73%,50%)

RGB channels and saturation

R 121 of 255 = 47%
G 186 of 255 = 73%
B 127 of 255 = 50%

121
186
127

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

Portions of RGB colors in percentages

R + G + B =
121 + 186 + 127 = 434 (100%)
R 121 of 434 ~ 27.88%
G 186 of 434 ~ 42.86%
B 127 of 434 ~ 29.26%

%27.88
%42.86
%29.26

CMYK color model

#79BA7F color CMYK value is (35,0,32,27).

  • cyan value is 34.95%
  • magenta value is 0.00%
  • yellow value is 31.72%
  • key color value is 27.06%
CMYK:
(35,0,32,27)
C35M0Y32K27 
(35%,0%,32%,27%)
(0.35/0.00/0.32/0.27)	

CMYK percentages

%34.95
%0
%31.72
%27.06

Codes

Color #79BA7F in popluar color models

79BA7F
RGB121186127
HSL126°32.02%60.20%
HSB/HSV126°34.95%72.94%
CMYK34.95%0.00%31.72%
27.06%

Color #79BA7F in popluar number systems.

HEX79BA7F
Decimal121186127
Binary1111001101110101111111
Octal171272177

Shades and tints

Shades of #79BA7F

#79BA7F
(121,186,127)
#6EAA74
(110,170,116)
#639A69
(99,154,105)
#588A5E
(88,138,94)
#4D7A53
(77,122,83)
#426A48
(66,106,72)
#375A3D
(55,90,61)
#2C4A32
(44,74,50)
#213A27
(33,58,39)
#162A1C
(22,42,28)
#0B1A11
(11,26,17)
#000000
(0,0,0)

Tints of #79BA7F

#79BA7F
(121,186,127)
#85C08A
(133,192,138)
#91C695
(145,198,149)
#9DCCA0
(157,204,160)
#A9D2AB
(169,210,171)
#B5D8B6
(181,216,182)
#C1DEC1
(193,222,193)
#CDE4CC
(205,228,204)
#D9EAD7
(217,234,215)
#E5F0E2
(229,240,226)
#F1F6ED
(241,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79BA7F color. Also use rgb(121,186,127) instead hex code.

Text Font Color

.myTextColor { color: #79BA7F; }

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

This text font color is #79BA7F.


Background Color

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

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

This div background color is #79BA7F.


Border color

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

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

This div border color is #79BA7F.


Opacity

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

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

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

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

This text has shadow with #79BA7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79BA7F on black background.


Color preview on white background

This text has color #79BA7F on white background.



Black color preview on #79BA7F background

This text has black color on #79BA7F background.


White color preview on #79BA7F background

This text has white color on #79BA7F background.