COLOR #789468

HEX: #789468
RGB: (120,148,104)

Color info

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

RGB color model

#789468 color RGB value is (120,148,104).

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

RGB channels and saturation

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

120
148
104

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

Portions of RGB colors in percentages

R + G + B =
120 + 148 + 104 = 372 (100%)
R 120 of 372 ~ 32.26%
G 148 of 372 ~ 39.78%
B 104 of 372 ~ 27.96%

%32.26
%39.78
%27.96

CMYK color model

#789468 color CMYK value is (19,0,30,42).

  • cyan value is 18.92%
  • magenta value is 0.00%
  • yellow value is 29.73%
  • key color value is 41.96%
CMYK:
(19,0,30,42)
C19M0Y30K42 
(19%,0%,30%,42%)
(0.19/0.00/0.30/0.42)	

CMYK percentages

%18.92
%0
%29.73
%41.96

Codes

Color #789468 in popluar color models

789468
RGB120148104
HSL98°17.46%49.41%
HSB/HSV98°29.73%58.04%
CMYK18.92%0.00%29.73%
41.96%

Color #789468 in popluar number systems.

HEX789468
Decimal120148104
Binary1111000100101001101000
Octal170224150

Shades and tints

Shades of #789468

#789468
(120,148,104)
#6E875F
(110,135,95)
#647A56
(100,122,86)
#5A6D4D
(90,109,77)
#506044
(80,96,68)
#46533B
(70,83,59)
#3C4632
(60,70,50)
#323929
(50,57,41)
#282C20
(40,44,32)
#1E1F17
(30,31,23)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #789468

#789468
(120,148,104)
#849D75
(132,157,117)
#90A682
(144,166,130)
#9CAF8F
(156,175,143)
#A8B89C
(168,184,156)
#B4C1A9
(180,193,169)
#C0CAB6
(192,202,182)
#CCD3C3
(204,211,195)
#D8DCD0
(216,220,208)
#E4E5DD
(228,229,221)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789468; }

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

This text font color is #789468.


Background Color

.myBgColor { background-color: #789468; }

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

This div background color is #789468.


Border color

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

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

This div border color is #789468.


Opacity

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

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

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

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

This text has shadow with #789468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789468 on black background.


Color preview on white background

This text has color #789468 on white background.



Black color preview on #789468 background

This text has black color on #789468 background.


White color preview on #789468 background

This text has white color on #789468 background.