COLOR #68A95B

HEX: #68A95B
RGB: (104,169,91)

Color info

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

RGB color model

#68A95B color RGB value is (104,169,91).

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

RGB channels and saturation

R 104 of 255 = 41%
G 169 of 255 = 66%
B 91 of 255 = 36%

104
169
91

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

Portions of RGB colors in percentages

R + G + B =
104 + 169 + 91 = 364 (100%)
R 104 of 364 ~ 28.57%
G 169 of 364 ~ 46.43%
B 91 of 364 ~ 25%

%28.57
%46.43
%25

CMYK color model

#68A95B color CMYK value is (38,0,46,34).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 33.73%
CMYK:
(38,0,46,34)
C38M0Y46K34 
(38%,0%,46%,34%)
(0.38/0.00/0.46/0.34)	

CMYK percentages

%38.46
%0
%46.15
%33.73

Codes

Color #68A95B in popluar color models

68A95B
RGB10416991
HSL110°31.20%50.98%
HSB/HSV110°46.15%66.27%
CMYK38.46%0.00%46.15%
33.73%

Color #68A95B in popluar number systems.

HEX68A95B
Decimal10416991
Binary1101000101010011011011
Octal150251133

Shades and tints

Shades of #68A95B

#68A95B
(104,169,91)
#5F9A53
(95,154,83)
#568B4B
(86,139,75)
#4D7C43
(77,124,67)
#446D3B
(68,109,59)
#3B5E33
(59,94,51)
#324F2B
(50,79,43)
#294023
(41,64,35)
#20311B
(32,49,27)
#172213
(23,34,19)
#0E130B
(14,19,11)
#000000
(0,0,0)

Tints of #68A95B

#68A95B
(104,169,91)
#75B069
(117,176,105)
#82B777
(130,183,119)
#8FBE85
(143,190,133)
#9CC593
(156,197,147)
#A9CCA1
(169,204,161)
#B6D3AF
(182,211,175)
#C3DABD
(195,218,189)
#D0E1CB
(208,225,203)
#DDE8D9
(221,232,217)
#EAEFE7
(234,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68A95B; }

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

This text font color is #68A95B.


Background Color

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

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

This div background color is #68A95B.


Border color

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

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

This div border color is #68A95B.


Opacity

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

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

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

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

This text has shadow with #68A95B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68A95B on black background.


Color preview on white background

This text has color #68A95B on white background.



Black color preview on #68A95B background

This text has black color on #68A95B background.


White color preview on #68A95B background

This text has white color on #68A95B background.