COLOR #68BB6B

HEX: #68BB6B RGB: (104,187,107)

Color info

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

RGB color model

#68BB6B color RGB value is (104,187,107).

RGB: (104,187,107) (41%, 73%, 42%)

RGB channels and saturation

R 104 of 255 = 41%
G 187 of 255 = 73%
B 107 of 255 = 42%

104
187
107

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

Portions of RGB colors in percentages

R + G + B = 104 + 187 + 107 = 398 (100%)
R 104 of 398 ~ 26.13%
G 187 of 398 ~ 46.98%
B 107 of 398 ~ 26.88'%

%26.13
%46.98
%26.88

CMYK color model

#68BB6B color CMYK value is (44,0,43,27).

  • cyan value is 44.39%
  • magenta value is 0.00%
  • yellow value is 42.78%
  • key color value is 26.67%

CMYK: (44,0,43,27)
C44M0Y43K27 (44%, 0%, 43%, 27%)
(0.44 / 0.00 / 0.43 / 0.27)

CMYK percentages

%44.39
%0
%42.78
%26.67

Codes

Color #68BB6B in popluar color models

68 BB 6B
RGB 104 187 107
HSL 122° 37.90% 57.06%
HSB/HSV 122° 44.39% 73.33%
CMYK 44.39% 0.00% 42.78%
26.67%

Color #68BB6B in popluar number systems.

HEX 68 BB 6B
Decimal 104 187 107
Binary 1101000 10111011 1101011
Octal 150 273 153

Shades and tints

Shades of #68BB6B

#68BB6B
(104,187,107)
#5FAA62
(95,170,98)
#569959
(86,153,89)
#4D8850
(77,136,80)
#447747
(68,119,71)
#3B663E
(59,102,62)
#325535
(50,85,53)
#29442C
(41,68,44)
#203323
(32,51,35)
#17221A
(23,34,26)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #68BB6B

#68BB6B
(104,187,107)
#75C178
(117,193,120)
#82C785
(130,199,133)
#8FCD92
(143,205,146)
#9CD39F
(156,211,159)
#A9D9AC
(169,217,172)
#B6DFB9
(182,223,185)
#C3E5C6
(195,229,198)
#D0EBD3
(208,235,211)
#DDF1E0
(221,241,224)
#EAF7ED
(234,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68BB6B color. Also use rgb(104,187,107) instead hex code.

Text Font Color

.myTextColor { color: #68BB6B; }

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

This text font color is #68BB6B.

Background Color

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

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

This div background color is #68BB6B.

Border color

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

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

This div border color is #68BB6B.

Opacity

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

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

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

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

This text has shadow with #68BB6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68BB6B.

Preview

Color preview on black background

This text has color #68BB6B on black background.


Color preview on white background

This text has color #68BB6B on white background.


Black color preview on #68BB6B background

This text has black color on #68BB6B background.


White color preview on #68BB6B background

This text has white color on #68BB6B background.


Related colors

Complementary color

Complementary color for #hex is #974494.


I love getcolorcode.com

Triadic colors

1 #6B68BB and #BB6B68 with #68BB6B are triadic colors.

2 #6BBB68 and #BB686B with #68BB6B are triadic colors.