COLOR #699C70

HEX: #699C70
RGB: (105,156,112)

Color info

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

RGB color model

#699C70 color RGB value is (105,156,112).

  • red value is 105;
  • green value is 156;
  • blue value is 112.
RGB:
(105,156,112)
(41%,61%,44%)

RGB channels and saturation

R 105 of 255 = 41%
G 156 of 255 = 61%
B 112 of 255 = 44%

105
156
112

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

Portions of RGB colors in percentages

R + G + B =
105 + 156 + 112 = 373 (100%)
R 105 of 373 ~ 28.15%
G 156 of 373 ~ 41.82%
B 112 of 373 ~ 30.03%

%28.15
%41.82
%30.03

CMYK color model

#699C70 color CMYK value is (33,0,28,39).

  • cyan value is 32.69%
  • magenta value is 0.00%
  • yellow value is 28.21%
  • key color value is 38.82%
CMYK:
(33,0,28,39)
C33M0Y28K39 
(33%,0%,28%,39%)
(0.33/0.00/0.28/0.39)	

CMYK percentages

%32.69
%0
%28.21
%38.82

Codes

Color #699C70 in popluar color models

699C70
RGB105156112
HSL128°20.48%51.18%
HSB/HSV128°32.69%61.18%
CMYK32.69%0.00%28.21%
38.82%

Color #699C70 in popluar number systems.

HEX699C70
Decimal105156112
Binary1101001100111001110000
Octal151234160

Shades and tints

Shades of #699C70

#699C70
(105,156,112)
#608E66
(96,142,102)
#57805C
(87,128,92)
#4E7252
(78,114,82)
#456448
(69,100,72)
#3C563E
(60,86,62)
#334834
(51,72,52)
#2A3A2A
(42,58,42)
#212C20
(33,44,32)
#181E16
(24,30,22)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #699C70

#699C70
(105,156,112)
#76A57D
(118,165,125)
#83AE8A
(131,174,138)
#90B797
(144,183,151)
#9DC0A4
(157,192,164)
#AAC9B1
(170,201,177)
#B7D2BE
(183,210,190)
#C4DBCB
(196,219,203)
#D1E4D8
(209,228,216)
#DEEDE5
(222,237,229)
#EBF6F2
(235,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #699C70; }

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

This text font color is #699C70.


Background Color

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

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

This div background color is #699C70.


Border color

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

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

This div border color is #699C70.


Opacity

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

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

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

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

This text has shadow with #699C70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699C70 on black background.


Color preview on white background

This text has color #699C70 on white background.



Black color preview on #699C70 background

This text has black color on #699C70 background.


White color preview on #699C70 background

This text has white color on #699C70 background.