COLOR #768014

HEX: #768014
RGB: (118,128,20)

Color info

#768014 contains mainly red and green colors. Web safe color of #768014 is #666600 (or #660).

RGB color model

#768014 color RGB value is (118,128,20).

  • red value is 118;
  • green value is 128;
  • blue value is 20.
RGB:
(118,128,20)
(46%,50%,8%)

RGB channels and saturation

R 118 of 255 = 46%
G 128 of 255 = 50%
B 20 of 255 = 8%

118
128
20

R + G + B ~ 35%. #768014 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 128 + 20 = 266 (100%)
R 118 of 266 ~ 44.36%
G 128 of 266 ~ 48.12%
B 20 of 266 ~ 7.52%

%44.36
%48.12

CMYK color model

#768014 color CMYK value is (8,0,84,50).

  • cyan value is 7.81%
  • magenta value is 0.00%
  • yellow value is 84.38%
  • key color value is 49.80%
CMYK:
(8,0,84,50)
C8M0Y84K50 
(8%,0%,84%,50%)
(0.08/0.00/0.84/0.50)	

CMYK percentages

%7.81
%0
%84.38
%49.8

Codes

Color #768014 in popluar color models

768014
RGB11812820
HSL66°72.97%29.02%
HSB/HSV66°84.38%50.20%
CMYK7.81%0.00%84.38%
49.80%

Color #768014 in popluar number systems.

HEX768014
Decimal11812820
Binary11101101000000010100
Octal16620024

Shades and tints

Shades of #768014

#768014
(118,128,20)
#6C7513
(108,117,19)
#626A12
(98,106,18)
#585F11
(88,95,17)
#4E5410
(78,84,16)
#44490F
(68,73,15)
#3A3E0E
(58,62,14)
#30330D
(48,51,13)
#26280C
(38,40,12)
#1C1D0B
(28,29,11)
#12120A
(18,18,10)
#000000
(0,0,0)

Tints of #768014

#768014
(118,128,20)
#828B29
(130,139,41)
#8E963E
(142,150,62)
#9AA153
(154,161,83)
#A6AC68
(166,172,104)
#B2B77D
(178,183,125)
#BEC292
(190,194,146)
#CACDA7
(202,205,167)
#D6D8BC
(214,216,188)
#E2E3D1
(226,227,209)
#EEEEE6
(238,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #768014 color. Also use rgb(118,128,20) instead hex code.

Text Font Color

.myTextColor { color: #768014; }

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

This text font color is #768014.


Background Color

.myBgColor { background-color: #768014; }

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

This div background color is #768014.


Border color

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

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

This div border color is #768014.


Opacity

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

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

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

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

This text has shadow with #768014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768014 on black background.


Color preview on white background

This text has color #768014 on white background.



Black color preview on #768014 background

This text has black color on #768014 background.


White color preview on #768014 background

This text has white color on #768014 background.