COLOR #68946B

HEX: #68946B RGB: (104,148,107)

Color info

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

RGB color model

#68946B color RGB value is (104,148,107).

RGB: (104,148,107) (41%, 58%, 42%)

RGB channels and saturation

R 104 of 255 = 41%
G 148 of 255 = 58%
B 107 of 255 = 42%

104
148
107

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

Portions of RGB colors in percentages

R + G + B = 104 + 148 + 107 = 359 (100%)
R 104 of 359 ~ 28.97%
G 148 of 359 ~ 41.23%
B 107 of 359 ~ 29.81'%

%28.97
%41.23
%29.81

CMYK color model

#68946B color CMYK value is (30,0,28,42).

  • cyan value is 29.73%
  • magenta value is 0.00%
  • yellow value is 27.70%
  • key color value is 41.96%

CMYK: (30,0,28,42)
C30M0Y28K42 (30%, 0%, 28%, 42%)
(0.30 / 0.00 / 0.28 / 0.42)

CMYK percentages

%29.73
%0
%27.7
%41.96

Codes

Color #68946B in popluar color models

68 94 6B
RGB 104 148 107
HSL 124° 17.46% 49.41%
HSB/HSV 124° 29.73% 58.04%
CMYK 29.73% 0.00% 27.70%
41.96%

Color #68946B in popluar number systems.

HEX 68 94 6B
Decimal 104 148 107
Binary 1101000 10010100 1101011
Octal 150 224 153

Shades and tints

Shades of #68946B

#68946B
(104,148,107)
#5F8762
(95,135,98)
#567A59
(86,122,89)
#4D6D50
(77,109,80)
#446047
(68,96,71)
#3B533E
(59,83,62)
#324635
(50,70,53)
#29392C
(41,57,44)
#202C23
(32,44,35)
#171F1A
(23,31,26)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #68946B

#68946B
(104,148,107)
#759D78
(117,157,120)
#82A685
(130,166,133)
#8FAF92
(143,175,146)
#9CB89F
(156,184,159)
#A9C1AC
(169,193,172)
#B6CAB9
(182,202,185)
#C3D3C6
(195,211,198)
#D0DCD3
(208,220,211)
#DDE5E0
(221,229,224)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68946B color. Also use rgb(104,148,107) instead hex code.

Text Font Color

.myTextColor { color: #68946B; }

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

This text font color is #68946B.

Background Color

.myBgColor { background-color: #68946B; }

<div style="background-color:#68946B">Inner text</div>

This div background color is #68946B.

Border color

.myBorderColor { border: 1px solid #68946B; }

<div style="border:3px solid #68946B">Div</div>

This div border color is #68946B.

Opacity

.myOpacity80 { color: #68946B; opacity: 0.8; }

<p style="color:#68946B;opacity:0.8;">80%</p>

Text with #68946B 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 #68946B;}

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

This text has shadow with #68946B color.


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

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

This text has shadow with #68946B primary color and red secondary color.


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

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

This text has shadow with #68946B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #68946B.

Preview

Color preview on black background

This text has color #68946B on black background.


Color preview on white background

This text has color #68946B on white background.


Black color preview on #68946B background

This text has black color on #68946B background.


White color preview on #68946B background

This text has white color on #68946B background.


Related colors

Complementary color

Complementary color for #hex is #976B94.


I love getcolorcode.com

Triadic colors

1 #6B6894 and #946B68 with #68946B are triadic colors.

2 #6B9468 and #94686B with #68946B are triadic colors.