COLOR #78A372

HEX: #78A372
RGB: (120,163,114)

Color info

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

RGB color model

#78A372 color RGB value is (120,163,114).

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

RGB channels and saturation

R 120 of 255 = 47%
G 163 of 255 = 64%
B 114 of 255 = 45%

120
163
114

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

Portions of RGB colors in percentages

R + G + B =
120 + 163 + 114 = 397 (100%)
R 120 of 397 ~ 30.23%
G 163 of 397 ~ 41.06%
B 114 of 397 ~ 28.72%

%30.23
%41.06
%28.72

CMYK color model

#78A372 color CMYK value is (26,0,30,36).

  • cyan value is 26.38%
  • magenta value is 0.00%
  • yellow value is 30.06%
  • key color value is 36.08%
CMYK:
(26,0,30,36)
C26M0Y30K36 
(26%,0%,30%,36%)
(0.26/0.00/0.30/0.36)	

CMYK percentages

%26.38
%0
%30.06
%36.08

Codes

Color #78A372 in popluar color models

78A372
RGB120163114
HSL113°21.03%54.31%
HSB/HSV113°30.06%63.92%
CMYK26.38%0.00%30.06%
36.08%

Color #78A372 in popluar number systems.

HEX78A372
Decimal120163114
Binary1111000101000111110010
Octal170243162

Shades and tints

Shades of #78A372

#78A372
(120,163,114)
#6E9568
(110,149,104)
#64875E
(100,135,94)
#5A7954
(90,121,84)
#506B4A
(80,107,74)
#465D40
(70,93,64)
#3C4F36
(60,79,54)
#32412C
(50,65,44)
#283322
(40,51,34)
#1E2518
(30,37,24)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #78A372

#78A372
(120,163,114)
#84AB7E
(132,171,126)
#90B38A
(144,179,138)
#9CBB96
(156,187,150)
#A8C3A2
(168,195,162)
#B4CBAE
(180,203,174)
#C0D3BA
(192,211,186)
#CCDBC6
(204,219,198)
#D8E3D2
(216,227,210)
#E4EBDE
(228,235,222)
#F0F3EA
(240,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78A372; }

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

This text font color is #78A372.


Background Color

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

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

This div background color is #78A372.


Border color

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

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

This div border color is #78A372.


Opacity

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

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

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

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

This text has shadow with #78A372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A372 on black background.


Color preview on white background

This text has color #78A372 on white background.



Black color preview on #78A372 background

This text has black color on #78A372 background.


White color preview on #78A372 background

This text has white color on #78A372 background.