COLOR #78906F

HEX: #78906F RGB: (120,144,111)

Color info

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

RGB color model

#78906F color RGB value is (120,144,111).

RGB: (120,144,111) (47%, 56%, 44%)

RGB channels and saturation

R 120 of 255 = 47%
G 144 of 255 = 56%
B 111 of 255 = 44%

120
144
111

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

Portions of RGB colors in percentages

R + G + B = 120 + 144 + 111 = 375 (100%)
R 120 of 375 ~ 32%
G 144 of 375 ~ 38.4%
B 111 of 375 ~ 29.6'%

%32
%38.4
%29.6

CMYK color model

#78906F color CMYK value is (17,0,23,44).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 22.92%
  • key color value is 43.53%

CMYK: (17,0,23,44)
C17M0Y23K44 (17%, 0%, 23%, 44%)
(0.17 / 0.00 / 0.23 / 0.44)

CMYK percentages

%16.67
%0
%22.92
%43.53

Codes

Color #78906F in popluar color models

78 90 6F
RGB 120 144 111
HSL 104° 12.94% 50.00%
HSB/HSV 104° 22.92% 56.47%
CMYK 16.67% 0.00% 22.92%
43.53%

Color #78906F in popluar number systems.

HEX 78 90 6F
Decimal 120 144 111
Binary 1111000 10010000 1101111
Octal 170 220 157

Shades and tints

Shades of #78906F

#78906F
(120,144,111)
#6E8365
(110,131,101)
#64765B
(100,118,91)
#5A6951
(90,105,81)
#505C47
(80,92,71)
#464F3D
(70,79,61)
#3C4233
(60,66,51)
#323529
(50,53,41)
#28281F
(40,40,31)
#1E1B15
(30,27,21)
#140E0B
(20,14,11)
#000000
(0,0,0)

Tints of #78906F

#78906F
(120,144,111)
#849A7C
(132,154,124)
#90A489
(144,164,137)
#9CAE96
(156,174,150)
#A8B8A3
(168,184,163)
#B4C2B0
(180,194,176)
#C0CCBD
(192,204,189)
#CCD6CA
(204,214,202)
#D8E0D7
(216,224,215)
#E4EAE4
(228,234,228)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78906F color. Also use rgb(120,144,111) instead hex code.

Text Font Color

.myTextColor { color: #78906F; }

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

This text font color is #78906F.

Background Color

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

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

This div background color is #78906F.

Border color

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

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

This div border color is #78906F.

Opacity

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

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

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

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

This text has shadow with #78906F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78906F.

Preview

Color preview on black background

This text has color #78906F on black background.


Color preview on white background

This text has color #78906F on white background.


Black color preview on #78906F background

This text has black color on #78906F background.


White color preview on #78906F background

This text has white color on #78906F background.


Related colors

Complementary color

Complementary color for #hex is #876F90.


I love getcolorcode.com

Triadic colors

1 #6F7890 and #906F78 with #78906F are triadic colors.

2 #6F9078 and #90786F with #78906F are triadic colors.