COLOR #68B128

HEX: #68B128
RGB: (104,177,40)

Color info

#68B128 contains mainly green color. Web safe color of #68B128 is #669933 (or #693).

RGB color model

#68B128 color RGB value is (104,177,40).

  • red value is 104;
  • green value is 177;
  • blue value is 40.
RGB:
(104,177,40)
(41%,69%,16%)

RGB channels and saturation

R 104 of 255 = 41%
G 177 of 255 = 69%
B 40 of 255 = 16%

104
177
40

R + G + B ~ 42%. #68B128 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 177 + 40 = 321 (100%)
R 104 of 321 ~ 32.4%
G 177 of 321 ~ 55.14%
B 40 of 321 ~ 12.46%

%32.4
%55.14
%12.46

CMYK color model

#68B128 color CMYK value is (41,0,77,31).

  • cyan value is 41.24%
  • magenta value is 0.00%
  • yellow value is 77.40%
  • key color value is 30.59%
CMYK:
(41,0,77,31)
C41M0Y77K31 
(41%,0%,77%,31%)
(0.41/0.00/0.77/0.31)	

CMYK percentages

%41.24
%0
%77.4
%30.59

Codes

Color #68B128 in popluar color models

68B128
RGB10417740
HSL92°63.13%42.55%
HSB/HSV92°77.40%69.41%
CMYK41.24%0.00%77.40%
30.59%

Color #68B128 in popluar number systems.

HEX68B128
Decimal10417740
Binary110100010110001101000
Octal15026150

Shades and tints

Shades of #68B128

#68B128
(104,177,40)
#5FA125
(95,161,37)
#569122
(86,145,34)
#4D811F
(77,129,31)
#44711C
(68,113,28)
#3B6119
(59,97,25)
#325116
(50,81,22)
#294113
(41,65,19)
#203110
(32,49,16)
#17210D
(23,33,13)
#0E110A
(14,17,10)
#000000
(0,0,0)

Tints of #68B128

#68B128
(104,177,40)
#75B83B
(117,184,59)
#82BF4E
(130,191,78)
#8FC661
(143,198,97)
#9CCD74
(156,205,116)
#A9D487
(169,212,135)
#B6DB9A
(182,219,154)
#C3E2AD
(195,226,173)
#D0E9C0
(208,233,192)
#DDF0D3
(221,240,211)
#EAF7E6
(234,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68B128 color. Also use rgb(104,177,40) instead hex code.

Text Font Color

.myTextColor { color: #68B128; }

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

This text font color is #68B128.


Background Color

.myBgColor { background-color: #68B128; }

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

This div background color is #68B128.


Border color

.myBorderColor { border: 1px solid #68B128; }

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

This div border color is #68B128.


Opacity

.myOpacity80 { color: #68B128; opacity: 0.8; }

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

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

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

This text has shadow with #68B128 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68B128 on black background.


Color preview on white background

This text has color #68B128 on white background.



Black color preview on #68B128 background

This text has black color on #68B128 background.


White color preview on #68B128 background

This text has white color on #68B128 background.