COLOR #68B979

HEX: #68B979
RGB: (104,185,121)

Color info

#68B979 contains mainly green color. Web safe color of #68B979 is #66CC66 (or #6C6).

RGB color model

#68B979 color RGB value is (104,185,121).

  • red value is 104;
  • green value is 185;
  • blue value is 121.
RGB:
(104,185,121)
(41%,73%,47%)

RGB channels and saturation

R 104 of 255 = 41%
G 185 of 255 = 73%
B 121 of 255 = 47%

104
185
121

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

Portions of RGB colors in percentages

R + G + B =
104 + 185 + 121 = 410 (100%)
R 104 of 410 ~ 25.37%
G 185 of 410 ~ 45.12%
B 121 of 410 ~ 29.51%

%25.37
%45.12
%29.51

CMYK color model

#68B979 color CMYK value is (44,0,35,27).

  • cyan value is 43.78%
  • magenta value is 0.00%
  • yellow value is 34.59%
  • key color value is 27.45%
CMYK:
(44,0,35,27)
C44M0Y35K27 
(44%,0%,35%,27%)
(0.44/0.00/0.35/0.27)	

CMYK percentages

%43.78
%0
%34.59
%27.45

Codes

Color #68B979 in popluar color models

68B979
RGB104185121
HSL133°36.65%56.67%
HSB/HSV133°43.78%72.55%
CMYK43.78%0.00%34.59%
27.45%

Color #68B979 in popluar number systems.

HEX68B979
Decimal104185121
Binary1101000101110011111001
Octal150271171

Shades and tints

Shades of #68B979

#68B979
(104,185,121)
#5FA96E
(95,169,110)
#569963
(86,153,99)
#4D8958
(77,137,88)
#44794D
(68,121,77)
#3B6942
(59,105,66)
#325937
(50,89,55)
#29492C
(41,73,44)
#203921
(32,57,33)
#172916
(23,41,22)
#0E190B
(14,25,11)
#000000
(0,0,0)

Tints of #68B979

#68B979
(104,185,121)
#75BF85
(117,191,133)
#82C591
(130,197,145)
#8FCB9D
(143,203,157)
#9CD1A9
(156,209,169)
#A9D7B5
(169,215,181)
#B6DDC1
(182,221,193)
#C3E3CD
(195,227,205)
#D0E9D9
(208,233,217)
#DDEFE5
(221,239,229)
#EAF5F1
(234,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68B979 color. Also use rgb(104,185,121) instead hex code.

Text Font Color

.myTextColor { color: #68B979; }

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

This text font color is #68B979.


Background Color

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

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

This div background color is #68B979.


Border color

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

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

This div border color is #68B979.


Opacity

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

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

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

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

This text has shadow with #68B979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68B979 on black background.


Color preview on white background

This text has color #68B979 on white background.



Black color preview on #68B979 background

This text has black color on #68B979 background.


White color preview on #68B979 background

This text has white color on #68B979 background.