COLOR #78AE79

HEX: #78AE79
RGB: (120,174,121)

Color info

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

RGB color model

#78AE79 color RGB value is (120,174,121).

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

RGB channels and saturation

R 120 of 255 = 47%
G 174 of 255 = 68%
B 121 of 255 = 47%

120
174
121

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

Portions of RGB colors in percentages

R + G + B =
120 + 174 + 121 = 415 (100%)
R 120 of 415 ~ 28.92%
G 174 of 415 ~ 41.93%
B 121 of 415 ~ 29.16%

%28.92
%41.93
%29.16

CMYK color model

#78AE79 color CMYK value is (31,0,30,32).

  • cyan value is 31.03%
  • magenta value is 0.00%
  • yellow value is 30.46%
  • key color value is 31.76%
CMYK:
(31,0,30,32)
C31M0Y30K32 
(31%,0%,30%,32%)
(0.31/0.00/0.30/0.32)	

CMYK percentages

%31.03
%0
%30.46
%31.76

Codes

Color #78AE79 in popluar color models

78AE79
RGB120174121
HSL121°25.00%57.65%
HSB/HSV121°31.03%68.24%
CMYK31.03%0.00%30.46%
31.76%

Color #78AE79 in popluar number systems.

HEX78AE79
Decimal120174121
Binary1111000101011101111001
Octal170256171

Shades and tints

Shades of #78AE79

#78AE79
(120,174,121)
#6E9F6E
(110,159,110)
#649063
(100,144,99)
#5A8158
(90,129,88)
#50724D
(80,114,77)
#466342
(70,99,66)
#3C5437
(60,84,55)
#32452C
(50,69,44)
#283621
(40,54,33)
#1E2716
(30,39,22)
#14180B
(20,24,11)
#000000
(0,0,0)

Tints of #78AE79

#78AE79
(120,174,121)
#84B585
(132,181,133)
#90BC91
(144,188,145)
#9CC39D
(156,195,157)
#A8CAA9
(168,202,169)
#B4D1B5
(180,209,181)
#C0D8C1
(192,216,193)
#CCDFCD
(204,223,205)
#D8E6D9
(216,230,217)
#E4EDE5
(228,237,229)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78AE79; }

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

This text font color is #78AE79.


Background Color

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

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

This div background color is #78AE79.


Border color

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

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

This div border color is #78AE79.


Opacity

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

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

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

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

This text has shadow with #78AE79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78AE79 on black background.


Color preview on white background

This text has color #78AE79 on white background.



Black color preview on #78AE79 background

This text has black color on #78AE79 background.


White color preview on #78AE79 background

This text has white color on #78AE79 background.