COLOR #68A57D

HEX: #68A57D
RGB: (104,165,125)

Color info

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

RGB color model

#68A57D color RGB value is (104,165,125).

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

RGB channels and saturation

R 104 of 255 = 41%
G 165 of 255 = 65%
B 125 of 255 = 49%

104
165
125

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

Portions of RGB colors in percentages

R + G + B =
104 + 165 + 125 = 394 (100%)
R 104 of 394 ~ 26.4%
G 165 of 394 ~ 41.88%
B 125 of 394 ~ 31.73%

%26.4
%41.88
%31.73

CMYK color model

#68A57D color CMYK value is (37,0,24,35).

  • cyan value is 36.97%
  • magenta value is 0.00%
  • yellow value is 24.24%
  • key color value is 35.29%
CMYK:
(37,0,24,35)
C37M0Y24K35 
(37%,0%,24%,35%)
(0.37/0.00/0.24/0.35)	

CMYK percentages

%36.97
%0
%24.24
%35.29

Codes

Color #68A57D in popluar color models

68A57D
RGB104165125
HSL141°25.31%52.75%
HSB/HSV141°36.97%64.71%
CMYK36.97%0.00%24.24%
35.29%

Color #68A57D in popluar number systems.

HEX68A57D
Decimal104165125
Binary1101000101001011111101
Octal150245175

Shades and tints

Shades of #68A57D

#68A57D
(104,165,125)
#5F9672
(95,150,114)
#568767
(86,135,103)
#4D785C
(77,120,92)
#446951
(68,105,81)
#3B5A46
(59,90,70)
#324B3B
(50,75,59)
#293C30
(41,60,48)
#202D25
(32,45,37)
#171E1A
(23,30,26)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #68A57D

#68A57D
(104,165,125)
#75AD88
(117,173,136)
#82B593
(130,181,147)
#8FBD9E
(143,189,158)
#9CC5A9
(156,197,169)
#A9CDB4
(169,205,180)
#B6D5BF
(182,213,191)
#C3DDCA
(195,221,202)
#D0E5D5
(208,229,213)
#DDEDE0
(221,237,224)
#EAF5EB
(234,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68A57D; }

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

This text font color is #68A57D.


Background Color

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

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

This div background color is #68A57D.


Border color

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

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

This div border color is #68A57D.


Opacity

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

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

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

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

This text has shadow with #68A57D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68A57D on black background.


Color preview on white background

This text has color #68A57D on white background.



Black color preview on #68A57D background

This text has black color on #68A57D background.


White color preview on #68A57D background

This text has white color on #68A57D background.