COLOR #699772

HEX: #699772
RGB: (105,151,114)

Color info

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

RGB color model

#699772 color RGB value is (105,151,114).

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

RGB channels and saturation

R 105 of 255 = 41%
G 151 of 255 = 59%
B 114 of 255 = 45%

105
151
114

R + G + B ~ 48%. #699772 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 151 + 114 = 370 (100%)
R 105 of 370 ~ 28.38%
G 151 of 370 ~ 40.81%
B 114 of 370 ~ 30.81%

%28.38
%40.81
%30.81

CMYK color model

#699772 color CMYK value is (30,0,25,41).

  • cyan value is 30.46%
  • magenta value is 0.00%
  • yellow value is 24.50%
  • key color value is 40.78%
CMYK:
(30,0,25,41)
C30M0Y25K41 
(30%,0%,25%,41%)
(0.30/0.00/0.25/0.41)	

CMYK percentages

%30.46
%0
%24.5
%40.78

Codes

Color #699772 in popluar color models

699772
RGB105151114
HSL132°18.11%50.20%
HSB/HSV132°30.46%59.22%
CMYK30.46%0.00%24.50%
40.78%

Color #699772 in popluar number systems.

HEX699772
Decimal105151114
Binary1101001100101111110010
Octal151227162

Shades and tints

Shades of #699772

#699772
(105,151,114)
#608A68
(96,138,104)
#577D5E
(87,125,94)
#4E7054
(78,112,84)
#45634A
(69,99,74)
#3C5640
(60,86,64)
#334936
(51,73,54)
#2A3C2C
(42,60,44)
#212F22
(33,47,34)
#182218
(24,34,24)
#0F150E
(15,21,14)
#000000
(0,0,0)

Tints of #699772

#699772
(105,151,114)
#76A07E
(118,160,126)
#83A98A
(131,169,138)
#90B296
(144,178,150)
#9DBBA2
(157,187,162)
#AAC4AE
(170,196,174)
#B7CDBA
(183,205,186)
#C4D6C6
(196,214,198)
#D1DFD2
(209,223,210)
#DEE8DE
(222,232,222)
#EBF1EA
(235,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #699772; }

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

This text font color is #699772.


Background Color

.myBgColor { background-color: #699772; }

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

This div background color is #699772.


Border color

.myBorderColor { border: 1px solid #699772; }

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

This div border color is #699772.


Opacity

.myOpacity80 { color: #699772; opacity: 0.8; }

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

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

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

This text has shadow with #699772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699772 on black background.


Color preview on white background

This text has color #699772 on white background.



Black color preview on #699772 background

This text has black color on #699772 background.


White color preview on #699772 background

This text has white color on #699772 background.