COLOR #68C867

HEX: #68C867
RGB: (104,200,103)

Color info

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

RGB color model

#68C867 color RGB value is (104,200,103).

  • red value is 104;
  • green value is 200;
  • blue value is 103.
RGB:
(104,200,103)
(41%,78%,40%)

RGB channels and saturation

R 104 of 255 = 41%
G 200 of 255 = 78%
B 103 of 255 = 40%

104
200
103

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

Portions of RGB colors in percentages

R + G + B =
104 + 200 + 103 = 407 (100%)
R 104 of 407 ~ 25.55%
G 200 of 407 ~ 49.14%
B 103 of 407 ~ 25.31%

%25.55
%49.14
%25.31

CMYK color model

#68C867 color CMYK value is (48,0,49,22).

  • cyan value is 48.00%
  • magenta value is 0.00%
  • yellow value is 48.50%
  • key color value is 21.57%
CMYK:
(48,0,49,22)
C48M0Y49K22 
(48%,0%,49%,22%)
(0.48/0.00/0.49/0.22)	

CMYK percentages

%48
%0
%48.5
%21.57

Codes

Color #68C867 in popluar color models

68C867
RGB104200103
HSL119°46.86%59.41%
HSB/HSV119°48.50%78.43%
CMYK48.00%0.00%48.50%
21.57%

Color #68C867 in popluar number systems.

HEX68C867
Decimal104200103
Binary1101000110010001100111
Octal150310147

Shades and tints

Shades of #68C867

#68C867
(104,200,103)
#5FB65E
(95,182,94)
#56A455
(86,164,85)
#4D924C
(77,146,76)
#448043
(68,128,67)
#3B6E3A
(59,110,58)
#325C31
(50,92,49)
#294A28
(41,74,40)
#20381F
(32,56,31)
#172616
(23,38,22)
#0E140D
(14,20,13)
#000000
(0,0,0)

Tints of #68C867

#68C867
(104,200,103)
#75CD74
(117,205,116)
#82D281
(130,210,129)
#8FD78E
(143,215,142)
#9CDC9B
(156,220,155)
#A9E1A8
(169,225,168)
#B6E6B5
(182,230,181)
#C3EBC2
(195,235,194)
#D0F0CF
(208,240,207)
#DDF5DC
(221,245,220)
#EAFAE9
(234,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68C867 color. Also use rgb(104,200,103) instead hex code.

Text Font Color

.myTextColor { color: #68C867; }

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

This text font color is #68C867.


Background Color

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

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

This div background color is #68C867.


Border color

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

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

This div border color is #68C867.


Opacity

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

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

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

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

This text has shadow with #68C867 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68C867 on black background.


Color preview on white background

This text has color #68C867 on white background.



Black color preview on #68C867 background

This text has black color on #68C867 background.


White color preview on #68C867 background

This text has white color on #68C867 background.