COLOR #78A67B

HEX: #78A67B
RGB: (120,166,123)

Color info

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

RGB color model

#78A67B color RGB value is (120,166,123).

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

RGB channels and saturation

R 120 of 255 = 47%
G 166 of 255 = 65%
B 123 of 255 = 48%

120
166
123

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

Portions of RGB colors in percentages

R + G + B =
120 + 166 + 123 = 409 (100%)
R 120 of 409 ~ 29.34%
G 166 of 409 ~ 40.59%
B 123 of 409 ~ 30.07%

%29.34
%40.59
%30.07

CMYK color model

#78A67B color CMYK value is (28,0,26,35).

  • cyan value is 27.71%
  • magenta value is 0.00%
  • yellow value is 25.90%
  • key color value is 34.90%
CMYK:
(28,0,26,35)
C28M0Y26K35 
(28%,0%,26%,35%)
(0.28/0.00/0.26/0.35)	

CMYK percentages

%27.71
%0
%25.9
%34.9

Codes

Color #78A67B in popluar color models

78A67B
RGB120166123
HSL124°20.54%56.08%
HSB/HSV124°27.71%65.10%
CMYK27.71%0.00%25.90%
34.90%

Color #78A67B in popluar number systems.

HEX78A67B
Decimal120166123
Binary1111000101001101111011
Octal170246173

Shades and tints

Shades of #78A67B

#78A67B
(120,166,123)
#6E9770
(110,151,112)
#648865
(100,136,101)
#5A795A
(90,121,90)
#506A4F
(80,106,79)
#465B44
(70,91,68)
#3C4C39
(60,76,57)
#323D2E
(50,61,46)
#282E23
(40,46,35)
#1E1F18
(30,31,24)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #78A67B

#78A67B
(120,166,123)
#84AE87
(132,174,135)
#90B693
(144,182,147)
#9CBE9F
(156,190,159)
#A8C6AB
(168,198,171)
#B4CEB7
(180,206,183)
#C0D6C3
(192,214,195)
#CCDECF
(204,222,207)
#D8E6DB
(216,230,219)
#E4EEE7
(228,238,231)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A67B color. Also use rgb(120,166,123) instead hex code.

Text Font Color

.myTextColor { color: #78A67B; }

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

This text font color is #78A67B.


Background Color

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

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

This div background color is #78A67B.


Border color

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

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

This div border color is #78A67B.


Opacity

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

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

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

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

This text has shadow with #78A67B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A67B on black background.


Color preview on white background

This text has color #78A67B on white background.



Black color preview on #78A67B background

This text has black color on #78A67B background.


White color preview on #78A67B background

This text has white color on #78A67B background.