COLOR #769673

HEX: #769673
RGB: (118,150,115)

Color info

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

RGB color model

#769673 color RGB value is (118,150,115).

  • red value is 118;
  • green value is 150;
  • blue value is 115.
RGB:
(118,150,115)
(46%,59%,45%)

RGB channels and saturation

R 118 of 255 = 46%
G 150 of 255 = 59%
B 115 of 255 = 45%

118
150
115

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

Portions of RGB colors in percentages

R + G + B =
118 + 150 + 115 = 383 (100%)
R 118 of 383 ~ 30.81%
G 150 of 383 ~ 39.16%
B 115 of 383 ~ 30.03%

%30.81
%39.16
%30.03

CMYK color model

#769673 color CMYK value is (21,0,23,41).

  • cyan value is 21.33%
  • magenta value is 0.00%
  • yellow value is 23.33%
  • key color value is 41.18%
CMYK:
(21,0,23,41)
C21M0Y23K41 
(21%,0%,23%,41%)
(0.21/0.00/0.23/0.41)	

CMYK percentages

%21.33
%0
%23.33
%41.18

Codes

Color #769673 in popluar color models

769673
RGB118150115
HSL115°14.29%51.96%
HSB/HSV115°23.33%58.82%
CMYK21.33%0.00%23.33%
41.18%

Color #769673 in popluar number systems.

HEX769673
Decimal118150115
Binary1110110100101101110011
Octal166226163

Shades and tints

Shades of #769673

#769673
(118,150,115)
#6C8969
(108,137,105)
#627C5F
(98,124,95)
#586F55
(88,111,85)
#4E624B
(78,98,75)
#445541
(68,85,65)
#3A4837
(58,72,55)
#303B2D
(48,59,45)
#262E23
(38,46,35)
#1C2119
(28,33,25)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #769673

#769673
(118,150,115)
#829F7F
(130,159,127)
#8EA88B
(142,168,139)
#9AB197
(154,177,151)
#A6BAA3
(166,186,163)
#B2C3AF
(178,195,175)
#BECCBB
(190,204,187)
#CAD5C7
(202,213,199)
#D6DED3
(214,222,211)
#E2E7DF
(226,231,223)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769673 color. Also use rgb(118,150,115) instead hex code.

Text Font Color

.myTextColor { color: #769673; }

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

This text font color is #769673.


Background Color

.myBgColor { background-color: #769673; }

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

This div background color is #769673.


Border color

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

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

This div border color is #769673.


Opacity

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

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

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

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

This text has shadow with #769673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769673 on black background.


Color preview on white background

This text has color #769673 on white background.



Black color preview on #769673 background

This text has black color on #769673 background.


White color preview on #769673 background

This text has white color on #769673 background.