COLOR #789469

HEX: #789469
RGB: (120,148,105)

Color info

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

RGB color model

#789469 color RGB value is (120,148,105).

  • red value is 120;
  • green value is 148;
  • blue value is 105.
RGB:
(120,148,105)
(47%,58%,41%)

RGB channels and saturation

R 120 of 255 = 47%
G 148 of 255 = 58%
B 105 of 255 = 41%

120
148
105

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

Portions of RGB colors in percentages

R + G + B =
120 + 148 + 105 = 373 (100%)
R 120 of 373 ~ 32.17%
G 148 of 373 ~ 39.68%
B 105 of 373 ~ 28.15%

%32.17
%39.68
%28.15

CMYK color model

#789469 color CMYK value is (19,0,29,42).

  • cyan value is 18.92%
  • magenta value is 0.00%
  • yellow value is 29.05%
  • key color value is 41.96%
CMYK:
(19,0,29,42)
C19M0Y29K42 
(19%,0%,29%,42%)
(0.19/0.00/0.29/0.42)	

CMYK percentages

%18.92
%0
%29.05
%41.96

Codes

Color #789469 in popluar color models

789469
RGB120148105
HSL99°17.00%49.61%
HSB/HSV99°29.05%58.04%
CMYK18.92%0.00%29.05%
41.96%

Color #789469 in popluar number systems.

HEX789469
Decimal120148105
Binary1111000100101001101001
Octal170224151

Shades and tints

Shades of #789469

#789469
(120,148,105)
#6E8760
(110,135,96)
#647A57
(100,122,87)
#5A6D4E
(90,109,78)
#506045
(80,96,69)
#46533C
(70,83,60)
#3C4633
(60,70,51)
#32392A
(50,57,42)
#282C21
(40,44,33)
#1E1F18
(30,31,24)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #789469

#789469
(120,148,105)
#849D76
(132,157,118)
#90A683
(144,166,131)
#9CAF90
(156,175,144)
#A8B89D
(168,184,157)
#B4C1AA
(180,193,170)
#C0CAB7
(192,202,183)
#CCD3C4
(204,211,196)
#D8DCD1
(216,220,209)
#E4E5DE
(228,229,222)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789469; }

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

This text font color is #789469.


Background Color

.myBgColor { background-color: #789469; }

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

This div background color is #789469.


Border color

.myBorderColor { border: 1px solid #789469; }

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

This div border color is #789469.


Opacity

.myOpacity80 { color: #789469; opacity: 0.8; }

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

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

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

This text has shadow with #789469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789469 on black background.


Color preview on white background

This text has color #789469 on white background.



Black color preview on #789469 background

This text has black color on #789469 background.


White color preview on #789469 background

This text has white color on #789469 background.