COLOR #78A37B

HEX: #78A37B
RGB: (120,163,123)

Color info

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

RGB color model

#78A37B color RGB value is (120,163,123).

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

RGB channels and saturation

R 120 of 255 = 47%
G 163 of 255 = 64%
B 123 of 255 = 48%

120
163
123

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

Portions of RGB colors in percentages

R + G + B =
120 + 163 + 123 = 406 (100%)
R 120 of 406 ~ 29.56%
G 163 of 406 ~ 40.15%
B 123 of 406 ~ 30.3%

%29.56
%40.15
%30.3

CMYK color model

#78A37B color CMYK value is (26,0,25,36).

  • cyan value is 26.38%
  • magenta value is 0.00%
  • yellow value is 24.54%
  • key color value is 36.08%
CMYK:
(26,0,25,36)
C26M0Y25K36 
(26%,0%,25%,36%)
(0.26/0.00/0.25/0.36)	

CMYK percentages

%26.38
%0
%24.54
%36.08

Codes

Color #78A37B in popluar color models

78A37B
RGB120163123
HSL124°18.94%55.49%
HSB/HSV124°26.38%63.92%
CMYK26.38%0.00%24.54%
36.08%

Color #78A37B in popluar number systems.

HEX78A37B
Decimal120163123
Binary1111000101000111111011
Octal170243173

Shades and tints

Shades of #78A37B

#78A37B
(120,163,123)
#6E9570
(110,149,112)
#648765
(100,135,101)
#5A795A
(90,121,90)
#506B4F
(80,107,79)
#465D44
(70,93,68)
#3C4F39
(60,79,57)
#32412E
(50,65,46)
#283323
(40,51,35)
#1E2518
(30,37,24)
#14170D
(20,23,13)
#000000
(0,0,0)

Tints of #78A37B

#78A37B
(120,163,123)
#84AB87
(132,171,135)
#90B393
(144,179,147)
#9CBB9F
(156,187,159)
#A8C3AB
(168,195,171)
#B4CBB7
(180,203,183)
#C0D3C3
(192,211,195)
#CCDBCF
(204,219,207)
#D8E3DB
(216,227,219)
#E4EBE7
(228,235,231)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78A37B; }

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

This text font color is #78A37B.


Background Color

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

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

This div background color is #78A37B.


Border color

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

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

This div border color is #78A37B.


Opacity

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

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

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

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

This text has shadow with #78A37B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A37B on black background.


Color preview on white background

This text has color #78A37B on white background.



Black color preview on #78A37B background

This text has black color on #78A37B background.


White color preview on #78A37B background

This text has white color on #78A37B background.