COLOR #68AA74

HEX: #68AA74 RGB: (104,170,116)

Color info

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

RGB color model

#68AA74 color RGB value is (104,170,116).

RGB: (104,170,116) (41%, 67%, 45%)

RGB channels and saturation

R 104 of 255 = 41%
G 170 of 255 = 67%
B 116 of 255 = 45%

104
170
116

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

Portions of RGB colors in percentages

R + G + B = 104 + 170 + 116 = 390 (100%)
R 104 of 390 ~ 26.67%
G 170 of 390 ~ 43.59%
B 116 of 390 ~ 29.74'%

%26.67
%43.59
%29.74

CMYK color model

#68AA74 color CMYK value is (39,0,32,33).

  • cyan value is 38.82%
  • magenta value is 0.00%
  • yellow value is 31.76%
  • key color value is 33.33%

CMYK: (39,0,32,33)
C39M0Y32K33 (39%, 0%, 32%, 33%)
(0.39 / 0.00 / 0.32 / 0.33)

CMYK percentages

%38.82
%0
%31.76
%33.33

Codes

Color #68AA74 in popluar color models

68 AA 74
RGB 104 170 116
HSL 131° 27.97% 53.73%
HSB/HSV 131° 38.82% 66.67%
CMYK 38.82% 0.00% 31.76%
33.33%

Color #68AA74 in popluar number systems.

HEX 68 AA 74
Decimal 104 170 116
Binary 1101000 10101010 1110100
Octal 150 252 164

Shades and tints

Shades of #68AA74

#68AA74
(104,170,116)
#5F9B6A
(95,155,106)
#568C60
(86,140,96)
#4D7D56
(77,125,86)
#446E4C
(68,110,76)
#3B5F42
(59,95,66)
#325038
(50,80,56)
#29412E
(41,65,46)
#203224
(32,50,36)
#17231A
(23,35,26)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #68AA74

#68AA74
(104,170,116)
#75B180
(117,177,128)
#82B88C
(130,184,140)
#8FBF98
(143,191,152)
#9CC6A4
(156,198,164)
#A9CDB0
(169,205,176)
#B6D4BC
(182,212,188)
#C3DBC8
(195,219,200)
#D0E2D4
(208,226,212)
#DDE9E0
(221,233,224)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68AA74 color. Also use rgb(104,170,116) instead hex code.

Text Font Color

.myTextColor { color: #68AA74; }

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

This text font color is #68AA74.

Background Color

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

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

This div background color is #68AA74.

Border color

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

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

This div border color is #68AA74.

Opacity

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

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

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

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

This text has shadow with #68AA74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68AA74.

Preview

Color preview on black background

This text has color #68AA74 on black background.


Color preview on white background

This text has color #68AA74 on white background.


Black color preview on #68AA74 background

This text has black color on #68AA74 background.


White color preview on #68AA74 background

This text has white color on #68AA74 background.


Related colors

Complementary color

Complementary color for #hex is #97558B.


I love getcolorcode.com

Triadic colors

1 #7468AA and #AA7468 with #68AA74 are triadic colors.

2 #74AA68 and #AA6874 with #68AA74 are triadic colors.