COLOR #68C975

HEX: #68C975
RGB: (104,201,117)

Color info

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

RGB color model

#68C975 color RGB value is (104,201,117).

  • red value is 104;
  • green value is 201;
  • blue value is 117.
RGB:
(104,201,117)
(41%,79%,46%)

RGB channels and saturation

R 104 of 255 = 41%
G 201 of 255 = 79%
B 117 of 255 = 46%

104
201
117

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

Portions of RGB colors in percentages

R + G + B =
104 + 201 + 117 = 422 (100%)
R 104 of 422 ~ 24.64%
G 201 of 422 ~ 47.63%
B 117 of 422 ~ 27.73%

%24.64
%47.63
%27.73

CMYK color model

#68C975 color CMYK value is (48,0,42,21).

  • cyan value is 48.26%
  • magenta value is 0.00%
  • yellow value is 41.79%
  • key color value is 21.18%
CMYK:
(48,0,42,21)
C48M0Y42K21 
(48%,0%,42%,21%)
(0.48/0.00/0.42/0.21)	

CMYK percentages

%48.26
%0
%41.79
%21.18

Codes

Color #68C975 in popluar color models

68C975
RGB104201117
HSL128°47.32%59.80%
HSB/HSV128°48.26%78.82%
CMYK48.26%0.00%41.79%
21.18%

Color #68C975 in popluar number systems.

HEX68C975
Decimal104201117
Binary1101000110010011110101
Octal150311165

Shades and tints

Shades of #68C975

#68C975
(104,201,117)
#5FB76B
(95,183,107)
#56A561
(86,165,97)
#4D9357
(77,147,87)
#44814D
(68,129,77)
#3B6F43
(59,111,67)
#325D39
(50,93,57)
#294B2F
(41,75,47)
#203925
(32,57,37)
#17271B
(23,39,27)
#0E1511
(14,21,17)
#000000
(0,0,0)

Tints of #68C975

#68C975
(104,201,117)
#75CD81
(117,205,129)
#82D18D
(130,209,141)
#8FD599
(143,213,153)
#9CD9A5
(156,217,165)
#A9DDB1
(169,221,177)
#B6E1BD
(182,225,189)
#C3E5C9
(195,229,201)
#D0E9D5
(208,233,213)
#DDEDE1
(221,237,225)
#EAF1ED
(234,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68C975 color. Also use rgb(104,201,117) instead hex code.

Text Font Color

.myTextColor { color: #68C975; }

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

This text font color is #68C975.


Background Color

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

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

This div background color is #68C975.


Border color

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

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

This div border color is #68C975.


Opacity

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

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

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

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

This text has shadow with #68C975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68C975 on black background.


Color preview on white background

This text has color #68C975 on white background.



Black color preview on #68C975 background

This text has black color on #68C975 background.


White color preview on #68C975 background

This text has white color on #68C975 background.