COLOR #68A76F

HEX: #68A76F RGB: (104,167,111)

Color info

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

RGB color model

#68A76F color RGB value is (104,167,111).

RGB: (104,167,111) (41%, 65%, 44%)

RGB channels and saturation

R 104 of 255 = 41%
G 167 of 255 = 65%
B 111 of 255 = 44%

104
167
111

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

Portions of RGB colors in percentages

R + G + B = 104 + 167 + 111 = 382 (100%)
R 104 of 382 ~ 27.23%
G 167 of 382 ~ 43.72%
B 111 of 382 ~ 29.06'%

%27.23
%43.72
%29.06

CMYK color model

#68A76F color CMYK value is (38,0,34,35).

  • cyan value is 37.72%
  • magenta value is 0.00%
  • yellow value is 33.53%
  • key color value is 34.51%

CMYK: (38,0,34,35)
C38M0Y34K35 (38%, 0%, 34%, 35%)
(0.38 / 0.00 / 0.34 / 0.35)

CMYK percentages

%37.72
%0
%33.53
%34.51

Codes

Color #68A76F in popluar color models

68 A7 6F
RGB 104 167 111
HSL 127° 26.36% 53.14%
HSB/HSV 127° 37.72% 65.49%
CMYK 37.72% 0.00% 33.53%
34.51%

Color #68A76F in popluar number systems.

HEX 68 A7 6F
Decimal 104 167 111
Binary 1101000 10100111 1101111
Octal 150 247 157

Shades and tints

Shades of #68A76F

#68A76F
(104,167,111)
#5F9865
(95,152,101)
#56895B
(86,137,91)
#4D7A51
(77,122,81)
#446B47
(68,107,71)
#3B5C3D
(59,92,61)
#324D33
(50,77,51)
#293E29
(41,62,41)
#202F1F
(32,47,31)
#172015
(23,32,21)
#0E110B
(14,17,11)
#000000
(0,0,0)

Tints of #68A76F

#68A76F
(104,167,111)
#75AF7C
(117,175,124)
#82B789
(130,183,137)
#8FBF96
(143,191,150)
#9CC7A3
(156,199,163)
#A9CFB0
(169,207,176)
#B6D7BD
(182,215,189)
#C3DFCA
(195,223,202)
#D0E7D7
(208,231,215)
#DDEFE4
(221,239,228)
#EAF7F1
(234,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68A76F color. Also use rgb(104,167,111) instead hex code.

Text Font Color

.myTextColor { color: #68A76F; }

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

This text font color is #68A76F.

Background Color

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

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

This div background color is #68A76F.

Border color

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

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

This div border color is #68A76F.

Opacity

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

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

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

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

This text has shadow with #68A76F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68A76F.

Preview

Color preview on black background

This text has color #68A76F on black background.


Color preview on white background

This text has color #68A76F on white background.


Black color preview on #68A76F background

This text has black color on #68A76F background.


White color preview on #68A76F background

This text has white color on #68A76F background.


Related colors

Complementary color

Complementary color for #hex is #975890.


I love getcolorcode.com

Triadic colors

1 #6F68A7 and #A76F68 with #68A76F are triadic colors.

2 #6FA768 and #A7686F with #68A76F are triadic colors.