COLOR #78906B

HEX: #78906B
RGB: (120,144,107)

Color info

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

RGB color model

#78906B color RGB value is (120,144,107).

  • red value is 120;
  • green value is 144;
  • blue value is 107.
RGB:
(120,144,107)
(47%,56%,42%)

RGB channels and saturation

R 120 of 255 = 47%
G 144 of 255 = 56%
B 107 of 255 = 42%

120
144
107

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

Portions of RGB colors in percentages

R + G + B =
120 + 144 + 107 = 371 (100%)
R 120 of 371 ~ 32.35%
G 144 of 371 ~ 38.81%
B 107 of 371 ~ 28.84%

%32.35
%38.81
%28.84

CMYK color model

#78906B color CMYK value is (17,0,26,44).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 25.69%
  • key color value is 43.53%
CMYK:
(17,0,26,44)
C17M0Y26K44 
(17%,0%,26%,44%)
(0.17/0.00/0.26/0.44)	

CMYK percentages

%16.67
%0
%25.69
%43.53

Codes

Color #78906B in popluar color models

78906B
RGB120144107
HSL99°14.74%49.22%
HSB/HSV99°25.69%56.47%
CMYK16.67%0.00%25.69%
43.53%

Color #78906B in popluar number systems.

HEX78906B
Decimal120144107
Binary1111000100100001101011
Octal170220153

Shades and tints

Shades of #78906B

#78906B
(120,144,107)
#6E8362
(110,131,98)
#647659
(100,118,89)
#5A6950
(90,105,80)
#505C47
(80,92,71)
#464F3E
(70,79,62)
#3C4235
(60,66,53)
#32352C
(50,53,44)
#282823
(40,40,35)
#1E1B1A
(30,27,26)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #78906B

#78906B
(120,144,107)
#849A78
(132,154,120)
#90A485
(144,164,133)
#9CAE92
(156,174,146)
#A8B89F
(168,184,159)
#B4C2AC
(180,194,172)
#C0CCB9
(192,204,185)
#CCD6C6
(204,214,198)
#D8E0D3
(216,224,211)
#E4EAE0
(228,234,224)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78906B; }

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

This text font color is #78906B.


Background Color

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

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

This div background color is #78906B.


Border color

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

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

This div border color is #78906B.


Opacity

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

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

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

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

This text has shadow with #78906B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78906B on black background.


Color preview on white background

This text has color #78906B on white background.



Black color preview on #78906B background

This text has black color on #78906B background.


White color preview on #78906B background

This text has white color on #78906B background.