COLOR #68A788

HEX: #68A788
RGB: (104,167,136)

Color info

#68A788 contains mainly green and blue colors. Web safe color of #68A788 is #669999 (or #699).

RGB color model

#68A788 color RGB value is (104,167,136).

  • red value is 104;
  • green value is 167;
  • blue value is 136.
RGB:
(104,167,136)
(41%,65%,53%)

RGB channels and saturation

R 104 of 255 = 41%
G 167 of 255 = 65%
B 136 of 255 = 53%

104
167
136

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

Portions of RGB colors in percentages

R + G + B =
104 + 167 + 136 = 407 (100%)
R 104 of 407 ~ 25.55%
G 167 of 407 ~ 41.03%
B 136 of 407 ~ 33.42%

%25.55
%41.03
%33.42

CMYK color model

#68A788 color CMYK value is (38,0,19,35).

  • cyan value is 37.72%
  • magenta value is 0.00%
  • yellow value is 18.56%
  • key color value is 34.51%
CMYK:
(38,0,19,35)
C38M0Y19K35 
(38%,0%,19%,35%)
(0.38/0.00/0.19/0.35)	

CMYK percentages

%37.72
%0
%18.56
%34.51

Codes

Color #68A788 in popluar color models

68A788
RGB104167136
HSL150°26.36%53.14%
HSB/HSV150°37.72%65.49%
CMYK37.72%0.00%18.56%
34.51%

Color #68A788 in popluar number systems.

HEX68A788
Decimal104167136
Binary11010001010011110001000
Octal150247210

Shades and tints

Shades of #68A788

#68A788
(104,167,136)
#5F987C
(95,152,124)
#568970
(86,137,112)
#4D7A64
(77,122,100)
#446B58
(68,107,88)
#3B5C4C
(59,92,76)
#324D40
(50,77,64)
#293E34
(41,62,52)
#202F28
(32,47,40)
#17201C
(23,32,28)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #68A788

#68A788
(104,167,136)
#75AF92
(117,175,146)
#82B79C
(130,183,156)
#8FBFA6
(143,191,166)
#9CC7B0
(156,199,176)
#A9CFBA
(169,207,186)
#B6D7C4
(182,215,196)
#C3DFCE
(195,223,206)
#D0E7D8
(208,231,216)
#DDEFE2
(221,239,226)
#EAF7EC
(234,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68A788 color. Also use rgb(104,167,136) instead hex code.

Text Font Color

.myTextColor { color: #68A788; }

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

This text font color is #68A788.


Background Color

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

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

This div background color is #68A788.


Border color

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

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

This div border color is #68A788.


Opacity

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

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

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

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

This text has shadow with #68A788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68A788 on black background.


Color preview on white background

This text has color #68A788 on white background.



Black color preview on #68A788 background

This text has black color on #68A788 background.


White color preview on #68A788 background

This text has white color on #68A788 background.