COLOR #78946D

HEX: #78946D RGB: (120,148,109)

Color info

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

RGB color model

#78946D color RGB value is (120,148,109).

RGB: (120,148,109) (47%, 58%, 43%)

RGB channels and saturation

R 120 of 255 = 47%
G 148 of 255 = 58%
B 109 of 255 = 43%

120
148
109

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

Portions of RGB colors in percentages

R + G + B = 120 + 148 + 109 = 377 (100%)
R 120 of 377 ~ 31.83%
G 148 of 377 ~ 39.26%
B 109 of 377 ~ 28.91'%

%31.83
%39.26
%28.91

CMYK color model

#78946D color CMYK value is (19,0,26,42).

  • cyan value is 18.92%
  • magenta value is 0.00%
  • yellow value is 26.35%
  • key color value is 41.96%

CMYK: (19,0,26,42)
C19M0Y26K42 (19%, 0%, 26%, 42%)
(0.19 / 0.00 / 0.26 / 0.42)

CMYK percentages

%18.92
%0
%26.35
%41.96

Codes

Color #78946D in popluar color models

78 94 6D
RGB 120 148 109
HSL 103° 15.42% 50.39%
HSB/HSV 103° 26.35% 58.04%
CMYK 18.92% 0.00% 26.35%
41.96%

Color #78946D in popluar number systems.

HEX 78 94 6D
Decimal 120 148 109
Binary 1111000 10010100 1101101
Octal 170 224 155

Shades and tints

Shades of #78946D

#78946D
(120,148,109)
#6E8764
(110,135,100)
#647A5B
(100,122,91)
#5A6D52
(90,109,82)
#506049
(80,96,73)
#465340
(70,83,64)
#3C4637
(60,70,55)
#32392E
(50,57,46)
#282C25
(40,44,37)
#1E1F1C
(30,31,28)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #78946D

#78946D
(120,148,109)
#849D7A
(132,157,122)
#90A687
(144,166,135)
#9CAF94
(156,175,148)
#A8B8A1
(168,184,161)
#B4C1AE
(180,193,174)
#C0CABB
(192,202,187)
#CCD3C8
(204,211,200)
#D8DCD5
(216,220,213)
#E4E5E2
(228,229,226)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78946D color. Also use rgb(120,148,109) instead hex code.

Text Font Color

.myTextColor { color: #78946D; }

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

This text font color is #78946D.

Background Color

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

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

This div background color is #78946D.

Border color

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

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

This div border color is #78946D.

Opacity

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

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

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

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

This text has shadow with #78946D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78946D.

Preview

Color preview on black background

This text has color #78946D on black background.


Color preview on white background

This text has color #78946D on white background.


Black color preview on #78946D background

This text has black color on #78946D background.


White color preview on #78946D background

This text has white color on #78946D background.


Related colors

Complementary color

Complementary color for #hex is #876B92.


I love getcolorcode.com

Triadic colors

1 #6D7894 and #946D78 with #78946D are triadic colors.

2 #6D9478 and #94786D with #78946D are triadic colors.