COLOR #768C0F

HEX: #768C0F
RGB: (118,140,15)

Color info

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

RGB color model

#768C0F color RGB value is (118,140,15).

  • red value is 118;
  • green value is 140;
  • blue value is 15.
RGB:
(118,140,15)
(46%,55%,6%)

RGB channels and saturation

R 118 of 255 = 46%
G 140 of 255 = 55%
B 15 of 255 = 6%

118
140
15

R + G + B ~ 36%. #768C0F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 140 + 15 = 273 (100%)
R 118 of 273 ~ 43.22%
G 140 of 273 ~ 51.28%
B 15 of 273 ~ 5.49%

%43.22
%51.28

CMYK color model

#768C0F color CMYK value is (16,0,89,45).

  • cyan value is 15.71%
  • magenta value is 0.00%
  • yellow value is 89.29%
  • key color value is 45.10%
CMYK:
(16,0,89,45)
C16M0Y89K45 
(16%,0%,89%,45%)
(0.16/0.00/0.89/0.45)	

CMYK percentages

%15.71
%0
%89.29
%45.1

Codes

Color #768C0F in popluar color models

768C0F
RGB11814015
HSL71°80.65%30.39%
HSB/HSV71°89.29%54.90%
CMYK15.71%0.00%89.29%
45.10%

Color #768C0F in popluar number systems.

HEX768C0F
Decimal11814015
Binary1110110100011001111
Octal16621417

Shades and tints

Shades of #768C0F

#768C0F
(118,140,15)
#6C800E
(108,128,14)
#62740D
(98,116,13)
#58680C
(88,104,12)
#4E5C0B
(78,92,11)
#44500A
(68,80,10)
#3A4409
(58,68,9)
#303808
(48,56,8)
#262C07
(38,44,7)
#1C2006
(28,32,6)
#121405
(18,20,5)
#000000
(0,0,0)

Tints of #768C0F

#768C0F
(118,140,15)
#829624
(130,150,36)
#8EA039
(142,160,57)
#9AAA4E
(154,170,78)
#A6B463
(166,180,99)
#B2BE78
(178,190,120)
#BEC88D
(190,200,141)
#CAD2A2
(202,210,162)
#D6DCB7
(214,220,183)
#E2E6CC
(226,230,204)
#EEF0E1
(238,240,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #768C0F color. Also use rgb(118,140,15) instead hex code.

Text Font Color

.myTextColor { color: #768C0F; }

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

This text font color is #768C0F.


Background Color

.myBgColor { background-color: #768C0F; }

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

This div background color is #768C0F.


Border color

.myBorderColor { border: 1px solid #768C0F; }

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

This div border color is #768C0F.


Opacity

.myOpacity80 { color: #768C0F; opacity: 0.8; }

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

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

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

This text has shadow with #768C0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768C0F on black background.


Color preview on white background

This text has color #768C0F on white background.



Black color preview on #768C0F background

This text has black color on #768C0F background.


White color preview on #768C0F background

This text has white color on #768C0F background.