COLOR #68C47B

HEX: #68C47B
RGB: (104,196,123)

Color info

#68C47B contains mainly green color. Web safe color of #68C47B is #66CC66 (or #6C6).

RGB color model

#68C47B color RGB value is (104,196,123).

  • red value is 104;
  • green value is 196;
  • blue value is 123.
RGB:
(104,196,123)
(41%,77%,48%)

RGB channels and saturation

R 104 of 255 = 41%
G 196 of 255 = 77%
B 123 of 255 = 48%

104
196
123

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

Portions of RGB colors in percentages

R + G + B =
104 + 196 + 123 = 423 (100%)
R 104 of 423 ~ 24.59%
G 196 of 423 ~ 46.34%
B 123 of 423 ~ 29.08%

%24.59
%46.34
%29.08

CMYK color model

#68C47B color CMYK value is (47,0,37,23).

  • cyan value is 46.94%
  • magenta value is 0.00%
  • yellow value is 37.24%
  • key color value is 23.14%
CMYK:
(47,0,37,23)
C47M0Y37K23 
(47%,0%,37%,23%)
(0.47/0.00/0.37/0.23)	

CMYK percentages

%46.94
%0
%37.24
%23.14

Codes

Color #68C47B in popluar color models

68C47B
RGB104196123
HSL132°43.81%58.82%
HSB/HSV132°46.94%76.86%
CMYK46.94%0.00%37.24%
23.14%

Color #68C47B in popluar number systems.

HEX68C47B
Decimal104196123
Binary1101000110001001111011
Octal150304173

Shades and tints

Shades of #68C47B

#68C47B
(104,196,123)
#5FB370
(95,179,112)
#56A265
(86,162,101)
#4D915A
(77,145,90)
#44804F
(68,128,79)
#3B6F44
(59,111,68)
#325E39
(50,94,57)
#294D2E
(41,77,46)
#203C23
(32,60,35)
#172B18
(23,43,24)
#0E1A0D
(14,26,13)
#000000
(0,0,0)

Tints of #68C47B

#68C47B
(104,196,123)
#75C987
(117,201,135)
#82CE93
(130,206,147)
#8FD39F
(143,211,159)
#9CD8AB
(156,216,171)
#A9DDB7
(169,221,183)
#B6E2C3
(182,226,195)
#C3E7CF
(195,231,207)
#D0ECDB
(208,236,219)
#DDF1E7
(221,241,231)
#EAF6F3
(234,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68C47B color. Also use rgb(104,196,123) instead hex code.

Text Font Color

.myTextColor { color: #68C47B; }

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

This text font color is #68C47B.


Background Color

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

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

This div background color is #68C47B.


Border color

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

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

This div border color is #68C47B.


Opacity

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

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

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

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

This text has shadow with #68C47B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68C47B on black background.


Color preview on white background

This text has color #68C47B on white background.



Black color preview on #68C47B background

This text has black color on #68C47B background.


White color preview on #68C47B background

This text has white color on #68C47B background.