COLOR #68B76E

HEX: #68B76E
RGB: (104,183,110)

Color info

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

RGB color model

#68B76E color RGB value is (104,183,110).

  • red value is 104;
  • green value is 183;
  • blue value is 110.
RGB:
(104,183,110)
(41%,72%,43%)

RGB channels and saturation

R 104 of 255 = 41%
G 183 of 255 = 72%
B 110 of 255 = 43%

104
183
110

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

Portions of RGB colors in percentages

R + G + B =
104 + 183 + 110 = 397 (100%)
R 104 of 397 ~ 26.2%
G 183 of 397 ~ 46.1%
B 110 of 397 ~ 27.71%

%26.2
%46.1
%27.71

CMYK color model

#68B76E color CMYK value is (43,0,40,28).

  • cyan value is 43.17%
  • magenta value is 0.00%
  • yellow value is 39.89%
  • key color value is 28.24%
CMYK:
(43,0,40,28)
C43M0Y40K28 
(43%,0%,40%,28%)
(0.43/0.00/0.40/0.28)	

CMYK percentages

%43.17
%0
%39.89
%28.24

Codes

Color #68B76E in popluar color models

68B76E
RGB104183110
HSL125°35.43%56.27%
HSB/HSV125°43.17%71.76%
CMYK43.17%0.00%39.89%
28.24%

Color #68B76E in popluar number systems.

HEX68B76E
Decimal104183110
Binary1101000101101111101110
Octal150267156

Shades and tints

Shades of #68B76E

#68B76E
(104,183,110)
#5FA764
(95,167,100)
#56975A
(86,151,90)
#4D8750
(77,135,80)
#447746
(68,119,70)
#3B673C
(59,103,60)
#325732
(50,87,50)
#294728
(41,71,40)
#20371E
(32,55,30)
#172714
(23,39,20)
#0E170A
(14,23,10)
#000000
(0,0,0)

Tints of #68B76E

#68B76E
(104,183,110)
#75BD7B
(117,189,123)
#82C388
(130,195,136)
#8FC995
(143,201,149)
#9CCFA2
(156,207,162)
#A9D5AF
(169,213,175)
#B6DBBC
(182,219,188)
#C3E1C9
(195,225,201)
#D0E7D6
(208,231,214)
#DDEDE3
(221,237,227)
#EAF3F0
(234,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68B76E color. Also use rgb(104,183,110) instead hex code.

Text Font Color

.myTextColor { color: #68B76E; }

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

This text font color is #68B76E.


Background Color

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

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

This div background color is #68B76E.


Border color

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

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

This div border color is #68B76E.


Opacity

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

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

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

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

This text has shadow with #68B76E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68B76E on black background.


Color preview on white background

This text has color #68B76E on white background.



Black color preview on #68B76E background

This text has black color on #68B76E background.


White color preview on #68B76E background

This text has white color on #68B76E background.