COLOR #68B37E

HEX: #68B37E RGB: (104,179,126)

Color info

#68B37E contains mainly green and blue colors. Web safe color of #68B37E is #669966 (or #696).

RGB color model

#68B37E color RGB value is (104,179,126).

RGB: (104,179,126) (41%, 70%, 49%)

RGB channels and saturation

R 104 of 255 = 41%
G 179 of 255 = 70%
B 126 of 255 = 49%

104
179
126

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

Portions of RGB colors in percentages

R + G + B = 104 + 179 + 126 = 409 (100%)
R 104 of 409 ~ 25.43%
G 179 of 409 ~ 43.77%
B 126 of 409 ~ 30.81'%

%25.43
%43.77
%30.81

CMYK color model

#68B37E color CMYK value is (42,0,30,30).

  • cyan value is 41.90%
  • magenta value is 0.00%
  • yellow value is 29.61%
  • key color value is 29.80%

CMYK: (42,0,30,30)
C42M0Y30K30 (42%, 0%, 30%, 30%)
(0.42 / 0.00 / 0.30 / 0.30)

CMYK percentages

%41.9
%0
%29.61
%29.8

Codes

Color #68B37E in popluar color models

68 B3 7E
RGB 104 179 126
HSL 138° 33.04% 55.49%
HSB/HSV 138° 41.90% 70.20%
CMYK 41.90% 0.00% 29.61%
29.80%

Color #68B37E in popluar number systems.

HEX 68 B3 7E
Decimal 104 179 126
Binary 1101000 10110011 1111110
Octal 150 263 176

Shades and tints

Shades of #68B37E

#68B37E
(104,179,126)
#5FA373
(95,163,115)
#569368
(86,147,104)
#4D835D
(77,131,93)
#447352
(68,115,82)
#3B6347
(59,99,71)
#32533C
(50,83,60)
#294331
(41,67,49)
#203326
(32,51,38)
#17231B
(23,35,27)
#0E1310
(14,19,16)
#000000
(0,0,0)

Tints of #68B37E

#68B37E
(104,179,126)
#75B989
(117,185,137)
#82BF94
(130,191,148)
#8FC59F
(143,197,159)
#9CCBAA
(156,203,170)
#A9D1B5
(169,209,181)
#B6D7C0
(182,215,192)
#C3DDCB
(195,221,203)
#D0E3D6
(208,227,214)
#DDE9E1
(221,233,225)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68B37E color. Also use rgb(104,179,126) instead hex code.

Text Font Color

.myTextColor { color: #68B37E; }

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

This text font color is #68B37E.

Background Color

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

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

This div background color is #68B37E.

Border color

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

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

This div border color is #68B37E.

Opacity

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

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

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

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

This text has shadow with #68B37E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68B37E.

Preview

Color preview on black background

This text has color #68B37E on black background.


Color preview on white background

This text has color #68B37E on white background.


Black color preview on #68B37E background

This text has black color on #68B37E background.


White color preview on #68B37E background

This text has white color on #68B37E background.


Related colors

Complementary color

Complementary color for #hex is #974C81.


I love getcolorcode.com

Triadic colors

1 #7E68B3 and #B37E68 with #68B37E are triadic colors.

2 #7EB368 and #B3687E with #68B37E are triadic colors.