COLOR #68997A

HEX: #68997A RGB: (104,153,122)

Color info

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

RGB color model

#68997A color RGB value is (104,153,122).

RGB: (104,153,122) (41%, 60%, 48%)

RGB channels and saturation

R 104 of 255 = 41%
G 153 of 255 = 60%
B 122 of 255 = 48%

104
153
122

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

Portions of RGB colors in percentages

R + G + B = 104 + 153 + 122 = 379 (100%)
R 104 of 379 ~ 27.44%
G 153 of 379 ~ 40.37%
B 122 of 379 ~ 32.19'%

%27.44
%40.37
%32.19

CMYK color model

#68997A color CMYK value is (32,0,20,40).

  • cyan value is 32.03%
  • magenta value is 0.00%
  • yellow value is 20.26%
  • key color value is 40.00%

CMYK: (32,0,20,40)
C32M0Y20K40 (32%, 0%, 20%, 40%)
(0.32 / 0.00 / 0.20 / 0.40)

CMYK percentages

%32.03
%0
%20.26
%40

Codes

Color #68997A in popluar color models

68 99 7A
RGB 104 153 122
HSL 142° 19.37% 50.39%
HSB/HSV 142° 32.03% 60.00%
CMYK 32.03% 0.00% 20.26%
40.00%

Color #68997A in popluar number systems.

HEX 68 99 7A
Decimal 104 153 122
Binary 1101000 10011001 1111010
Octal 150 231 172

Shades and tints

Shades of #68997A

#68997A
(104,153,122)
#5F8C6F
(95,140,111)
#567F64
(86,127,100)
#4D7259
(77,114,89)
#44654E
(68,101,78)
#3B5843
(59,88,67)
#324B38
(50,75,56)
#293E2D
(41,62,45)
#203122
(32,49,34)
#172417
(23,36,23)
#0E170C
(14,23,12)
#000000
(0,0,0)

Tints of #68997A

#68997A
(104,153,122)
#75A286
(117,162,134)
#82AB92
(130,171,146)
#8FB49E
(143,180,158)
#9CBDAA
(156,189,170)
#A9C6B6
(169,198,182)
#B6CFC2
(182,207,194)
#C3D8CE
(195,216,206)
#D0E1DA
(208,225,218)
#DDEAE6
(221,234,230)
#EAF3F2
(234,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68997A color. Also use rgb(104,153,122) instead hex code.

Text Font Color

.myTextColor { color: #68997A; }

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

This text font color is #68997A.

Background Color

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

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

This div background color is #68997A.

Border color

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

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

This div border color is #68997A.

Opacity

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

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

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

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

This text has shadow with #68997A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68997A.

Preview

Color preview on black background

This text has color #68997A on black background.


Color preview on white background

This text has color #68997A on white background.


Black color preview on #68997A background

This text has black color on #68997A background.


White color preview on #68997A background

This text has white color on #68997A background.


Related colors

Complementary color

Complementary color for #hex is #976685.


I love getcolorcode.com

Triadic colors

1 #7A6899 and #997A68 with #68997A are triadic colors.

2 #7A9968 and #99687A with #68997A are triadic colors.