COLOR #68917F

HEX: #68917F
RGB: (104,145,127)

Color info

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

RGB color model

#68917F color RGB value is (104,145,127).

  • red value is 104;
  • green value is 145;
  • blue value is 127.
RGB:
(104,145,127)
(41%,57%,50%)

RGB channels and saturation

R 104 of 255 = 41%
G 145 of 255 = 57%
B 127 of 255 = 50%

104
145
127

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

Portions of RGB colors in percentages

R + G + B =
104 + 145 + 127 = 376 (100%)
R 104 of 376 ~ 27.66%
G 145 of 376 ~ 38.56%
B 127 of 376 ~ 33.78%

%27.66
%38.56
%33.78

CMYK color model

#68917F color CMYK value is (28,0,12,43).

  • cyan value is 28.28%
  • magenta value is 0.00%
  • yellow value is 12.41%
  • key color value is 43.14%
CMYK:
(28,0,12,43)
C28M0Y12K43 
(28%,0%,12%,43%)
(0.28/0.00/0.12/0.43)	

CMYK percentages

%28.28
%0
%12.41
%43.14

Codes

Color #68917F in popluar color models

68917F
RGB104145127
HSL154°16.47%48.82%
HSB/HSV154°28.28%56.86%
CMYK28.28%0.00%12.41%
43.14%

Color #68917F in popluar number systems.

HEX68917F
Decimal104145127
Binary1101000100100011111111
Octal150221177

Shades and tints

Shades of #68917F

#68917F
(104,145,127)
#5F8474
(95,132,116)
#567769
(86,119,105)
#4D6A5E
(77,106,94)
#445D53
(68,93,83)
#3B5048
(59,80,72)
#32433D
(50,67,61)
#293632
(41,54,50)
#202927
(32,41,39)
#171C1C
(23,28,28)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #68917F

#68917F
(104,145,127)
#759B8A
(117,155,138)
#82A595
(130,165,149)
#8FAFA0
(143,175,160)
#9CB9AB
(156,185,171)
#A9C3B6
(169,195,182)
#B6CDC1
(182,205,193)
#C3D7CC
(195,215,204)
#D0E1D7
(208,225,215)
#DDEBE2
(221,235,226)
#EAF5ED
(234,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68917F; }

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

This text font color is #68917F.


Background Color

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

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

This div background color is #68917F.


Border color

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

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

This div border color is #68917F.


Opacity

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

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

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

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

This text has shadow with #68917F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68917F on black background.


Color preview on white background

This text has color #68917F on white background.



Black color preview on #68917F background

This text has black color on #68917F background.


White color preview on #68917F background

This text has white color on #68917F background.