COLOR #699C7F

HEX: #699C7F RGB: (105,156,127)

Color info

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

RGB color model

#699C7F color RGB value is (105,156,127).

RGB: (105,156,127) (41%, 61%, 50%)

RGB channels and saturation

R 105 of 255 = 41%
G 156 of 255 = 61%
B 127 of 255 = 50%

105
156
127

R + G + B ~ 51%. #699C7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 105 + 156 + 127 = 388 (100%)
R 105 of 388 ~ 27.06%
G 156 of 388 ~ 40.21%
B 127 of 388 ~ 32.73'%

%27.06
%40.21
%32.73

CMYK color model

#699C7F color CMYK value is (33,0,19,39).

  • cyan value is 32.69%
  • magenta value is 0.00%
  • yellow value is 18.59%
  • key color value is 38.82%

CMYK: (33,0,19,39)
C33M0Y19K39 (33%, 0%, 19%, 39%)
(0.33 / 0.00 / 0.19 / 0.39)

CMYK percentages

%32.69
%0
%18.59
%38.82

Codes

Color #699C7F in popluar color models

69 9C 7F
RGB 105 156 127
HSL 146° 20.48% 51.18%
HSB/HSV 146° 32.69% 61.18%
CMYK 32.69% 0.00% 18.59%
38.82%

Color #699C7F in popluar number systems.

HEX 69 9C 7F
Decimal 105 156 127
Binary 1101001 10011100 1111111
Octal 151 234 177

Shades and tints

Shades of #699C7F

#699C7F
(105,156,127)
#608E74
(96,142,116)
#578069
(87,128,105)
#4E725E
(78,114,94)
#456453
(69,100,83)
#3C5648
(60,86,72)
#33483D
(51,72,61)
#2A3A32
(42,58,50)
#212C27
(33,44,39)
#181E1C
(24,30,28)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #699C7F

#699C7F
(105,156,127)
#76A58A
(118,165,138)
#83AE95
(131,174,149)
#90B7A0
(144,183,160)
#9DC0AB
(157,192,171)
#AAC9B6
(170,201,182)
#B7D2C1
(183,210,193)
#C4DBCC
(196,219,204)
#D1E4D7
(209,228,215)
#DEEDE2
(222,237,226)
#EBF6ED
(235,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #699C7F color. Also use rgb(105,156,127) instead hex code.

Text Font Color

.myTextColor { color: #699C7F; }

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

This text font color is #699C7F.

Background Color

.myBgColor { background-color: #699C7F; }

<div style="background-color:#699C7F">Inner text</div>

This div background color is #699C7F.

Border color

.myBorderColor { border: 1px solid #699C7F; }

<div style="border:3px solid #699C7F">Div</div>

This div border color is #699C7F.

Opacity

.myOpacity80 { color: #699C7F; opacity: 0.8; }

<p style="color:#699C7F;opacity:0.8;">80%</p>

Text with #699C7F 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 #699C7F;}

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

This text has shadow with #699C7F color.


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

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

This text has shadow with #699C7F primary color and red secondary color.


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

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

This text has shadow with #699C7F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #699C7F.

Preview

Color preview on black background

This text has color #699C7F on black background.


Color preview on white background

This text has color #699C7F on white background.


Black color preview on #699C7F background

This text has black color on #699C7F background.


White color preview on #699C7F background

This text has white color on #699C7F background.


Related colors

Complementary color

Complementary color for #hex is #966380.


I love getcolorcode.com

Triadic colors

1 #7F699C and #9C7F69 with #699C7F are triadic colors.

2 #7F9C69 and #9C697F with #699C7F are triadic colors.