COLOR #78A77A

HEX: #78A77A
RGB: (120,167,122)

Color info

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

RGB color model

#78A77A color RGB value is (120,167,122).

  • red value is 120;
  • green value is 167;
  • blue value is 122.
RGB:
(120,167,122)
(47%,65%,48%)

RGB channels and saturation

R 120 of 255 = 47%
G 167 of 255 = 65%
B 122 of 255 = 48%

120
167
122

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

Portions of RGB colors in percentages

R + G + B =
120 + 167 + 122 = 409 (100%)
R 120 of 409 ~ 29.34%
G 167 of 409 ~ 40.83%
B 122 of 409 ~ 29.83%

%29.34
%40.83
%29.83

CMYK color model

#78A77A color CMYK value is (28,0,27,35).

  • cyan value is 28.14%
  • magenta value is 0.00%
  • yellow value is 26.95%
  • key color value is 34.51%
CMYK:
(28,0,27,35)
C28M0Y27K35 
(28%,0%,27%,35%)
(0.28/0.00/0.27/0.35)	

CMYK percentages

%28.14
%0
%26.95
%34.51

Codes

Color #78A77A in popluar color models

78A77A
RGB120167122
HSL123°21.08%56.27%
HSB/HSV123°28.14%65.49%
CMYK28.14%0.00%26.95%
34.51%

Color #78A77A in popluar number systems.

HEX78A77A
Decimal120167122
Binary1111000101001111111010
Octal170247172

Shades and tints

Shades of #78A77A

#78A77A
(120,167,122)
#6E986F
(110,152,111)
#648964
(100,137,100)
#5A7A59
(90,122,89)
#506B4E
(80,107,78)
#465C43
(70,92,67)
#3C4D38
(60,77,56)
#323E2D
(50,62,45)
#282F22
(40,47,34)
#1E2017
(30,32,23)
#14110C
(20,17,12)
#000000
(0,0,0)

Tints of #78A77A

#78A77A
(120,167,122)
#84AF86
(132,175,134)
#90B792
(144,183,146)
#9CBF9E
(156,191,158)
#A8C7AA
(168,199,170)
#B4CFB6
(180,207,182)
#C0D7C2
(192,215,194)
#CCDFCE
(204,223,206)
#D8E7DA
(216,231,218)
#E4EFE6
(228,239,230)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A77A color. Also use rgb(120,167,122) instead hex code.

Text Font Color

.myTextColor { color: #78A77A; }

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

This text font color is #78A77A.


Background Color

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

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

This div background color is #78A77A.


Border color

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

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

This div border color is #78A77A.


Opacity

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

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

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

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

This text has shadow with #78A77A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A77A on black background.


Color preview on white background

This text has color #78A77A on white background.



Black color preview on #78A77A background

This text has black color on #78A77A background.


White color preview on #78A77A background

This text has white color on #78A77A background.