COLOR #78B07A

HEX: #78B07A
RGB: (120,176,122)

Color info

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

RGB color model

#78B07A color RGB value is (120,176,122).

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

RGB channels and saturation

R 120 of 255 = 47%
G 176 of 255 = 69%
B 122 of 255 = 48%

120
176
122

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

Portions of RGB colors in percentages

R + G + B =
120 + 176 + 122 = 418 (100%)
R 120 of 418 ~ 28.71%
G 176 of 418 ~ 42.11%
B 122 of 418 ~ 29.19%

%28.71
%42.11
%29.19

CMYK color model

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

  • cyan value is 31.82%
  • magenta value is 0.00%
  • yellow value is 30.68%
  • key color value is 30.98%
CMYK:
(32,0,31,31)
C32M0Y31K31 
(32%,0%,31%,31%)
(0.32/0.00/0.31/0.31)	

CMYK percentages

%31.82
%0
%30.68
%30.98

Codes

Color #78B07A in popluar color models

78B07A
RGB120176122
HSL122°26.17%58.04%
HSB/HSV122°31.82%69.02%
CMYK31.82%0.00%30.68%
30.98%

Color #78B07A in popluar number systems.

HEX78B07A
Decimal120176122
Binary1111000101100001111010
Octal170260172

Shades and tints

Shades of #78B07A

#78B07A
(120,176,122)
#6EA06F
(110,160,111)
#649064
(100,144,100)
#5A8059
(90,128,89)
#50704E
(80,112,78)
#466043
(70,96,67)
#3C5038
(60,80,56)
#32402D
(50,64,45)
#283022
(40,48,34)
#1E2017
(30,32,23)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #78B07A

#78B07A
(120,176,122)
#84B786
(132,183,134)
#90BE92
(144,190,146)
#9CC59E
(156,197,158)
#A8CCAA
(168,204,170)
#B4D3B6
(180,211,182)
#C0DAC2
(192,218,194)
#CCE1CE
(204,225,206)
#D8E8DA
(216,232,218)
#E4EFE6
(228,239,230)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78B07A; }

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

This text font color is #78B07A.


Background Color

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

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

This div background color is #78B07A.


Border color

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

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

This div border color is #78B07A.


Opacity

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

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

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

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

This text has shadow with #78B07A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B07A on black background.


Color preview on white background

This text has color #78B07A on white background.



Black color preview on #78B07A background

This text has black color on #78B07A background.


White color preview on #78B07A background

This text has white color on #78B07A background.