COLOR #78A05D

HEX: #78A05D
RGB: (120,160,93)

Color info

#78A05D contains mainly red and green colors. Web safe color of #78A05D is #669966 (or #696).

RGB color model

#78A05D color RGB value is (120,160,93).

  • red value is 120;
  • green value is 160;
  • blue value is 93.
RGB:
(120,160,93)
(47%,63%,36%)

RGB channels and saturation

R 120 of 255 = 47%
G 160 of 255 = 63%
B 93 of 255 = 36%

120
160
93

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

Portions of RGB colors in percentages

R + G + B =
120 + 160 + 93 = 373 (100%)
R 120 of 373 ~ 32.17%
G 160 of 373 ~ 42.9%
B 93 of 373 ~ 24.93%

%32.17
%42.9
%24.93

CMYK color model

#78A05D color CMYK value is (25,0,42,37).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 41.88%
  • key color value is 37.25%
CMYK:
(25,0,42,37)
C25M0Y42K37 
(25%,0%,42%,37%)
(0.25/0.00/0.42/0.37)	

CMYK percentages

%25
%0
%41.88
%37.25

Codes

Color #78A05D in popluar color models

78A05D
RGB12016093
HSL96°26.48%49.61%
HSB/HSV96°41.88%62.75%
CMYK25.00%0.00%41.88%
37.25%

Color #78A05D in popluar number systems.

HEX78A05D
Decimal12016093
Binary1111000101000001011101
Octal170240135

Shades and tints

Shades of #78A05D

#78A05D
(120,160,93)
#6E9255
(110,146,85)
#64844D
(100,132,77)
#5A7645
(90,118,69)
#50683D
(80,104,61)
#465A35
(70,90,53)
#3C4C2D
(60,76,45)
#323E25
(50,62,37)
#28301D
(40,48,29)
#1E2215
(30,34,21)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #78A05D

#78A05D
(120,160,93)
#84A86B
(132,168,107)
#90B079
(144,176,121)
#9CB887
(156,184,135)
#A8C095
(168,192,149)
#B4C8A3
(180,200,163)
#C0D0B1
(192,208,177)
#CCD8BF
(204,216,191)
#D8E0CD
(216,224,205)
#E4E8DB
(228,232,219)
#F0F0E9
(240,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A05D color. Also use rgb(120,160,93) instead hex code.

Text Font Color

.myTextColor { color: #78A05D; }

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

This text font color is #78A05D.


Background Color

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

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

This div background color is #78A05D.


Border color

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

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

This div border color is #78A05D.


Opacity

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

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

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

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

This text has shadow with #78A05D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A05D on black background.


Color preview on white background

This text has color #78A05D on white background.



Black color preview on #78A05D background

This text has black color on #78A05D background.


White color preview on #78A05D background

This text has white color on #78A05D background.