COLOR #68A578

HEX: #68A578
RGB: (104,165,120)

Color info

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

RGB color model

#68A578 color RGB value is (104,165,120).

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

RGB channels and saturation

R 104 of 255 = 41%
G 165 of 255 = 65%
B 120 of 255 = 47%

104
165
120

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

Portions of RGB colors in percentages

R + G + B =
104 + 165 + 120 = 389 (100%)
R 104 of 389 ~ 26.74%
G 165 of 389 ~ 42.42%
B 120 of 389 ~ 30.85%

%26.74
%42.42
%30.85

CMYK color model

#68A578 color CMYK value is (37,0,27,35).

  • cyan value is 36.97%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 35.29%
CMYK:
(37,0,27,35)
C37M0Y27K35 
(37%,0%,27%,35%)
(0.37/0.00/0.27/0.35)	

CMYK percentages

%36.97
%0
%27.27
%35.29

Codes

Color #68A578 in popluar color models

68A578
RGB104165120
HSL136°25.31%52.75%
HSB/HSV136°36.97%64.71%
CMYK36.97%0.00%27.27%
35.29%

Color #68A578 in popluar number systems.

HEX68A578
Decimal104165120
Binary1101000101001011111000
Octal150245170

Shades and tints

Shades of #68A578

#68A578
(104,165,120)
#5F966E
(95,150,110)
#568764
(86,135,100)
#4D785A
(77,120,90)
#446950
(68,105,80)
#3B5A46
(59,90,70)
#324B3C
(50,75,60)
#293C32
(41,60,50)
#202D28
(32,45,40)
#171E1E
(23,30,30)
#0E0F14
(14,15,20)
#000000
(0,0,0)

Tints of #68A578

#68A578
(104,165,120)
#75AD84
(117,173,132)
#82B590
(130,181,144)
#8FBD9C
(143,189,156)
#9CC5A8
(156,197,168)
#A9CDB4
(169,205,180)
#B6D5C0
(182,213,192)
#C3DDCC
(195,221,204)
#D0E5D8
(208,229,216)
#DDEDE4
(221,237,228)
#EAF5F0
(234,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68A578; }

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

This text font color is #68A578.


Background Color

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

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

This div background color is #68A578.


Border color

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

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

This div border color is #68A578.


Opacity

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

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

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

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

This text has shadow with #68A578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68A578 on black background.


Color preview on white background

This text has color #68A578 on white background.



Black color preview on #68A578 background

This text has black color on #68A578 background.


White color preview on #68A578 background

This text has white color on #68A578 background.