COLOR #68A05B

HEX: #68A05B
RGB: (104,160,91)

Color info

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

RGB color model

#68A05B color RGB value is (104,160,91).

  • red value is 104;
  • green value is 160;
  • blue value is 91.
RGB:
(104,160,91)
(41%,63%,36%)

RGB channels and saturation

R 104 of 255 = 41%
G 160 of 255 = 63%
B 91 of 255 = 36%

104
160
91

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

Portions of RGB colors in percentages

R + G + B =
104 + 160 + 91 = 355 (100%)
R 104 of 355 ~ 29.3%
G 160 of 355 ~ 45.07%
B 91 of 355 ~ 25.63%

%29.3
%45.07
%25.63

CMYK color model

#68A05B color CMYK value is (35,0,43,37).

  • cyan value is 35.00%
  • magenta value is 0.00%
  • yellow value is 43.13%
  • key color value is 37.25%
CMYK:
(35,0,43,37)
C35M0Y43K37 
(35%,0%,43%,37%)
(0.35/0.00/0.43/0.37)	

CMYK percentages

%35
%0
%43.13
%37.25

Codes

Color #68A05B in popluar color models

68A05B
RGB10416091
HSL109°27.49%49.22%
HSB/HSV109°43.13%62.75%
CMYK35.00%0.00%43.13%
37.25%

Color #68A05B in popluar number systems.

HEX68A05B
Decimal10416091
Binary1101000101000001011011
Octal150240133

Shades and tints

Shades of #68A05B

#68A05B
(104,160,91)
#5F9253
(95,146,83)
#56844B
(86,132,75)
#4D7643
(77,118,67)
#44683B
(68,104,59)
#3B5A33
(59,90,51)
#324C2B
(50,76,43)
#293E23
(41,62,35)
#20301B
(32,48,27)
#172213
(23,34,19)
#0E140B
(14,20,11)
#000000
(0,0,0)

Tints of #68A05B

#68A05B
(104,160,91)
#75A869
(117,168,105)
#82B077
(130,176,119)
#8FB885
(143,184,133)
#9CC093
(156,192,147)
#A9C8A1
(169,200,161)
#B6D0AF
(182,208,175)
#C3D8BD
(195,216,189)
#D0E0CB
(208,224,203)
#DDE8D9
(221,232,217)
#EAF0E7
(234,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68A05B color. Also use rgb(104,160,91) instead hex code.

Text Font Color

.myTextColor { color: #68A05B; }

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

This text font color is #68A05B.


Background Color

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

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

This div background color is #68A05B.


Border color

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

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

This div border color is #68A05B.


Opacity

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

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

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

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

This text has shadow with #68A05B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68A05B on black background.


Color preview on white background

This text has color #68A05B on white background.



Black color preview on #68A05B background

This text has black color on #68A05B background.


White color preview on #68A05B background

This text has white color on #68A05B background.