COLOR #68C73B

HEX: #68C73B
RGB: (104,199,59)

Color info

#68C73B contains mainly green color. Web safe color of #68C73B is #66CC33 (or #6C3).

RGB color model

#68C73B color RGB value is (104,199,59).

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

RGB channels and saturation

R 104 of 255 = 41%
G 199 of 255 = 78%
B 59 of 255 = 23%

104
199
59

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

Portions of RGB colors in percentages

R + G + B =
104 + 199 + 59 = 362 (100%)
R 104 of 362 ~ 28.73%
G 199 of 362 ~ 54.97%
B 59 of 362 ~ 16.3%

%28.73
%54.97
%16.3

CMYK color model

#68C73B color CMYK value is (48,0,70,22).

  • cyan value is 47.74%
  • magenta value is 0.00%
  • yellow value is 70.35%
  • key color value is 21.96%
CMYK:
(48,0,70,22)
C48M0Y70K22 
(48%,0%,70%,22%)
(0.48/0.00/0.70/0.22)	

CMYK percentages

%47.74
%0
%70.35
%21.96

Codes

Color #68C73B in popluar color models

68C73B
RGB10419959
HSL101°55.56%50.59%
HSB/HSV101°70.35%78.04%
CMYK47.74%0.00%70.35%
21.96%

Color #68C73B in popluar number systems.

HEX68C73B
Decimal10419959
Binary110100011000111111011
Octal15030773

Shades and tints

Shades of #68C73B

#68C73B
(104,199,59)
#5FB536
(95,181,54)
#56A331
(86,163,49)
#4D912C
(77,145,44)
#447F27
(68,127,39)
#3B6D22
(59,109,34)
#325B1D
(50,91,29)
#294918
(41,73,24)
#203713
(32,55,19)
#17250E
(23,37,14)
#0E1309
(14,19,9)
#000000
(0,0,0)

Tints of #68C73B

#68C73B
(104,199,59)
#75CC4C
(117,204,76)
#82D15D
(130,209,93)
#8FD66E
(143,214,110)
#9CDB7F
(156,219,127)
#A9E090
(169,224,144)
#B6E5A1
(182,229,161)
#C3EAB2
(195,234,178)
#D0EFC3
(208,239,195)
#DDF4D4
(221,244,212)
#EAF9E5
(234,249,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68C73B; }

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

This text font color is #68C73B.


Background Color

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

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

This div background color is #68C73B.


Border color

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

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

This div border color is #68C73B.


Opacity

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

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

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

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

This text has shadow with #68C73B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68C73B on black background.


Color preview on white background

This text has color #68C73B on white background.



Black color preview on #68C73B background

This text has black color on #68C73B background.


White color preview on #68C73B background

This text has white color on #68C73B background.