COLOR #78995D

HEX: #78995D
RGB: (120,153,93)

Color info

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

RGB color model

#78995D color RGB value is (120,153,93).

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

RGB channels and saturation

R 120 of 255 = 47%
G 153 of 255 = 60%
B 93 of 255 = 36%

120
153
93

R + G + B ~ 48%. #78995D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 153 + 93 = 366 (100%)
R 120 of 366 ~ 32.79%
G 153 of 366 ~ 41.8%
B 93 of 366 ~ 25.41%

%32.79
%41.8
%25.41

CMYK color model

#78995D color CMYK value is (22,0,39,40).

  • cyan value is 21.57%
  • magenta value is 0.00%
  • yellow value is 39.22%
  • key color value is 40.00%
CMYK:
(22,0,39,40)
C22M0Y39K40 
(22%,0%,39%,40%)
(0.22/0.00/0.39/0.40)	

CMYK percentages

%21.57
%0
%39.22
%40

Codes

Color #78995D in popluar color models

78995D
RGB12015393
HSL93°24.39%48.24%
HSB/HSV93°39.22%60.00%
CMYK21.57%0.00%39.22%
40.00%

Color #78995D in popluar number systems.

HEX78995D
Decimal12015393
Binary1111000100110011011101
Octal170231135

Shades and tints

Shades of #78995D

#78995D
(120,153,93)
#6E8C55
(110,140,85)
#647F4D
(100,127,77)
#5A7245
(90,114,69)
#50653D
(80,101,61)
#465835
(70,88,53)
#3C4B2D
(60,75,45)
#323E25
(50,62,37)
#28311D
(40,49,29)
#1E2415
(30,36,21)
#14170D
(20,23,13)
#000000
(0,0,0)

Tints of #78995D

#78995D
(120,153,93)
#84A26B
(132,162,107)
#90AB79
(144,171,121)
#9CB487
(156,180,135)
#A8BD95
(168,189,149)
#B4C6A3
(180,198,163)
#C0CFB1
(192,207,177)
#CCD8BF
(204,216,191)
#D8E1CD
(216,225,205)
#E4EADB
(228,234,219)
#F0F3E9
(240,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78995D color. Also use rgb(120,153,93) instead hex code.

Text Font Color

.myTextColor { color: #78995D; }

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

This text font color is #78995D.


Background Color

.myBgColor { background-color: #78995D; }

<div style="background-color:#78995D">Inner text</div>

This div background color is #78995D.


Border color

.myBorderColor { border: 1px solid #78995D; }

<div style="border:3px solid #78995D">Div</div>

This div border color is #78995D.


Opacity

.myOpacity80 { color: #78995D; opacity: 0.8; }

<p style="color:#78995D;opacity:0.8;">80%</p>

Text with #78995D 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 #78995D;}

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

This text has shadow with #78995D color.

.textShadow {text-shadow: 3px 3px 1px #78995D, 3px 3px 1px red;}

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

This text has shadow with #78995D primary color and red secondary color.


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

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

This text has shadow with #78995D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78995D on black background.


Color preview on white background

This text has color #78995D on white background.



Black color preview on #78995D background

This text has black color on #78995D background.


White color preview on #78995D background

This text has white color on #78995D background.