COLOR #68C762

HEX: #68C762
RGB: (104,199,98)

Color info

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

RGB color model

#68C762 color RGB value is (104,199,98).

  • red value is 104;
  • green value is 199;
  • blue value is 98.
RGB:
(104,199,98)
(41%,78%,38%)

RGB channels and saturation

R 104 of 255 = 41%
G 199 of 255 = 78%
B 98 of 255 = 38%

104
199
98

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

Portions of RGB colors in percentages

R + G + B =
104 + 199 + 98 = 401 (100%)
R 104 of 401 ~ 25.94%
G 199 of 401 ~ 49.63%
B 98 of 401 ~ 24.44%

%25.94
%49.63
%24.44

CMYK color model

#68C762 color CMYK value is (48,0,51,22).

  • cyan value is 47.74%
  • magenta value is 0.00%
  • yellow value is 50.75%
  • key color value is 21.96%
CMYK:
(48,0,51,22)
C48M0Y51K22 
(48%,0%,51%,22%)
(0.48/0.00/0.51/0.22)	

CMYK percentages

%47.74
%0
%50.75
%21.96

Codes

Color #68C762 in popluar color models

68C762
RGB10419998
HSL116°47.42%58.24%
HSB/HSV116°50.75%78.04%
CMYK47.74%0.00%50.75%
21.96%

Color #68C762 in popluar number systems.

HEX68C762
Decimal10419998
Binary1101000110001111100010
Octal150307142

Shades and tints

Shades of #68C762

#68C762
(104,199,98)
#5FB55A
(95,181,90)
#56A352
(86,163,82)
#4D914A
(77,145,74)
#447F42
(68,127,66)
#3B6D3A
(59,109,58)
#325B32
(50,91,50)
#29492A
(41,73,42)
#203722
(32,55,34)
#17251A
(23,37,26)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #68C762

#68C762
(104,199,98)
#75CC70
(117,204,112)
#82D17E
(130,209,126)
#8FD68C
(143,214,140)
#9CDB9A
(156,219,154)
#A9E0A8
(169,224,168)
#B6E5B6
(182,229,182)
#C3EAC4
(195,234,196)
#D0EFD2
(208,239,210)
#DDF4E0
(221,244,224)
#EAF9EE
(234,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68C762 color. Also use rgb(104,199,98) instead hex code.

Text Font Color

.myTextColor { color: #68C762; }

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

This text font color is #68C762.


Background Color

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

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

This div background color is #68C762.


Border color

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

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

This div border color is #68C762.


Opacity

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

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

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

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

This text has shadow with #68C762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68C762 on black background.


Color preview on white background

This text has color #68C762 on white background.



Black color preview on #68C762 background

This text has black color on #68C762 background.


White color preview on #68C762 background

This text has white color on #68C762 background.