COLOR #68966A

HEX: #68966A RGB: (104,150,106)

Color info

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

RGB color model

#68966A color RGB value is (104,150,106).

RGB: (104,150,106) (41%, 59%, 42%)

RGB channels and saturation

R 104 of 255 = 41%
G 150 of 255 = 59%
B 106 of 255 = 42%

104
150
106

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

Portions of RGB colors in percentages

R + G + B = 104 + 150 + 106 = 360 (100%)
R 104 of 360 ~ 28.89%
G 150 of 360 ~ 41.67%
B 106 of 360 ~ 29.44'%

%28.89
%41.67
%29.44

CMYK color model

#68966A color CMYK value is (31,0,29,41).

  • cyan value is 30.67%
  • magenta value is 0.00%
  • yellow value is 29.33%
  • key color value is 41.18%

CMYK: (31,0,29,41)
C31M0Y29K41 (31%, 0%, 29%, 41%)
(0.31 / 0.00 / 0.29 / 0.41)

CMYK percentages

%30.67
%0
%29.33
%41.18

Codes

Color #68966A in popluar color models

68 96 6A
RGB 104 150 106
HSL 123° 18.11% 49.80%
HSB/HSV 123° 30.67% 58.82%
CMYK 30.67% 0.00% 29.33%
41.18%

Color #68966A in popluar number systems.

HEX 68 96 6A
Decimal 104 150 106
Binary 1101000 10010110 1101010
Octal 150 226 152

Shades and tints

Shades of #68966A

#68966A
(104,150,106)
#5F8961
(95,137,97)
#567C58
(86,124,88)
#4D6F4F
(77,111,79)
#446246
(68,98,70)
#3B553D
(59,85,61)
#324834
(50,72,52)
#293B2B
(41,59,43)
#202E22
(32,46,34)
#172119
(23,33,25)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #68966A

#68966A
(104,150,106)
#759F77
(117,159,119)
#82A884
(130,168,132)
#8FB191
(143,177,145)
#9CBA9E
(156,186,158)
#A9C3AB
(169,195,171)
#B6CCB8
(182,204,184)
#C3D5C5
(195,213,197)
#D0DED2
(208,222,210)
#DDE7DF
(221,231,223)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68966A color. Also use rgb(104,150,106) instead hex code.

Text Font Color

.myTextColor { color: #68966A; }

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

This text font color is #68966A.

Background Color

.myBgColor { background-color: #68966A; }

<div style="background-color:#68966A">Inner text</div>

This div background color is #68966A.

Border color

.myBorderColor { border: 1px solid #68966A; }

<div style="border:3px solid #68966A">Div</div>

This div border color is #68966A.

Opacity

.myOpacity80 { color: #68966A; opacity: 0.8; }

<p style="color:#68966A;opacity:0.8;">80%</p>

Text with #68966A 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 #68966A;}

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

This text has shadow with #68966A color.


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

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

This text has shadow with #68966A primary color and red secondary color.


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

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

This text has shadow with #68966A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #68966A.

Preview

Color preview on black background

This text has color #68966A on black background.


Color preview on white background

This text has color #68966A on white background.


Black color preview on #68966A background

This text has black color on #68966A background.


White color preview on #68966A background

This text has white color on #68966A background.


Related colors

Complementary color

Complementary color for #hex is #976995.


I love getcolorcode.com

Triadic colors

1 #6A6896 and #966A68 with #68966A are triadic colors.

2 #6A9668 and #96686A with #68966A are triadic colors.