COLOR #68A069

HEX: #68A069
RGB: (104,160,105)

Color info

#68A069 contains red, green and blue colors in about the same proportion. Web safe color of #68A069 is #669966 (or #696).

RGB color model

#68A069 color RGB value is (104,160,105).

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

RGB channels and saturation

R 104 of 255 = 41%
G 160 of 255 = 63%
B 105 of 255 = 41%

104
160
105

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

Portions of RGB colors in percentages

R + G + B =
104 + 160 + 105 = 369 (100%)
R 104 of 369 ~ 28.18%
G 160 of 369 ~ 43.36%
B 105 of 369 ~ 28.46%

%28.18
%43.36
%28.46

CMYK color model

#68A069 color CMYK value is (35,0,34,37).

  • cyan value is 35.00%
  • magenta value is 0.00%
  • yellow value is 34.38%
  • key color value is 37.25%
CMYK:
(35,0,34,37)
C35M0Y34K37 
(35%,0%,34%,37%)
(0.35/0.00/0.34/0.37)	

CMYK percentages

%35
%0
%34.38
%37.25

Codes

Color #68A069 in popluar color models

68A069
RGB104160105
HSL121°22.76%51.76%
HSB/HSV121°35.00%62.75%
CMYK35.00%0.00%34.38%
37.25%

Color #68A069 in popluar number systems.

HEX68A069
Decimal104160105
Binary1101000101000001101001
Octal150240151

Shades and tints

Shades of #68A069

#68A069
(104,160,105)
#5F9260
(95,146,96)
#568457
(86,132,87)
#4D764E
(77,118,78)
#446845
(68,104,69)
#3B5A3C
(59,90,60)
#324C33
(50,76,51)
#293E2A
(41,62,42)
#203021
(32,48,33)
#172218
(23,34,24)
#0E140F
(14,20,15)
#000000
(0,0,0)

Tints of #68A069

#68A069
(104,160,105)
#75A876
(117,168,118)
#82B083
(130,176,131)
#8FB890
(143,184,144)
#9CC09D
(156,192,157)
#A9C8AA
(169,200,170)
#B6D0B7
(182,208,183)
#C3D8C4
(195,216,196)
#D0E0D1
(208,224,209)
#DDE8DE
(221,232,222)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68A069; }

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

This text font color is #68A069.


Background Color

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

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

This div background color is #68A069.


Border color

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

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

This div border color is #68A069.


Opacity

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

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

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

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

This text has shadow with #68A069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68A069 on black background.


Color preview on white background

This text has color #68A069 on white background.



Black color preview on #68A069 background

This text has black color on #68A069 background.


White color preview on #68A069 background

This text has white color on #68A069 background.