COLOR #699D7C

HEX: #699D7C
RGB: (105,157,124)

Color info

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

RGB color model

#699D7C color RGB value is (105,157,124).

  • red value is 105;
  • green value is 157;
  • blue value is 124.
RGB:
(105,157,124)
(41%,62%,49%)

RGB channels and saturation

R 105 of 255 = 41%
G 157 of 255 = 62%
B 124 of 255 = 49%

105
157
124

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

Portions of RGB colors in percentages

R + G + B =
105 + 157 + 124 = 386 (100%)
R 105 of 386 ~ 27.2%
G 157 of 386 ~ 40.67%
B 124 of 386 ~ 32.12%

%27.2
%40.67
%32.12

CMYK color model

#699D7C color CMYK value is (33,0,21,38).

  • cyan value is 33.12%
  • magenta value is 0.00%
  • yellow value is 21.02%
  • key color value is 38.43%
CMYK:
(33,0,21,38)
C33M0Y21K38 
(33%,0%,21%,38%)
(0.33/0.00/0.21/0.38)	

CMYK percentages

%33.12
%0
%21.02
%38.43

Codes

Color #699D7C in popluar color models

699D7C
RGB105157124
HSL142°20.97%51.37%
HSB/HSV142°33.12%61.57%
CMYK33.12%0.00%21.02%
38.43%

Color #699D7C in popluar number systems.

HEX699D7C
Decimal105157124
Binary1101001100111011111100
Octal151235174

Shades and tints

Shades of #699D7C

#699D7C
(105,157,124)
#608F71
(96,143,113)
#578166
(87,129,102)
#4E735B
(78,115,91)
#456550
(69,101,80)
#3C5745
(60,87,69)
#33493A
(51,73,58)
#2A3B2F
(42,59,47)
#212D24
(33,45,36)
#181F19
(24,31,25)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #699D7C

#699D7C
(105,157,124)
#76A587
(118,165,135)
#83AD92
(131,173,146)
#90B59D
(144,181,157)
#9DBDA8
(157,189,168)
#AAC5B3
(170,197,179)
#B7CDBE
(183,205,190)
#C4D5C9
(196,213,201)
#D1DDD4
(209,221,212)
#DEE5DF
(222,229,223)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #699D7C color. Also use rgb(105,157,124) instead hex code.

Text Font Color

.myTextColor { color: #699D7C; }

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

This text font color is #699D7C.


Background Color

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

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

This div background color is #699D7C.


Border color

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

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

This div border color is #699D7C.


Opacity

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

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

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

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

This text has shadow with #699D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699D7C on black background.


Color preview on white background

This text has color #699D7C on white background.



Black color preview on #699D7C background

This text has black color on #699D7C background.


White color preview on #699D7C background

This text has white color on #699D7C background.