COLOR #68915F

HEX: #68915F RGB: (104,145,95)

Color info

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

RGB color model

#68915F color RGB value is (104,145,95).

RGB: (104,145,95) (41%, 57%, 37%)

RGB channels and saturation

R 104 of 255 = 41%
G 145 of 255 = 57%
B 95 of 255 = 37%

104
145
95

R + G + B ~ 45%. #68915F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 145 + 95 = 344 (100%)
R 104 of 344 ~ 30.23%
G 145 of 344 ~ 42.15%
B 95 of 344 ~ 27.62'%

%30.23
%42.15
%27.62

CMYK color model

#68915F color CMYK value is (28,0,34,43).

  • cyan value is 28.28%
  • magenta value is 0.00%
  • yellow value is 34.48%
  • key color value is 43.14%
CMYK: (28,0,34,43) C28M0Y34K43 (28%,0%,34%,43%) (0.28/0.00/0.34/0.43) 

CMYK percentages

%28.28
%0
%34.48
%43.14

Codes

Color #68915F in popluar color models

68 91 5F
RGB 104 145 95
HSL 109° 20.83% 47.06%
HSB/HSV 109° 34.48% 56.86%
CMYK 28.28% 0.00% 34.48%
43.14%

Color #68915F in popluar number systems.

HEX 68 91 5F
Decimal 104 145 95
Binary 1101000 10010001 1011111
Octal 150 221 137

Shades and tints

Shades of #68915F

#68915F
(104,145,95)
#5F8457
(95,132,87)
#56774F
(86,119,79)
#4D6A47
(77,106,71)
#445D3F
(68,93,63)
#3B5037
(59,80,55)
#32432F
(50,67,47)
#293627
(41,54,39)
#20291F
(32,41,31)
#171C17
(23,28,23)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #68915F

#68915F
(104,145,95)
#759B6D
(117,155,109)
#82A57B
(130,165,123)
#8FAF89
(143,175,137)
#9CB997
(156,185,151)
#A9C3A5
(169,195,165)
#B6CDB3
(182,205,179)
#C3D7C1
(195,215,193)
#D0E1CF
(208,225,207)
#DDEBDD
(221,235,221)
#EAF5EB
(234,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68915F color. Also use rgb(104,145,95) instead hex code.

Text Font Color

.myTextColor { color: #68915F; }

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

This text font color is #68915F.

Background Color

.myBgColor { background-color: #68915F; }

<div style="background-color:#68915F">Inner text</div>

This div background color is #68915F.

Border color

.myBorderColor { border: 1px solid #68915F; }

<div style="border:3px solid #68915F">Div</div>

This div border color is #68915F.

Opacity

.myOpacity80 { color: #68915F; opacity: 0.8; }

<p style="color:#68915F;opacity:0.8;">80%</p>

Text with #68915F 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 #68915F;}

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

This text has shadow with #68915F color.


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

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

This text has shadow with #68915F primary color and red secondary color.


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

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

This text has shadow with #68915F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #68915F.

Preview

Color preview on black background

This text has color #68915F on black background.


Color preview on white background

This text has color #68915F on white background.


Black color preview on #68915F background

This text has black color on #68915F background.


White color preview on #68915F background

This text has white color on #68915F background.


Related colors

Complementary color

Complementary color for #hex is #976EA0.


I love getcolorcode.com

Triadic colors

1 #5F6891 and #915F68 with #68915F are triadic colors.

2 #5F9168 and #91685F with #68915F are triadic colors.