COLOR #68B14A

HEX: #68B14A
RGB: (104,177,74)

Color info

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

RGB color model

#68B14A color RGB value is (104,177,74).

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

RGB channels and saturation

R 104 of 255 = 41%
G 177 of 255 = 69%
B 74 of 255 = 29%

104
177
74

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

Portions of RGB colors in percentages

R + G + B =
104 + 177 + 74 = 355 (100%)
R 104 of 355 ~ 29.3%
G 177 of 355 ~ 49.86%
B 74 of 355 ~ 20.85%

%29.3
%49.86
%20.85

CMYK color model

#68B14A color CMYK value is (41,0,58,31).

  • cyan value is 41.24%
  • magenta value is 0.00%
  • yellow value is 58.19%
  • key color value is 30.59%
CMYK:
(41,0,58,31)
C41M0Y58K31 
(41%,0%,58%,31%)
(0.41/0.00/0.58/0.31)	

CMYK percentages

%41.24
%0
%58.19
%30.59

Codes

Color #68B14A in popluar color models

68B14A
RGB10417774
HSL103°41.04%49.22%
HSB/HSV103°58.19%69.41%
CMYK41.24%0.00%58.19%
30.59%

Color #68B14A in popluar number systems.

HEX68B14A
Decimal10417774
Binary1101000101100011001010
Octal150261112

Shades and tints

Shades of #68B14A

#68B14A
(104,177,74)
#5FA144
(95,161,68)
#56913E
(86,145,62)
#4D8138
(77,129,56)
#447132
(68,113,50)
#3B612C
(59,97,44)
#325126
(50,81,38)
#294120
(41,65,32)
#20311A
(32,49,26)
#172114
(23,33,20)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #68B14A

#68B14A
(104,177,74)
#75B85A
(117,184,90)
#82BF6A
(130,191,106)
#8FC67A
(143,198,122)
#9CCD8A
(156,205,138)
#A9D49A
(169,212,154)
#B6DBAA
(182,219,170)
#C3E2BA
(195,226,186)
#D0E9CA
(208,233,202)
#DDF0DA
(221,240,218)
#EAF7EA
(234,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68B14A; }

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

This text font color is #68B14A.


Background Color

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

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

This div background color is #68B14A.


Border color

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

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

This div border color is #68B14A.


Opacity

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

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

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

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

This text has shadow with #68B14A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68B14A on black background.


Color preview on white background

This text has color #68B14A on white background.



Black color preview on #68B14A background

This text has black color on #68B14A background.


White color preview on #68B14A background

This text has white color on #68B14A background.