COLOR #78915F

HEX: #78915F
RGB: (120,145,95)

Color info

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

RGB color model

#78915F color RGB value is (120,145,95).

  • red value is 120;
  • green value is 145;
  • blue value is 95.
RGB:
(120,145,95)
(47%,57%,37%)

RGB channels and saturation

R 120 of 255 = 47%
G 145 of 255 = 57%
B 95 of 255 = 37%

120
145
95

R + G + B ~ 47%. #78915F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 145 + 95 = 360 (100%)
R 120 of 360 ~ 33.33%
G 145 of 360 ~ 40.28%
B 95 of 360 ~ 26.39%

%33.33
%40.28
%26.39

CMYK color model

#78915F color CMYK value is (17,0,34,43).

  • cyan value is 17.24%
  • magenta value is 0.00%
  • yellow value is 34.48%
  • key color value is 43.14%
CMYK:
(17,0,34,43)
C17M0Y34K43 
(17%,0%,34%,43%)
(0.17/0.00/0.34/0.43)	

CMYK percentages

%17.24
%0
%34.48
%43.14

Codes

Color #78915F in popluar color models

78915F
RGB12014595
HSL90°20.83%47.06%
HSB/HSV90°34.48%56.86%
CMYK17.24%0.00%34.48%
43.14%

Color #78915F in popluar number systems.

HEX78915F
Decimal12014595
Binary1111000100100011011111
Octal170221137

Shades and tints

Shades of #78915F

#78915F
(120,145,95)
#6E8457
(110,132,87)
#64774F
(100,119,79)
#5A6A47
(90,106,71)
#505D3F
(80,93,63)
#465037
(70,80,55)
#3C432F
(60,67,47)
#323627
(50,54,39)
#28291F
(40,41,31)
#1E1C17
(30,28,23)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #78915F

#78915F
(120,145,95)
#849B6D
(132,155,109)
#90A57B
(144,165,123)
#9CAF89
(156,175,137)
#A8B997
(168,185,151)
#B4C3A5
(180,195,165)
#C0CDB3
(192,205,179)
#CCD7C1
(204,215,193)
#D8E1CF
(216,225,207)
#E4EBDD
(228,235,221)
#F0F5EB
(240,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78915F color. Also use rgb(120,145,95) instead hex code.

Text Font Color

.myTextColor { color: #78915F; }

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

This text font color is #78915F.


Background Color

.myBgColor { background-color: #78915F; }

<div style="background-color:#78915F">Inner text</div>

This div background color is #78915F.


Border color

.myBorderColor { border: 1px solid #78915F; }

<div style="border:3px solid #78915F">Div</div>

This div border color is #78915F.


Opacity

.myOpacity80 { color: #78915F; opacity: 0.8; }

<p style="color:#78915F;opacity:0.8;">80%</p>

Text with #78915F 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 #78915F;}

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

This text has shadow with #78915F color.

.textShadow {text-shadow: 3px 3px 1px #78915F, 3px 3px 1px red;}

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

This text has shadow with #78915F primary color and red secondary color.


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

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

This text has shadow with #78915F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78915F on black background.


Color preview on white background

This text has color #78915F on white background.



Black color preview on #78915F background

This text has black color on #78915F background.


White color preview on #78915F background

This text has white color on #78915F background.