COLOR #68A970

HEX: #68A970
RGB: (104,169,112)

Color info

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

RGB color model

#68A970 color RGB value is (104,169,112).

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

RGB channels and saturation

R 104 of 255 = 41%
G 169 of 255 = 66%
B 112 of 255 = 44%

104
169
112

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

Portions of RGB colors in percentages

R + G + B =
104 + 169 + 112 = 385 (100%)
R 104 of 385 ~ 27.01%
G 169 of 385 ~ 43.9%
B 112 of 385 ~ 29.09%

%27.01
%43.9
%29.09

CMYK color model

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

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

CMYK percentages

%38.46
%0
%33.73
%33.73

Codes

Color #68A970 in popluar color models

68A970
RGB104169112
HSL127°27.43%53.53%
HSB/HSV127°38.46%66.27%
CMYK38.46%0.00%33.73%
33.73%

Color #68A970 in popluar number systems.

HEX68A970
Decimal104169112
Binary1101000101010011110000
Octal150251160

Shades and tints

Shades of #68A970

#68A970
(104,169,112)
#5F9A66
(95,154,102)
#568B5C
(86,139,92)
#4D7C52
(77,124,82)
#446D48
(68,109,72)
#3B5E3E
(59,94,62)
#324F34
(50,79,52)
#29402A
(41,64,42)
#203120
(32,49,32)
#172216
(23,34,22)
#0E130C
(14,19,12)
#000000
(0,0,0)

Tints of #68A970

#68A970
(104,169,112)
#75B07D
(117,176,125)
#82B78A
(130,183,138)
#8FBE97
(143,190,151)
#9CC5A4
(156,197,164)
#A9CCB1
(169,204,177)
#B6D3BE
(182,211,190)
#C3DACB
(195,218,203)
#D0E1D8
(208,225,216)
#DDE8E5
(221,232,229)
#EAEFF2
(234,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68A970; }

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

This text font color is #68A970.


Background Color

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

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

This div background color is #68A970.


Border color

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

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

This div border color is #68A970.


Opacity

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

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

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

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

This text has shadow with #68A970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68A970 on black background.


Color preview on white background

This text has color #68A970 on white background.



Black color preview on #68A970 background

This text has black color on #68A970 background.


White color preview on #68A970 background

This text has white color on #68A970 background.