COLOR #68B44F

HEX: #68B44F
RGB: (104,180,79)

Color info

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

RGB color model

#68B44F color RGB value is (104,180,79).

  • red value is 104;
  • green value is 180;
  • blue value is 79.
RGB:
(104,180,79)
(41%,71%,31%)

RGB channels and saturation

R 104 of 255 = 41%
G 180 of 255 = 71%
B 79 of 255 = 31%

104
180
79

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

Portions of RGB colors in percentages

R + G + B =
104 + 180 + 79 = 363 (100%)
R 104 of 363 ~ 28.65%
G 180 of 363 ~ 49.59%
B 79 of 363 ~ 21.76%

%28.65
%49.59
%21.76

CMYK color model

#68B44F color CMYK value is (42,0,56,29).

  • cyan value is 42.22%
  • magenta value is 0.00%
  • yellow value is 56.11%
  • key color value is 29.41%
CMYK:
(42,0,56,29)
C42M0Y56K29 
(42%,0%,56%,29%)
(0.42/0.00/0.56/0.29)	

CMYK percentages

%42.22
%0
%56.11
%29.41

Codes

Color #68B44F in popluar color models

68B44F
RGB10418079
HSL105°40.24%50.78%
HSB/HSV105°56.11%70.59%
CMYK42.22%0.00%56.11%
29.41%

Color #68B44F in popluar number systems.

HEX68B44F
Decimal10418079
Binary1101000101101001001111
Octal150264117

Shades and tints

Shades of #68B44F

#68B44F
(104,180,79)
#5FA448
(95,164,72)
#569441
(86,148,65)
#4D843A
(77,132,58)
#447433
(68,116,51)
#3B642C
(59,100,44)
#325425
(50,84,37)
#29441E
(41,68,30)
#203417
(32,52,23)
#172410
(23,36,16)
#0E1409
(14,20,9)
#000000
(0,0,0)

Tints of #68B44F

#68B44F
(104,180,79)
#75BA5F
(117,186,95)
#82C06F
(130,192,111)
#8FC67F
(143,198,127)
#9CCC8F
(156,204,143)
#A9D29F
(169,210,159)
#B6D8AF
(182,216,175)
#C3DEBF
(195,222,191)
#D0E4CF
(208,228,207)
#DDEADF
(221,234,223)
#EAF0EF
(234,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68B44F color. Also use rgb(104,180,79) instead hex code.

Text Font Color

.myTextColor { color: #68B44F; }

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

This text font color is #68B44F.


Background Color

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

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

This div background color is #68B44F.


Border color

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

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

This div border color is #68B44F.


Opacity

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

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

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

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

This text has shadow with #68B44F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68B44F on black background.


Color preview on white background

This text has color #68B44F on white background.



Black color preview on #68B44F background

This text has black color on #68B44F background.


White color preview on #68B44F background

This text has white color on #68B44F background.