COLOR #699E72

HEX: #699E72
RGB: (105,158,114)

Color info

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

RGB color model

#699E72 color RGB value is (105,158,114).

  • red value is 105;
  • green value is 158;
  • blue value is 114.
RGB:
(105,158,114)
(41%,62%,45%)

RGB channels and saturation

R 105 of 255 = 41%
G 158 of 255 = 62%
B 114 of 255 = 45%

105
158
114

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

Portions of RGB colors in percentages

R + G + B =
105 + 158 + 114 = 377 (100%)
R 105 of 377 ~ 27.85%
G 158 of 377 ~ 41.91%
B 114 of 377 ~ 30.24%

%27.85
%41.91
%30.24

CMYK color model

#699E72 color CMYK value is (34,0,28,38).

  • cyan value is 33.54%
  • magenta value is 0.00%
  • yellow value is 27.85%
  • key color value is 38.04%
CMYK:
(34,0,28,38)
C34M0Y28K38 
(34%,0%,28%,38%)
(0.34/0.00/0.28/0.38)	

CMYK percentages

%33.54
%0
%27.85
%38.04

Codes

Color #699E72 in popluar color models

699E72
RGB105158114
HSL130°21.46%51.57%
HSB/HSV130°33.54%61.96%
CMYK33.54%0.00%27.85%
38.04%

Color #699E72 in popluar number systems.

HEX699E72
Decimal105158114
Binary1101001100111101110010
Octal151236162

Shades and tints

Shades of #699E72

#699E72
(105,158,114)
#609068
(96,144,104)
#57825E
(87,130,94)
#4E7454
(78,116,84)
#45664A
(69,102,74)
#3C5840
(60,88,64)
#334A36
(51,74,54)
#2A3C2C
(42,60,44)
#212E22
(33,46,34)
#182018
(24,32,24)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #699E72

#699E72
(105,158,114)
#76A67E
(118,166,126)
#83AE8A
(131,174,138)
#90B696
(144,182,150)
#9DBEA2
(157,190,162)
#AAC6AE
(170,198,174)
#B7CEBA
(183,206,186)
#C4D6C6
(196,214,198)
#D1DED2
(209,222,210)
#DEE6DE
(222,230,222)
#EBEEEA
(235,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #699E72 color. Also use rgb(105,158,114) instead hex code.

Text Font Color

.myTextColor { color: #699E72; }

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

This text font color is #699E72.


Background Color

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

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

This div background color is #699E72.


Border color

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

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

This div border color is #699E72.


Opacity

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

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

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

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

This text has shadow with #699E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699E72 on black background.


Color preview on white background

This text has color #699E72 on white background.



Black color preview on #699E72 background

This text has black color on #699E72 background.


White color preview on #699E72 background

This text has white color on #699E72 background.