COLOR #68BD47

HEX: #68BD47
RGB: (104,189,71)

Color info

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

RGB color model

#68BD47 color RGB value is (104,189,71).

  • red value is 104;
  • green value is 189;
  • blue value is 71.
RGB:
(104,189,71)
(41%,74%,28%)

RGB channels and saturation

R 104 of 255 = 41%
G 189 of 255 = 74%
B 71 of 255 = 28%

104
189
71

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

Portions of RGB colors in percentages

R + G + B =
104 + 189 + 71 = 364 (100%)
R 104 of 364 ~ 28.57%
G 189 of 364 ~ 51.92%
B 71 of 364 ~ 19.51%

%28.57
%51.92
%19.51

CMYK color model

#68BD47 color CMYK value is (45,0,62,26).

  • cyan value is 44.97%
  • magenta value is 0.00%
  • yellow value is 62.43%
  • key color value is 25.88%
CMYK:
(45,0,62,26)
C45M0Y62K26 
(45%,0%,62%,26%)
(0.45/0.00/0.62/0.26)	

CMYK percentages

%44.97
%0
%62.43
%25.88

Codes

Color #68BD47 in popluar color models

68BD47
RGB10418971
HSL103°47.20%50.98%
HSB/HSV103°62.43%74.12%
CMYK44.97%0.00%62.43%
25.88%

Color #68BD47 in popluar number systems.

HEX68BD47
Decimal10418971
Binary1101000101111011000111
Octal150275107

Shades and tints

Shades of #68BD47

#68BD47
(104,189,71)
#5FAC41
(95,172,65)
#569B3B
(86,155,59)
#4D8A35
(77,138,53)
#44792F
(68,121,47)
#3B6829
(59,104,41)
#325723
(50,87,35)
#29461D
(41,70,29)
#203517
(32,53,23)
#172411
(23,36,17)
#0E130B
(14,19,11)
#000000
(0,0,0)

Tints of #68BD47

#68BD47
(104,189,71)
#75C357
(117,195,87)
#82C967
(130,201,103)
#8FCF77
(143,207,119)
#9CD587
(156,213,135)
#A9DB97
(169,219,151)
#B6E1A7
(182,225,167)
#C3E7B7
(195,231,183)
#D0EDC7
(208,237,199)
#DDF3D7
(221,243,215)
#EAF9E7
(234,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68BD47 color. Also use rgb(104,189,71) instead hex code.

Text Font Color

.myTextColor { color: #68BD47; }

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

This text font color is #68BD47.


Background Color

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

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

This div background color is #68BD47.


Border color

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

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

This div border color is #68BD47.


Opacity

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

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

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

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

This text has shadow with #68BD47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68BD47 on black background.


Color preview on white background

This text has color #68BD47 on white background.



Black color preview on #68BD47 background

This text has black color on #68BD47 background.


White color preview on #68BD47 background

This text has white color on #68BD47 background.