COLOR #688012

HEX: #688012
RGB: (104,128,18)

Color info

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

RGB color model

#688012 color RGB value is (104,128,18).

  • red value is 104;
  • green value is 128;
  • blue value is 18.
RGB:
(104,128,18)
(41%,50%,7%)

RGB channels and saturation

R 104 of 255 = 41%
G 128 of 255 = 50%
B 18 of 255 = 7%

104
128
18

R + G + B ~ 33%. #688012 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 128 + 18 = 250 (100%)
R 104 of 250 ~ 41.6%
G 128 of 250 ~ 51.2%
B 18 of 250 ~ 7.2%

%41.6
%51.2

CMYK color model

#688012 color CMYK value is (19,0,86,50).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 85.94%
  • key color value is 49.80%
CMYK:
(19,0,86,50)
C19M0Y86K50 
(19%,0%,86%,50%)
(0.19/0.00/0.86/0.50)	

CMYK percentages

%18.75
%0
%85.94
%49.8

Codes

Color #688012 in popluar color models

688012
RGB10412818
HSL73°75.34%28.63%
HSB/HSV73°85.94%50.20%
CMYK18.75%0.00%85.94%
49.80%

Color #688012 in popluar number systems.

HEX688012
Decimal10412818
Binary11010001000000010010
Octal15020022

Shades and tints

Shades of #688012

#688012
(104,128,18)
#5F7511
(95,117,17)
#566A10
(86,106,16)
#4D5F0F
(77,95,15)
#44540E
(68,84,14)
#3B490D
(59,73,13)
#323E0C
(50,62,12)
#29330B
(41,51,11)
#20280A
(32,40,10)
#171D09
(23,29,9)
#0E1208
(14,18,8)
#000000
(0,0,0)

Tints of #688012

#688012
(104,128,18)
#758B27
(117,139,39)
#82963C
(130,150,60)
#8FA151
(143,161,81)
#9CAC66
(156,172,102)
#A9B77B
(169,183,123)
#B6C290
(182,194,144)
#C3CDA5
(195,205,165)
#D0D8BA
(208,216,186)
#DDE3CF
(221,227,207)
#EAEEE4
(234,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688012 color. Also use rgb(104,128,18) instead hex code.

Text Font Color

.myTextColor { color: #688012; }

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

This text font color is #688012.


Background Color

.myBgColor { background-color: #688012; }

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

This div background color is #688012.


Border color

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

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

This div border color is #688012.


Opacity

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

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

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

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

This text has shadow with #688012 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688012 on black background.


Color preview on white background

This text has color #688012 on white background.



Black color preview on #688012 background

This text has black color on #688012 background.


White color preview on #688012 background

This text has white color on #688012 background.