COLOR #768842

HEX: #768842 RGB: (118,136,66)

Color info

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

RGB color model

#768842 color RGB value is (118,136,66).

RGB: (118,136,66) (46%, 53%, 26%)

RGB channels and saturation

R 118 of 255 = 46%
G 136 of 255 = 53%
B 66 of 255 = 26%

118
136
66

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

Portions of RGB colors in percentages

R + G + B = 118 + 136 + 66 = 320 (100%)
R 118 of 320 ~ 36.88%
G 136 of 320 ~ 42.5%
B 66 of 320 ~ 20.63'%

%36.88
%42.5
%20.63

CMYK color model

#768842 color CMYK value is (13,0,51,47).

  • cyan value is 13.24%
  • magenta value is 0.00%
  • yellow value is 51.47%
  • key color value is 46.67%
CMYK: (13,0,51,47) C13M0Y51K47 (13%,0%,51%,47%) (0.13/0.00/0.51/0.47) 

CMYK percentages

%13.24
%0
%51.47
%46.67

Codes

Color #768842 in popluar color models

76 88 42
RGB 118 136 66
HSL 75° 34.65% 39.61%
HSB/HSV 75° 51.47% 53.33%
CMYK 13.24% 0.00% 51.47%
46.67%

Color #768842 in popluar number systems.

HEX 76 88 42
Decimal 118 136 66
Binary 1110110 10001000 1000010
Octal 166 210 102

Shades and tints

Shades of #768842

#768842
(118,136,66)
#6C7C3C
(108,124,60)
#627036
(98,112,54)
#586430
(88,100,48)
#4E582A
(78,88,42)
#444C24
(68,76,36)
#3A401E
(58,64,30)
#303418
(48,52,24)
#262812
(38,40,18)
#1C1C0C
(28,28,12)
#121006
(18,16,6)
#000000
(0,0,0)

Tints of #768842

#768842
(118,136,66)
#829253
(130,146,83)
#8E9C64
(142,156,100)
#9AA675
(154,166,117)
#A6B086
(166,176,134)
#B2BA97
(178,186,151)
#BEC4A8
(190,196,168)
#CACEB9
(202,206,185)
#D6D8CA
(214,216,202)
#E2E2DB
(226,226,219)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768842; }

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

This text font color is #768842.

Background Color

.myBgColor { background-color: #768842; }

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

This div background color is #768842.

Border color

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

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

This div border color is #768842.

Opacity

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

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

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

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

This text has shadow with #768842 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #768842.

Preview

Color preview on black background

This text has color #768842 on black background.


Color preview on white background

This text has color #768842 on white background.


Black color preview on #768842 background

This text has black color on #768842 background.


White color preview on #768842 background

This text has white color on #768842 background.


Related colors

Complementary color

Complementary color for #hex is #8977BD.


I love getcolorcode.com

Triadic colors

1 #427688 and #884276 with #768842 are triadic colors.

2 #428876 and #887642 with #768842 are triadic colors.