COLOR #69A776

HEX: #69A776
RGB: (105,167,118)

Color info

#69A776 contains mainly green and blue colors. Web safe color of #69A776 is #669966 (or #696).

RGB color model

#69A776 color RGB value is (105,167,118).

  • red value is 105;
  • green value is 167;
  • blue value is 118.
RGB:
(105,167,118)
(41%,65%,46%)

RGB channels and saturation

R 105 of 255 = 41%
G 167 of 255 = 65%
B 118 of 255 = 46%

105
167
118

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

Portions of RGB colors in percentages

R + G + B =
105 + 167 + 118 = 390 (100%)
R 105 of 390 ~ 26.92%
G 167 of 390 ~ 42.82%
B 118 of 390 ~ 30.26%

%26.92
%42.82
%30.26

CMYK color model

#69A776 color CMYK value is (37,0,29,35).

  • cyan value is 37.13%
  • magenta value is 0.00%
  • yellow value is 29.34%
  • key color value is 34.51%
CMYK:
(37,0,29,35)
C37M0Y29K35 
(37%,0%,29%,35%)
(0.37/0.00/0.29/0.35)	

CMYK percentages

%37.13
%0
%29.34
%34.51

Codes

Color #69A776 in popluar color models

69A776
RGB105167118
HSL133°26.05%53.33%
HSB/HSV133°37.13%65.49%
CMYK37.13%0.00%29.34%
34.51%

Color #69A776 in popluar number systems.

HEX69A776
Decimal105167118
Binary1101001101001111110110
Octal151247166

Shades and tints

Shades of #69A776

#69A776
(105,167,118)
#60986C
(96,152,108)
#578962
(87,137,98)
#4E7A58
(78,122,88)
#456B4E
(69,107,78)
#3C5C44
(60,92,68)
#334D3A
(51,77,58)
#2A3E30
(42,62,48)
#212F26
(33,47,38)
#18201C
(24,32,28)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #69A776

#69A776
(105,167,118)
#76AF82
(118,175,130)
#83B78E
(131,183,142)
#90BF9A
(144,191,154)
#9DC7A6
(157,199,166)
#AACFB2
(170,207,178)
#B7D7BE
(183,215,190)
#C4DFCA
(196,223,202)
#D1E7D6
(209,231,214)
#DEEFE2
(222,239,226)
#EBF7EE
(235,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69A776 color. Also use rgb(105,167,118) instead hex code.

Text Font Color

.myTextColor { color: #69A776; }

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

This text font color is #69A776.


Background Color

.myBgColor { background-color: #69A776; }

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

This div background color is #69A776.


Border color

.myBorderColor { border: 1px solid #69A776; }

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

This div border color is #69A776.


Opacity

.myOpacity80 { color: #69A776; opacity: 0.8; }

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

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

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

This text has shadow with #69A776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69A776 on black background.


Color preview on white background

This text has color #69A776 on white background.



Black color preview on #69A776 background

This text has black color on #69A776 background.


White color preview on #69A776 background

This text has white color on #69A776 background.