COLOR #78AF79

HEX: #78AF79
RGB: (120,175,121)

Color info

#78AF79 contains red, green and blue colors in about the same proportion. Web safe color of #78AF79 is #669966 (or #696).

RGB color model

#78AF79 color RGB value is (120,175,121).

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

RGB channels and saturation

R 120 of 255 = 47%
G 175 of 255 = 69%
B 121 of 255 = 47%

120
175
121

R + G + B ~ 54%. #78AF79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 175 + 121 = 416 (100%)
R 120 of 416 ~ 28.85%
G 175 of 416 ~ 42.07%
B 121 of 416 ~ 29.09%

%28.85
%42.07
%29.09

CMYK color model

#78AF79 color CMYK value is (31,0,31,31).

  • cyan value is 31.43%
  • magenta value is 0.00%
  • yellow value is 30.86%
  • key color value is 31.37%
CMYK:
(31,0,31,31)
C31M0Y31K31 
(31%,0%,31%,31%)
(0.31/0.00/0.31/0.31)	

CMYK percentages

%31.43
%0
%30.86
%31.37

Codes

Color #78AF79 in popluar color models

78AF79
RGB120175121
HSL121°25.58%57.84%
HSB/HSV121°31.43%68.63%
CMYK31.43%0.00%30.86%
31.37%

Color #78AF79 in popluar number systems.

HEX78AF79
Decimal120175121
Binary1111000101011111111001
Octal170257171

Shades and tints

Shades of #78AF79

#78AF79
(120,175,121)
#6EA06E
(110,160,110)
#649163
(100,145,99)
#5A8258
(90,130,88)
#50734D
(80,115,77)
#466442
(70,100,66)
#3C5537
(60,85,55)
#32462C
(50,70,44)
#283721
(40,55,33)
#1E2816
(30,40,22)
#14190B
(20,25,11)
#000000
(0,0,0)

Tints of #78AF79

#78AF79
(120,175,121)
#84B685
(132,182,133)
#90BD91
(144,189,145)
#9CC49D
(156,196,157)
#A8CBA9
(168,203,169)
#B4D2B5
(180,210,181)
#C0D9C1
(192,217,193)
#CCE0CD
(204,224,205)
#D8E7D9
(216,231,217)
#E4EEE5
(228,238,229)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78AF79 color. Also use rgb(120,175,121) instead hex code.

Text Font Color

.myTextColor { color: #78AF79; }

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

This text font color is #78AF79.


Background Color

.myBgColor { background-color: #78AF79; }

<div style="background-color:#78AF79">Inner text</div>

This div background color is #78AF79.


Border color

.myBorderColor { border: 1px solid #78AF79; }

<div style="border:3px solid #78AF79">Div</div>

This div border color is #78AF79.


Opacity

.myOpacity80 { color: #78AF79; opacity: 0.8; }

<p style="color:#78AF79;opacity:0.8;">80%</p>

Text with #78AF79 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 #78AF79;}

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

This text has shadow with #78AF79 color.

.textShadow {text-shadow: 3px 3px 1px #78AF79, 3px 3px 1px red;}

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

This text has shadow with #78AF79 primary color and red secondary color.


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

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

This text has shadow with #78AF79 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78AF79 on black background.


Color preview on white background

This text has color #78AF79 on white background.



Black color preview on #78AF79 background

This text has black color on #78AF79 background.


White color preview on #78AF79 background

This text has white color on #78AF79 background.