COLOR #768D42

HEX: #768D42
RGB: (118,141,66)

Color info

#768D42 contains mainly red and green colors. Web safe color of #768D42 is #669933 (or #693).

RGB color model

#768D42 color RGB value is (118,141,66).

  • red value is 118;
  • green value is 141;
  • blue value is 66.
RGB:
(118,141,66)
(46%,55%,26%)

RGB channels and saturation

R 118 of 255 = 46%
G 141 of 255 = 55%
B 66 of 255 = 26%

118
141
66

R + G + B ~ 42%. #768D42 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 141 + 66 = 325 (100%)
R 118 of 325 ~ 36.31%
G 141 of 325 ~ 43.38%
B 66 of 325 ~ 20.31%

%36.31
%43.38
%20.31

CMYK color model

#768D42 color CMYK value is (16,0,53,45).

  • cyan value is 16.31%
  • magenta value is 0.00%
  • yellow value is 53.19%
  • key color value is 44.71%
CMYK:
(16,0,53,45)
C16M0Y53K45 
(16%,0%,53%,45%)
(0.16/0.00/0.53/0.45)	

CMYK percentages

%16.31
%0
%53.19
%44.71

Codes

Color #768D42 in popluar color models

768D42
RGB11814166
HSL78°36.23%40.59%
HSB/HSV78°53.19%55.29%
CMYK16.31%0.00%53.19%
44.71%

Color #768D42 in popluar number systems.

HEX768D42
Decimal11814166
Binary1110110100011011000010
Octal166215102

Shades and tints

Shades of #768D42

#768D42
(118,141,66)
#6C813C
(108,129,60)
#627536
(98,117,54)
#586930
(88,105,48)
#4E5D2A
(78,93,42)
#445124
(68,81,36)
#3A451E
(58,69,30)
#303918
(48,57,24)
#262D12
(38,45,18)
#1C210C
(28,33,12)
#121506
(18,21,6)
#000000
(0,0,0)

Tints of #768D42

#768D42
(118,141,66)
#829753
(130,151,83)
#8EA164
(142,161,100)
#9AAB75
(154,171,117)
#A6B586
(166,181,134)
#B2BF97
(178,191,151)
#BEC9A8
(190,201,168)
#CAD3B9
(202,211,185)
#D6DDCA
(214,221,202)
#E2E7DB
(226,231,219)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #768D42 color. Also use rgb(118,141,66) instead hex code.

Text Font Color

.myTextColor { color: #768D42; }

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

This text font color is #768D42.


Background Color

.myBgColor { background-color: #768D42; }

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

This div background color is #768D42.


Border color

.myBorderColor { border: 1px solid #768D42; }

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

This div border color is #768D42.


Opacity

.myOpacity80 { color: #768D42; opacity: 0.8; }

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

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

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

This text has shadow with #768D42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768D42 on black background.


Color preview on white background

This text has color #768D42 on white background.



Black color preview on #768D42 background

This text has black color on #768D42 background.


White color preview on #768D42 background

This text has white color on #768D42 background.