COLOR #68A591

HEX: #68A591
RGB: (104,165,145)

Color info

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

RGB color model

#68A591 color RGB value is (104,165,145).

  • red value is 104;
  • green value is 165;
  • blue value is 145.
RGB:
(104,165,145)
(41%,65%,57%)

RGB channels and saturation

R 104 of 255 = 41%
G 165 of 255 = 65%
B 145 of 255 = 57%

104
165
145

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

Portions of RGB colors in percentages

R + G + B =
104 + 165 + 145 = 414 (100%)
R 104 of 414 ~ 25.12%
G 165 of 414 ~ 39.86%
B 145 of 414 ~ 35.02%

%25.12
%39.86
%35.02

CMYK color model

#68A591 color CMYK value is (37,0,12,35).

  • cyan value is 36.97%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 35.29%
CMYK:
(37,0,12,35)
C37M0Y12K35 
(37%,0%,12%,35%)
(0.37/0.00/0.12/0.35)	

CMYK percentages

%36.97
%0
%12.12
%35.29

Codes

Color #68A591 in popluar color models

68A591
RGB104165145
HSL160°25.31%52.75%
HSB/HSV160°36.97%64.71%
CMYK36.97%0.00%12.12%
35.29%

Color #68A591 in popluar number systems.

HEX68A591
Decimal104165145
Binary11010001010010110010001
Octal150245221

Shades and tints

Shades of #68A591

#68A591
(104,165,145)
#5F9684
(95,150,132)
#568777
(86,135,119)
#4D786A
(77,120,106)
#44695D
(68,105,93)
#3B5A50
(59,90,80)
#324B43
(50,75,67)
#293C36
(41,60,54)
#202D29
(32,45,41)
#171E1C
(23,30,28)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #68A591

#68A591
(104,165,145)
#75AD9B
(117,173,155)
#82B5A5
(130,181,165)
#8FBDAF
(143,189,175)
#9CC5B9
(156,197,185)
#A9CDC3
(169,205,195)
#B6D5CD
(182,213,205)
#C3DDD7
(195,221,215)
#D0E5E1
(208,229,225)
#DDEDEB
(221,237,235)
#EAF5F5
(234,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68A591 color. Also use rgb(104,165,145) instead hex code.

Text Font Color

.myTextColor { color: #68A591; }

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

This text font color is #68A591.


Background Color

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

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

This div background color is #68A591.


Border color

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

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

This div border color is #68A591.


Opacity

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

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

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

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

This text has shadow with #68A591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68A591 on black background.


Color preview on white background

This text has color #68A591 on white background.



Black color preview on #68A591 background

This text has black color on #68A591 background.


White color preview on #68A591 background

This text has white color on #68A591 background.