COLOR #768906

HEX: #768906
RGB: (118,137,6)

Color info

#768906 contains mainly red and green colors. Web safe color of #768906 is #669900 (or #690).

RGB color model

#768906 color RGB value is (118,137,6).

  • red value is 118;
  • green value is 137;
  • blue value is 6.
RGB:
(118,137,6)
(46%,54%,2%)

RGB channels and saturation

R 118 of 255 = 46%
G 137 of 255 = 54%
B 6 of 255 = 2%

118
137
6

R + G + B ~ 34%. #768906 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 137 + 6 = 261 (100%)
R 118 of 261 ~ 45.21%
G 137 of 261 ~ 52.49%
B 6 of 261 ~ 2.3%

%45.21
%52.49

CMYK color model

#768906 color CMYK value is (14,0,96,46).

  • cyan value is 13.87%
  • magenta value is 0.00%
  • yellow value is 95.62%
  • key color value is 46.27%
CMYK:
(14,0,96,46)
C14M0Y96K46 
(14%,0%,96%,46%)
(0.14/0.00/0.96/0.46)	

CMYK percentages

%13.87
%0
%95.62
%46.27

Codes

Color #768906 in popluar color models

768906
RGB1181376
HSL69°91.61%28.04%
HSB/HSV69°95.62%53.73%
CMYK13.87%0.00%95.62%
46.27%

Color #768906 in popluar number systems.

HEX768906
Decimal1181376
Binary111011010001001110
Octal1662116

Shades and tints

Shades of #768906

#768906
(118,137,6)
#6C7D06
(108,125,6)
#627106
(98,113,6)
#586506
(88,101,6)
#4E5906
(78,89,6)
#444D06
(68,77,6)
#3A4106
(58,65,6)
#303506
(48,53,6)
#262906
(38,41,6)
#1C1D06
(28,29,6)
#121106
(18,17,6)
#000000
(0,0,0)

Tints of #768906

#768906
(118,137,6)
#82931C
(130,147,28)
#8E9D32
(142,157,50)
#9AA748
(154,167,72)
#A6B15E
(166,177,94)
#B2BB74
(178,187,116)
#BEC58A
(190,197,138)
#CACFA0
(202,207,160)
#D6D9B6
(214,217,182)
#E2E3CC
(226,227,204)
#EEEDE2
(238,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #768906 color. Also use rgb(118,137,6) instead hex code.

Text Font Color

.myTextColor { color: #768906; }

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

This text font color is #768906.


Background Color

.myBgColor { background-color: #768906; }

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

This div background color is #768906.


Border color

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

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

This div border color is #768906.


Opacity

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

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

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

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

This text has shadow with #768906 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768906 on black background.


Color preview on white background

This text has color #768906 on white background.



Black color preview on #768906 background

This text has black color on #768906 background.


White color preview on #768906 background

This text has white color on #768906 background.