COLOR #68A75F

HEX: #68A75F RGB: (104,167,95)

Color info

#68A75F contains mainly green color. Web safe color of #68A75F is #669966 (or #696).

RGB color model

#68A75F color RGB value is (104,167,95).

RGB: (104,167,95) (41%, 65%, 37%)

RGB channels and saturation

R 104 of 255 = 41%
G 167 of 255 = 65%
B 95 of 255 = 37%

104
167
95

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

Portions of RGB colors in percentages

R + G + B = 104 + 167 + 95 = 366 (100%)
R 104 of 366 ~ 28.42%
G 167 of 366 ~ 45.63%
B 95 of 366 ~ 25.96'%

%28.42
%45.63
%25.96

CMYK color model

#68A75F color CMYK value is (38,0,43,35).

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

CMYK: (38,0,43,35)
C38M0Y43K35 (38%, 0%, 43%, 35%)
(0.38 / 0.00 / 0.43 / 0.35)

CMYK percentages

%37.72
%0
%43.11
%34.51

Codes

Color #68A75F in popluar color models

68 A7 5F
RGB 104 167 95
HSL 113° 29.03% 51.37%
HSB/HSV 113° 43.11% 65.49%
CMYK 37.72% 0.00% 43.11%
34.51%

Color #68A75F in popluar number systems.

HEX 68 A7 5F
Decimal 104 167 95
Binary 1101000 10100111 1011111
Octal 150 247 137

Shades and tints

Shades of #68A75F

#68A75F
(104,167,95)
#5F9857
(95,152,87)
#56894F
(86,137,79)
#4D7A47
(77,122,71)
#446B3F
(68,107,63)
#3B5C37
(59,92,55)
#324D2F
(50,77,47)
#293E27
(41,62,39)
#202F1F
(32,47,31)
#172017
(23,32,23)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #68A75F

#68A75F
(104,167,95)
#75AF6D
(117,175,109)
#82B77B
(130,183,123)
#8FBF89
(143,191,137)
#9CC797
(156,199,151)
#A9CFA5
(169,207,165)
#B6D7B3
(182,215,179)
#C3DFC1
(195,223,193)
#D0E7CF
(208,231,207)
#DDEFDD
(221,239,221)
#EAF7EB
(234,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68A75F; }

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

This text font color is #68A75F.

Background Color

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

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

This div background color is #68A75F.

Border color

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

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

This div border color is #68A75F.

Opacity

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

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

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

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

This text has shadow with #68A75F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68A75F.

Preview

Color preview on black background

This text has color #68A75F on black background.


Color preview on white background

This text has color #68A75F on white background.


Black color preview on #68A75F background

This text has black color on #68A75F background.


White color preview on #68A75F background

This text has white color on #68A75F background.


Related colors

Complementary color

Complementary color for #hex is #9758A0.


I love getcolorcode.com

Triadic colors

1 #5F68A7 and #A75F68 with #68A75F are triadic colors.

2 #5FA768 and #A7685F with #68A75F are triadic colors.