COLOR #768741

HEX: #768741
RGB: (118,135,65)

Color info

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

RGB color model

#768741 color RGB value is (118,135,65).

  • red value is 118;
  • green value is 135;
  • blue value is 65.
RGB:
(118,135,65)
(46%,53%,25%)

RGB channels and saturation

R 118 of 255 = 46%
G 135 of 255 = 53%
B 65 of 255 = 25%

118
135
65

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

Portions of RGB colors in percentages

R + G + B =
118 + 135 + 65 = 318 (100%)
R 118 of 318 ~ 37.11%
G 135 of 318 ~ 42.45%
B 65 of 318 ~ 20.44%

%37.11
%42.45
%20.44

CMYK color model

#768741 color CMYK value is (13,0,52,47).

  • cyan value is 12.59%
  • magenta value is 0.00%
  • yellow value is 51.85%
  • key color value is 47.06%
CMYK:
(13,0,52,47)
C13M0Y52K47 
(13%,0%,52%,47%)
(0.13/0.00/0.52/0.47)	

CMYK percentages

%12.59
%0
%51.85
%47.06

Codes

Color #768741 in popluar color models

768741
RGB11813565
HSL75°35.00%39.22%
HSB/HSV75°51.85%52.94%
CMYK12.59%0.00%51.85%
47.06%

Color #768741 in popluar number systems.

HEX768741
Decimal11813565
Binary1110110100001111000001
Octal166207101

Shades and tints

Shades of #768741

#768741
(118,135,65)
#6C7B3C
(108,123,60)
#626F37
(98,111,55)
#586332
(88,99,50)
#4E572D
(78,87,45)
#444B28
(68,75,40)
#3A3F23
(58,63,35)
#30331E
(48,51,30)
#262719
(38,39,25)
#1C1B14
(28,27,20)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #768741

#768741
(118,135,65)
#829152
(130,145,82)
#8E9B63
(142,155,99)
#9AA574
(154,165,116)
#A6AF85
(166,175,133)
#B2B996
(178,185,150)
#BEC3A7
(190,195,167)
#CACDB8
(202,205,184)
#D6D7C9
(214,215,201)
#E2E1DA
(226,225,218)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #768741 color. Also use rgb(118,135,65) instead hex code.

Text Font Color

.myTextColor { color: #768741; }

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

This text font color is #768741.


Background Color

.myBgColor { background-color: #768741; }

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

This div background color is #768741.


Border color

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

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

This div border color is #768741.


Opacity

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

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

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

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

This text has shadow with #768741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768741 on black background.


Color preview on white background

This text has color #768741 on white background.



Black color preview on #768741 background

This text has black color on #768741 background.


White color preview on #768741 background

This text has white color on #768741 background.