COLOR #68B277

HEX: #68B277
RGB: (104,178,119)

Color info

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

RGB color model

#68B277 color RGB value is (104,178,119).

  • red value is 104;
  • green value is 178;
  • blue value is 119.
RGB:
(104,178,119)
(41%,70%,47%)

RGB channels and saturation

R 104 of 255 = 41%
G 178 of 255 = 70%
B 119 of 255 = 47%

104
178
119

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

Portions of RGB colors in percentages

R + G + B =
104 + 178 + 119 = 401 (100%)
R 104 of 401 ~ 25.94%
G 178 of 401 ~ 44.39%
B 119 of 401 ~ 29.68%

%25.94
%44.39
%29.68

CMYK color model

#68B277 color CMYK value is (42,0,33,30).

  • cyan value is 41.57%
  • magenta value is 0.00%
  • yellow value is 33.15%
  • key color value is 30.20%
CMYK:
(42,0,33,30)
C42M0Y33K30 
(42%,0%,33%,30%)
(0.42/0.00/0.33/0.30)	

CMYK percentages

%41.57
%0
%33.15
%30.2

Codes

Color #68B277 in popluar color models

68B277
RGB104178119
HSL132°32.46%55.29%
HSB/HSV132°41.57%69.80%
CMYK41.57%0.00%33.15%
30.20%

Color #68B277 in popluar number systems.

HEX68B277
Decimal104178119
Binary1101000101100101110111
Octal150262167

Shades and tints

Shades of #68B277

#68B277
(104,178,119)
#5FA26D
(95,162,109)
#569263
(86,146,99)
#4D8259
(77,130,89)
#44724F
(68,114,79)
#3B6245
(59,98,69)
#32523B
(50,82,59)
#294231
(41,66,49)
#203227
(32,50,39)
#17221D
(23,34,29)
#0E1213
(14,18,19)
#000000
(0,0,0)

Tints of #68B277

#68B277
(104,178,119)
#75B983
(117,185,131)
#82C08F
(130,192,143)
#8FC79B
(143,199,155)
#9CCEA7
(156,206,167)
#A9D5B3
(169,213,179)
#B6DCBF
(182,220,191)
#C3E3CB
(195,227,203)
#D0EAD7
(208,234,215)
#DDF1E3
(221,241,227)
#EAF8EF
(234,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68B277 color. Also use rgb(104,178,119) instead hex code.

Text Font Color

.myTextColor { color: #68B277; }

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

This text font color is #68B277.


Background Color

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

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

This div background color is #68B277.


Border color

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

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

This div border color is #68B277.


Opacity

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

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

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

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

This text has shadow with #68B277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68B277 on black background.


Color preview on white background

This text has color #68B277 on white background.



Black color preview on #68B277 background

This text has black color on #68B277 background.


White color preview on #68B277 background

This text has white color on #68B277 background.