COLOR #79A864

HEX: #79A864
RGB: (121,168,100)

Color info

#79A864 contains mainly red and green colors. Web safe color of #79A864 is #669966 (or #696).

RGB color model

#79A864 color RGB value is (121,168,100).

  • red value is 121;
  • green value is 168;
  • blue value is 100.
RGB:
(121,168,100)
(47%,66%,39%)

RGB channels and saturation

R 121 of 255 = 47%
G 168 of 255 = 66%
B 100 of 255 = 39%

121
168
100

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

Portions of RGB colors in percentages

R + G + B =
121 + 168 + 100 = 389 (100%)
R 121 of 389 ~ 31.11%
G 168 of 389 ~ 43.19%
B 100 of 389 ~ 25.71%

%31.11
%43.19
%25.71

CMYK color model

#79A864 color CMYK value is (28,0,40,34).

  • cyan value is 27.98%
  • magenta value is 0.00%
  • yellow value is 40.48%
  • key color value is 34.12%
CMYK:
(28,0,40,34)
C28M0Y40K34 
(28%,0%,40%,34%)
(0.28/0.00/0.40/0.34)	

CMYK percentages

%27.98
%0
%40.48
%34.12

Codes

Color #79A864 in popluar color models

79A864
RGB121168100
HSL101°28.10%52.55%
HSB/HSV101°40.48%65.88%
CMYK27.98%0.00%40.48%
34.12%

Color #79A864 in popluar number systems.

HEX79A864
Decimal121168100
Binary1111001101010001100100
Octal171250144

Shades and tints

Shades of #79A864

#79A864
(121,168,100)
#6E995B
(110,153,91)
#638A52
(99,138,82)
#587B49
(88,123,73)
#4D6C40
(77,108,64)
#425D37
(66,93,55)
#374E2E
(55,78,46)
#2C3F25
(44,63,37)
#21301C
(33,48,28)
#162113
(22,33,19)
#0B120A
(11,18,10)
#000000
(0,0,0)

Tints of #79A864

#79A864
(121,168,100)
#85AF72
(133,175,114)
#91B680
(145,182,128)
#9DBD8E
(157,189,142)
#A9C49C
(169,196,156)
#B5CBAA
(181,203,170)
#C1D2B8
(193,210,184)
#CDD9C6
(205,217,198)
#D9E0D4
(217,224,212)
#E5E7E2
(229,231,226)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79A864 color. Also use rgb(121,168,100) instead hex code.

Text Font Color

.myTextColor { color: #79A864; }

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

This text font color is #79A864.


Background Color

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

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

This div background color is #79A864.


Border color

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

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

This div border color is #79A864.


Opacity

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

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

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

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

This text has shadow with #79A864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79A864 on black background.


Color preview on white background

This text has color #79A864 on white background.



Black color preview on #79A864 background

This text has black color on #79A864 background.


White color preview on #79A864 background

This text has white color on #79A864 background.