COLOR #768442

HEX: #768442
RGB: (118,132,66)

Color info

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

RGB color model

#768442 color RGB value is (118,132,66).

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

RGB channels and saturation

R 118 of 255 = 46%
G 132 of 255 = 52%
B 66 of 255 = 26%

118
132
66

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

Portions of RGB colors in percentages

R + G + B =
118 + 132 + 66 = 316 (100%)
R 118 of 316 ~ 37.34%
G 132 of 316 ~ 41.77%
B 66 of 316 ~ 20.89%

%37.34
%41.77
%20.89

CMYK color model

#768442 color CMYK value is (11,0,50,48).

  • cyan value is 10.61%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 48.24%
CMYK:
(11,0,50,48)
C11M0Y50K48 
(11%,0%,50%,48%)
(0.11/0.00/0.50/0.48)	

CMYK percentages

%10.61
%0
%50
%48.24

Codes

Color #768442 in popluar color models

768442
RGB11813266
HSL73°33.33%38.82%
HSB/HSV73°50.00%51.76%
CMYK10.61%0.00%50.00%
48.24%

Color #768442 in popluar number systems.

HEX768442
Decimal11813266
Binary1110110100001001000010
Octal166204102

Shades and tints

Shades of #768442

#768442
(118,132,66)
#6C783C
(108,120,60)
#626C36
(98,108,54)
#586030
(88,96,48)
#4E542A
(78,84,42)
#444824
(68,72,36)
#3A3C1E
(58,60,30)
#303018
(48,48,24)
#262412
(38,36,18)
#1C180C
(28,24,12)
#120C06
(18,12,6)
#000000
(0,0,0)

Tints of #768442

#768442
(118,132,66)
#828F53
(130,143,83)
#8E9A64
(142,154,100)
#9AA575
(154,165,117)
#A6B086
(166,176,134)
#B2BB97
(178,187,151)
#BEC6A8
(190,198,168)
#CAD1B9
(202,209,185)
#D6DCCA
(214,220,202)
#E2E7DB
(226,231,219)
#EEF2EC
(238,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768442; }

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

This text font color is #768442.


Background Color

.myBgColor { background-color: #768442; }

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

This div background color is #768442.


Border color

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

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

This div border color is #768442.


Opacity

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

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

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

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

This text has shadow with #768442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768442 on black background.


Color preview on white background

This text has color #768442 on white background.



Black color preview on #768442 background

This text has black color on #768442 background.


White color preview on #768442 background

This text has white color on #768442 background.