COLOR #68B47B

HEX: #68B47B RGB: (104,180,123)

Color info

#68B47B contains mainly green and blue colors. Web safe color of #68B47B is #66CC66 (or #6C6).

RGB color model

#68B47B color RGB value is (104,180,123).

RGB: (104,180,123) (41%, 71%, 48%)

RGB channels and saturation

R 104 of 255 = 41%
G 180 of 255 = 71%
B 123 of 255 = 48%

104
180
123

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

Portions of RGB colors in percentages

R + G + B = 104 + 180 + 123 = 407 (100%)
R 104 of 407 ~ 25.55%
G 180 of 407 ~ 44.23%
B 123 of 407 ~ 30.22'%

%25.55
%44.23
%30.22

CMYK color model

#68B47B color CMYK value is (42,0,32,29).

  • cyan value is 42.22%
  • magenta value is 0.00%
  • yellow value is 31.67%
  • key color value is 29.41%
CMYK: (42,0,32,29) C42M0Y32K29 (42%,0%,32%,29%) (0.42/0.00/0.32/0.29) 

CMYK percentages

%42.22
%0
%31.67
%29.41

Codes

Color #68B47B in popluar color models

68 B4 7B
RGB 104 180 123
HSL 135° 33.63% 55.69%
HSB/HSV 135° 42.22% 70.59%
CMYK 42.22% 0.00% 31.67%
29.41%

Color #68B47B in popluar number systems.

HEX 68 B4 7B
Decimal 104 180 123
Binary 1101000 10110100 1111011
Octal 150 264 173

Shades and tints

Shades of #68B47B

#68B47B
(104,180,123)
#5FA470
(95,164,112)
#569465
(86,148,101)
#4D845A
(77,132,90)
#44744F
(68,116,79)
#3B6444
(59,100,68)
#325439
(50,84,57)
#29442E
(41,68,46)
#203423
(32,52,35)
#172418
(23,36,24)
#0E140D
(14,20,13)
#000000
(0,0,0)

Tints of #68B47B

#68B47B
(104,180,123)
#75BA87
(117,186,135)
#82C093
(130,192,147)
#8FC69F
(143,198,159)
#9CCCAB
(156,204,171)
#A9D2B7
(169,210,183)
#B6D8C3
(182,216,195)
#C3DECF
(195,222,207)
#D0E4DB
(208,228,219)
#DDEAE7
(221,234,231)
#EAF0F3
(234,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68B47B; }

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

This text font color is #68B47B.

Background Color

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

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

This div background color is #68B47B.

Border color

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

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

This div border color is #68B47B.

Opacity

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

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

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

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

This text has shadow with #68B47B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68B47B.

Preview

Color preview on black background

This text has color #68B47B on black background.


Color preview on white background

This text has color #68B47B on white background.


Black color preview on #68B47B background

This text has black color on #68B47B background.


White color preview on #68B47B background

This text has white color on #68B47B background.


Related colors

Complementary color

Complementary color for #hex is #974B84.


I love getcolorcode.com

Triadic colors

1 #7B68B4 and #B47B68 with #68B47B are triadic colors.

2 #7BB468 and #B4687B with #68B47B are triadic colors.