COLOR #768968

HEX: #768968
RGB: (118,137,104)

Color info

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

RGB color model

#768968 color RGB value is (118,137,104).

  • red value is 118;
  • green value is 137;
  • blue value is 104.
RGB:
(118,137,104)
(46%,54%,41%)

RGB channels and saturation

R 118 of 255 = 46%
G 137 of 255 = 54%
B 104 of 255 = 41%

118
137
104

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

Portions of RGB colors in percentages

R + G + B =
118 + 137 + 104 = 359 (100%)
R 118 of 359 ~ 32.87%
G 137 of 359 ~ 38.16%
B 104 of 359 ~ 28.97%

%32.87
%38.16
%28.97

CMYK color model

#768968 color CMYK value is (14,0,24,46).

  • cyan value is 13.87%
  • magenta value is 0.00%
  • yellow value is 24.09%
  • key color value is 46.27%
CMYK:
(14,0,24,46)
C14M0Y24K46 
(14%,0%,24%,46%)
(0.14/0.00/0.24/0.46)	

CMYK percentages

%13.87
%0
%24.09
%46.27

Codes

Color #768968 in popluar color models

768968
RGB118137104
HSL95°13.69%47.25%
HSB/HSV95°24.09%53.73%
CMYK13.87%0.00%24.09%
46.27%

Color #768968 in popluar number systems.

HEX768968
Decimal118137104
Binary1110110100010011101000
Octal166211150

Shades and tints

Shades of #768968

#768968
(118,137,104)
#6C7D5F
(108,125,95)
#627156
(98,113,86)
#58654D
(88,101,77)
#4E5944
(78,89,68)
#444D3B
(68,77,59)
#3A4132
(58,65,50)
#303529
(48,53,41)
#262920
(38,41,32)
#1C1D17
(28,29,23)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #768968

#768968
(118,137,104)
#829375
(130,147,117)
#8E9D82
(142,157,130)
#9AA78F
(154,167,143)
#A6B19C
(166,177,156)
#B2BBA9
(178,187,169)
#BEC5B6
(190,197,182)
#CACFC3
(202,207,195)
#D6D9D0
(214,217,208)
#E2E3DD
(226,227,221)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #768968 color. Also use rgb(118,137,104) instead hex code.

Text Font Color

.myTextColor { color: #768968; }

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

This text font color is #768968.


Background Color

.myBgColor { background-color: #768968; }

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

This div background color is #768968.


Border color

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

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

This div border color is #768968.


Opacity

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

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

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

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

This text has shadow with #768968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768968 on black background.


Color preview on white background

This text has color #768968 on white background.



Black color preview on #768968 background

This text has black color on #768968 background.


White color preview on #768968 background

This text has white color on #768968 background.