COLOR #768836

HEX: #768836
RGB: (118,136,54)

Color info

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

RGB color model

#768836 color RGB value is (118,136,54).

  • red value is 118;
  • green value is 136;
  • blue value is 54.
RGB:
(118,136,54)
(46%,53%,21%)

RGB channels and saturation

R 118 of 255 = 46%
G 136 of 255 = 53%
B 54 of 255 = 21%

118
136
54

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

Portions of RGB colors in percentages

R + G + B =
118 + 136 + 54 = 308 (100%)
R 118 of 308 ~ 38.31%
G 136 of 308 ~ 44.16%
B 54 of 308 ~ 17.53%

%38.31
%44.16
%17.53

CMYK color model

#768836 color CMYK value is (13,0,60,47).

  • cyan value is 13.24%
  • magenta value is 0.00%
  • yellow value is 60.29%
  • key color value is 46.67%
CMYK:
(13,0,60,47)
C13M0Y60K47 
(13%,0%,60%,47%)
(0.13/0.00/0.60/0.47)	

CMYK percentages

%13.24
%0
%60.29
%46.67

Codes

Color #768836 in popluar color models

768836
RGB11813654
HSL73°43.16%37.25%
HSB/HSV73°60.29%53.33%
CMYK13.24%0.00%60.29%
46.67%

Color #768836 in popluar number systems.

HEX768836
Decimal11813654
Binary111011010001000110110
Octal16621066

Shades and tints

Shades of #768836

#768836
(118,136,54)
#6C7C32
(108,124,50)
#62702E
(98,112,46)
#58642A
(88,100,42)
#4E5826
(78,88,38)
#444C22
(68,76,34)
#3A401E
(58,64,30)
#30341A
(48,52,26)
#262816
(38,40,22)
#1C1C12
(28,28,18)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #768836

#768836
(118,136,54)
#829248
(130,146,72)
#8E9C5A
(142,156,90)
#9AA66C
(154,166,108)
#A6B07E
(166,176,126)
#B2BA90
(178,186,144)
#BEC4A2
(190,196,162)
#CACEB4
(202,206,180)
#D6D8C6
(214,216,198)
#E2E2D8
(226,226,216)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768836; }

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

This text font color is #768836.


Background Color

.myBgColor { background-color: #768836; }

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

This div background color is #768836.


Border color

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

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

This div border color is #768836.


Opacity

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

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

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

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

This text has shadow with #768836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768836 on black background.


Color preview on white background

This text has color #768836 on white background.



Black color preview on #768836 background

This text has black color on #768836 background.


White color preview on #768836 background

This text has white color on #768836 background.