COLOR #68BE56

HEX: #68BE56 RGB: (104,190,86)

Color info

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

RGB color model

#68BE56 color RGB value is (104,190,86).

RGB: (104,190,86) (41%, 75%, 34%)

RGB channels and saturation

R 104 of 255 = 41%
G 190 of 255 = 75%
B 86 of 255 = 34%

104
190
86

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

Portions of RGB colors in percentages

R + G + B = 104 + 190 + 86 = 380 (100%)
R 104 of 380 ~ 27.37%
G 190 of 380 ~ 50%
B 86 of 380 ~ 22.63'%

%27.37
%50
%22.63

CMYK color model

#68BE56 color CMYK value is (45,0,55,25).

  • cyan value is 45.26%
  • magenta value is 0.00%
  • yellow value is 54.74%
  • key color value is 25.49%

CMYK: (45,0,55,25)
C45M0Y55K25 (45%, 0%, 55%, 25%)
(0.45 / 0.00 / 0.55 / 0.25)

CMYK percentages

%45.26
%0
%54.74
%25.49

Codes

Color #68BE56 in popluar color models

68 BE 56
RGB 104 190 86
HSL 110° 44.44% 54.12%
HSB/HSV 110° 54.74% 74.51%
CMYK 45.26% 0.00% 54.74%
25.49%

Color #68BE56 in popluar number systems.

HEX 68 BE 56
Decimal 104 190 86
Binary 1101000 10111110 1010110
Octal 150 276 126

Shades and tints

Shades of #68BE56

#68BE56
(104,190,86)
#5FAD4F
(95,173,79)
#569C48
(86,156,72)
#4D8B41
(77,139,65)
#447A3A
(68,122,58)
#3B6933
(59,105,51)
#32582C
(50,88,44)
#294725
(41,71,37)
#20361E
(32,54,30)
#172517
(23,37,23)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #68BE56

#68BE56
(104,190,86)
#75C365
(117,195,101)
#82C874
(130,200,116)
#8FCD83
(143,205,131)
#9CD292
(156,210,146)
#A9D7A1
(169,215,161)
#B6DCB0
(182,220,176)
#C3E1BF
(195,225,191)
#D0E6CE
(208,230,206)
#DDEBDD
(221,235,221)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68BE56 color. Also use rgb(104,190,86) instead hex code.

Text Font Color

.myTextColor { color: #68BE56; }

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

This text font color is #68BE56.

Background Color

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

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

This div background color is #68BE56.

Border color

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

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

This div border color is #68BE56.

Opacity

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

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

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

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

This text has shadow with #68BE56 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68BE56.

Preview

Color preview on black background

This text has color #68BE56 on black background.


Color preview on white background

This text has color #68BE56 on white background.


Black color preview on #68BE56 background

This text has black color on #68BE56 background.


White color preview on #68BE56 background

This text has white color on #68BE56 background.


Related colors

Complementary color

Complementary color for #hex is #9741A9.


I love getcolorcode.com

Triadic colors

1 #5668BE and #BE5668 with #68BE56 are triadic colors.

2 #56BE68 and #BE6856 with #68BE56 are triadic colors.