COLOR #68A75C

HEX: #68A75C RGB: (104,167,92)

Color info

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

RGB color model

#68A75C color RGB value is (104,167,92).

RGB: (104,167,92) (41%, 65%, 36%)

RGB channels and saturation

R 104 of 255 = 41%
G 167 of 255 = 65%
B 92 of 255 = 36%

104
167
92

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

Portions of RGB colors in percentages

R + G + B = 104 + 167 + 92 = 363 (100%)
R 104 of 363 ~ 28.65%
G 167 of 363 ~ 46.01%
B 92 of 363 ~ 25.34'%

%28.65
%46.01
%25.34

CMYK color model

#68A75C color CMYK value is (38,0,45,35).

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

CMYK: (38,0,45,35)
C38M0Y45K35 (38%, 0%, 45%, 35%)
(0.38 / 0.00 / 0.45 / 0.35)

CMYK percentages

%37.72
%0
%44.91
%34.51

Codes

Color #68A75C in popluar color models

68 A7 5C
RGB 104 167 92
HSL 110° 29.88% 50.78%
HSB/HSV 110° 44.91% 65.49%
CMYK 37.72% 0.00% 44.91%
34.51%

Color #68A75C in popluar number systems.

HEX 68 A7 5C
Decimal 104 167 92
Binary 1101000 10100111 1011100
Octal 150 247 134

Shades and tints

Shades of #68A75C

#68A75C
(104,167,92)
#5F9854
(95,152,84)
#56894C
(86,137,76)
#4D7A44
(77,122,68)
#446B3C
(68,107,60)
#3B5C34
(59,92,52)
#324D2C
(50,77,44)
#293E24
(41,62,36)
#202F1C
(32,47,28)
#172014
(23,32,20)
#0E110C
(14,17,12)
#000000
(0,0,0)

Tints of #68A75C

#68A75C
(104,167,92)
#75AF6A
(117,175,106)
#82B778
(130,183,120)
#8FBF86
(143,191,134)
#9CC794
(156,199,148)
#A9CFA2
(169,207,162)
#B6D7B0
(182,215,176)
#C3DFBE
(195,223,190)
#D0E7CC
(208,231,204)
#DDEFDA
(221,239,218)
#EAF7E8
(234,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68A75C; }

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

This text font color is #68A75C.

Background Color

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

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

This div background color is #68A75C.

Border color

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

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

This div border color is #68A75C.

Opacity

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

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

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

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

This text has shadow with #68A75C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68A75C.

Preview

Color preview on black background

This text has color #68A75C on black background.


Color preview on white background

This text has color #68A75C on white background.


Black color preview on #68A75C background

This text has black color on #68A75C background.


White color preview on #68A75C background

This text has white color on #68A75C background.


Related colors

Complementary color

Complementary color for #hex is #9758A3.


I love getcolorcode.com

Triadic colors

1 #5C68A7 and #A75C68 with #68A75C are triadic colors.

2 #5CA768 and #A7685C with #68A75C are triadic colors.