COLOR #68AC3B

HEX: #68AC3B
RGB: (104,172,59)

Color info

#68AC3B contains mainly green color. Web safe color of #68AC3B is #669933 (or #693).

RGB color model

#68AC3B color RGB value is (104,172,59).

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

RGB channels and saturation

R 104 of 255 = 41%
G 172 of 255 = 67%
B 59 of 255 = 23%

104
172
59

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

Portions of RGB colors in percentages

R + G + B =
104 + 172 + 59 = 335 (100%)
R 104 of 335 ~ 31.04%
G 172 of 335 ~ 51.34%
B 59 of 335 ~ 17.61%

%31.04
%51.34
%17.61

CMYK color model

#68AC3B color CMYK value is (40,0,66,33).

  • cyan value is 39.53%
  • magenta value is 0.00%
  • yellow value is 65.70%
  • key color value is 32.55%
CMYK:
(40,0,66,33)
C40M0Y66K33 
(40%,0%,66%,33%)
(0.40/0.00/0.66/0.33)	

CMYK percentages

%39.53
%0
%65.7
%32.55

Codes

Color #68AC3B in popluar color models

68AC3B
RGB10417259
HSL96°48.92%45.29%
HSB/HSV96°65.70%67.45%
CMYK39.53%0.00%65.70%
32.55%

Color #68AC3B in popluar number systems.

HEX68AC3B
Decimal10417259
Binary110100010101100111011
Octal15025473

Shades and tints

Shades of #68AC3B

#68AC3B
(104,172,59)
#5F9D36
(95,157,54)
#568E31
(86,142,49)
#4D7F2C
(77,127,44)
#447027
(68,112,39)
#3B6122
(59,97,34)
#32521D
(50,82,29)
#294318
(41,67,24)
#203413
(32,52,19)
#17250E
(23,37,14)
#0E1609
(14,22,9)
#000000
(0,0,0)

Tints of #68AC3B

#68AC3B
(104,172,59)
#75B34C
(117,179,76)
#82BA5D
(130,186,93)
#8FC16E
(143,193,110)
#9CC87F
(156,200,127)
#A9CF90
(169,207,144)
#B6D6A1
(182,214,161)
#C3DDB2
(195,221,178)
#D0E4C3
(208,228,195)
#DDEBD4
(221,235,212)
#EAF2E5
(234,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68AC3B; }

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

This text font color is #68AC3B.


Background Color

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

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

This div background color is #68AC3B.


Border color

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

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

This div border color is #68AC3B.


Opacity

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

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

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

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

This text has shadow with #68AC3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68AC3B on black background.


Color preview on white background

This text has color #68AC3B on white background.



Black color preview on #68AC3B background

This text has black color on #68AC3B background.


White color preview on #68AC3B background

This text has white color on #68AC3B background.