COLOR #68CB78

HEX: #68CB78
RGB: (104,203,120)

Color info

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

RGB color model

#68CB78 color RGB value is (104,203,120).

  • red value is 104;
  • green value is 203;
  • blue value is 120.
RGB:
(104,203,120)
(41%,80%,47%)

RGB channels and saturation

R 104 of 255 = 41%
G 203 of 255 = 80%
B 120 of 255 = 47%

104
203
120

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

Portions of RGB colors in percentages

R + G + B =
104 + 203 + 120 = 427 (100%)
R 104 of 427 ~ 24.36%
G 203 of 427 ~ 47.54%
B 120 of 427 ~ 28.1%

%24.36
%47.54
%28.1

CMYK color model

#68CB78 color CMYK value is (49,0,41,20).

  • cyan value is 48.77%
  • magenta value is 0.00%
  • yellow value is 40.89%
  • key color value is 20.39%
CMYK:
(49,0,41,20)
C49M0Y41K20 
(49%,0%,41%,20%)
(0.49/0.00/0.41/0.20)	

CMYK percentages

%48.77
%0
%40.89
%20.39

Codes

Color #68CB78 in popluar color models

68CB78
RGB104203120
HSL130°48.77%60.20%
HSB/HSV130°48.77%79.61%
CMYK48.77%0.00%40.89%
20.39%

Color #68CB78 in popluar number systems.

HEX68CB78
Decimal104203120
Binary1101000110010111111000
Octal150313170

Shades and tints

Shades of #68CB78

#68CB78
(104,203,120)
#5FB96E
(95,185,110)
#56A764
(86,167,100)
#4D955A
(77,149,90)
#448350
(68,131,80)
#3B7146
(59,113,70)
#325F3C
(50,95,60)
#294D32
(41,77,50)
#203B28
(32,59,40)
#17291E
(23,41,30)
#0E1714
(14,23,20)
#000000
(0,0,0)

Tints of #68CB78

#68CB78
(104,203,120)
#75CF84
(117,207,132)
#82D390
(130,211,144)
#8FD79C
(143,215,156)
#9CDBA8
(156,219,168)
#A9DFB4
(169,223,180)
#B6E3C0
(182,227,192)
#C3E7CC
(195,231,204)
#D0EBD8
(208,235,216)
#DDEFE4
(221,239,228)
#EAF3F0
(234,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68CB78 color. Also use rgb(104,203,120) instead hex code.

Text Font Color

.myTextColor { color: #68CB78; }

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

This text font color is #68CB78.


Background Color

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

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

This div background color is #68CB78.


Border color

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

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

This div border color is #68CB78.


Opacity

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

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

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

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

This text has shadow with #68CB78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68CB78 on black background.


Color preview on white background

This text has color #68CB78 on white background.



Black color preview on #68CB78 background

This text has black color on #68CB78 background.


White color preview on #68CB78 background

This text has white color on #68CB78 background.