COLOR #68B972

HEX: #68B972
RGB: (104,185,114)

Color info

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

RGB color model

#68B972 color RGB value is (104,185,114).

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

RGB channels and saturation

R 104 of 255 = 41%
G 185 of 255 = 73%
B 114 of 255 = 45%

104
185
114

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

Portions of RGB colors in percentages

R + G + B =
104 + 185 + 114 = 403 (100%)
R 104 of 403 ~ 25.81%
G 185 of 403 ~ 45.91%
B 114 of 403 ~ 28.29%

%25.81
%45.91
%28.29

CMYK color model

#68B972 color CMYK value is (44,0,38,27).

  • cyan value is 43.78%
  • magenta value is 0.00%
  • yellow value is 38.38%
  • key color value is 27.45%
CMYK:
(44,0,38,27)
C44M0Y38K27 
(44%,0%,38%,27%)
(0.44/0.00/0.38/0.27)	

CMYK percentages

%43.78
%0
%38.38
%27.45

Codes

Color #68B972 in popluar color models

68B972
RGB104185114
HSL127°36.65%56.67%
HSB/HSV127°43.78%72.55%
CMYK43.78%0.00%38.38%
27.45%

Color #68B972 in popluar number systems.

HEX68B972
Decimal104185114
Binary1101000101110011110010
Octal150271162

Shades and tints

Shades of #68B972

#68B972
(104,185,114)
#5FA968
(95,169,104)
#56995E
(86,153,94)
#4D8954
(77,137,84)
#44794A
(68,121,74)
#3B6940
(59,105,64)
#325936
(50,89,54)
#29492C
(41,73,44)
#203922
(32,57,34)
#172918
(23,41,24)
#0E190E
(14,25,14)
#000000
(0,0,0)

Tints of #68B972

#68B972
(104,185,114)
#75BF7E
(117,191,126)
#82C58A
(130,197,138)
#8FCB96
(143,203,150)
#9CD1A2
(156,209,162)
#A9D7AE
(169,215,174)
#B6DDBA
(182,221,186)
#C3E3C6
(195,227,198)
#D0E9D2
(208,233,210)
#DDEFDE
(221,239,222)
#EAF5EA
(234,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68B972; }

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

This text font color is #68B972.


Background Color

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

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

This div background color is #68B972.


Border color

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

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

This div border color is #68B972.


Opacity

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

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

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

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

This text has shadow with #68B972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68B972 on black background.


Color preview on white background

This text has color #68B972 on white background.



Black color preview on #68B972 background

This text has black color on #68B972 background.


White color preview on #68B972 background

This text has white color on #68B972 background.