COLOR #68A581

HEX: #68A581
RGB: (104,165,129)

Color info

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

RGB color model

#68A581 color RGB value is (104,165,129).

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

RGB channels and saturation

R 104 of 255 = 41%
G 165 of 255 = 65%
B 129 of 255 = 51%

104
165
129

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

Portions of RGB colors in percentages

R + G + B =
104 + 165 + 129 = 398 (100%)
R 104 of 398 ~ 26.13%
G 165 of 398 ~ 41.46%
B 129 of 398 ~ 32.41%

%26.13
%41.46
%32.41

CMYK color model

#68A581 color CMYK value is (37,0,22,35).

  • cyan value is 36.97%
  • magenta value is 0.00%
  • yellow value is 21.82%
  • key color value is 35.29%
CMYK:
(37,0,22,35)
C37M0Y22K35 
(37%,0%,22%,35%)
(0.37/0.00/0.22/0.35)	

CMYK percentages

%36.97
%0
%21.82
%35.29

Codes

Color #68A581 in popluar color models

68A581
RGB104165129
HSL145°25.31%52.75%
HSB/HSV145°36.97%64.71%
CMYK36.97%0.00%21.82%
35.29%

Color #68A581 in popluar number systems.

HEX68A581
Decimal104165129
Binary11010001010010110000001
Octal150245201

Shades and tints

Shades of #68A581

#68A581
(104,165,129)
#5F9676
(95,150,118)
#56876B
(86,135,107)
#4D7860
(77,120,96)
#446955
(68,105,85)
#3B5A4A
(59,90,74)
#324B3F
(50,75,63)
#293C34
(41,60,52)
#202D29
(32,45,41)
#171E1E
(23,30,30)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #68A581

#68A581
(104,165,129)
#75AD8C
(117,173,140)
#82B597
(130,181,151)
#8FBDA2
(143,189,162)
#9CC5AD
(156,197,173)
#A9CDB8
(169,205,184)
#B6D5C3
(182,213,195)
#C3DDCE
(195,221,206)
#D0E5D9
(208,229,217)
#DDEDE4
(221,237,228)
#EAF5EF
(234,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68A581; }

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

This text font color is #68A581.


Background Color

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

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

This div background color is #68A581.


Border color

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

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

This div border color is #68A581.


Opacity

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

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

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

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

This text has shadow with #68A581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68A581 on black background.


Color preview on white background

This text has color #68A581 on white background.



Black color preview on #68A581 background

This text has black color on #68A581 background.


White color preview on #68A581 background

This text has white color on #68A581 background.