COLOR #68A25D

HEX: #68A25D
RGB: (104,162,93)

Color info

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

RGB color model

#68A25D color RGB value is (104,162,93).

  • red value is 104;
  • green value is 162;
  • blue value is 93.
RGB:
(104,162,93)
(41%,64%,36%)

RGB channels and saturation

R 104 of 255 = 41%
G 162 of 255 = 64%
B 93 of 255 = 36%

104
162
93

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

Portions of RGB colors in percentages

R + G + B =
104 + 162 + 93 = 359 (100%)
R 104 of 359 ~ 28.97%
G 162 of 359 ~ 45.13%
B 93 of 359 ~ 25.91%

%28.97
%45.13
%25.91

CMYK color model

#68A25D color CMYK value is (36,0,43,36).

  • cyan value is 35.80%
  • magenta value is 0.00%
  • yellow value is 42.59%
  • key color value is 36.47%
CMYK:
(36,0,43,36)
C36M0Y43K36 
(36%,0%,43%,36%)
(0.36/0.00/0.43/0.36)	

CMYK percentages

%35.8
%0
%42.59
%36.47

Codes

Color #68A25D in popluar color models

68A25D
RGB10416293
HSL110°27.06%50.00%
HSB/HSV110°42.59%63.53%
CMYK35.80%0.00%42.59%
36.47%

Color #68A25D in popluar number systems.

HEX68A25D
Decimal10416293
Binary1101000101000101011101
Octal150242135

Shades and tints

Shades of #68A25D

#68A25D
(104,162,93)
#5F9455
(95,148,85)
#56864D
(86,134,77)
#4D7845
(77,120,69)
#446A3D
(68,106,61)
#3B5C35
(59,92,53)
#324E2D
(50,78,45)
#294025
(41,64,37)
#20321D
(32,50,29)
#172415
(23,36,21)
#0E160D
(14,22,13)
#000000
(0,0,0)

Tints of #68A25D

#68A25D
(104,162,93)
#75AA6B
(117,170,107)
#82B279
(130,178,121)
#8FBA87
(143,186,135)
#9CC295
(156,194,149)
#A9CAA3
(169,202,163)
#B6D2B1
(182,210,177)
#C3DABF
(195,218,191)
#D0E2CD
(208,226,205)
#DDEADB
(221,234,219)
#EAF2E9
(234,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68A25D color. Also use rgb(104,162,93) instead hex code.

Text Font Color

.myTextColor { color: #68A25D; }

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

This text font color is #68A25D.


Background Color

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

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

This div background color is #68A25D.


Border color

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

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

This div border color is #68A25D.


Opacity

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

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

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

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

This text has shadow with #68A25D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68A25D on black background.


Color preview on white background

This text has color #68A25D on white background.



Black color preview on #68A25D background

This text has black color on #68A25D background.


White color preview on #68A25D background

This text has white color on #68A25D background.