COLOR #69AB79

HEX: #69AB79 RGB: (105,171,121)

Color info

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

RGB color model

#69AB79 color RGB value is (105,171,121).

RGB: (105,171,121) (41%, 67%, 47%)

RGB channels and saturation

R 105 of 255 = 41%
G 171 of 255 = 67%
B 121 of 255 = 47%

105
171
121

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

Portions of RGB colors in percentages

R + G + B = 105 + 171 + 121 = 397 (100%)
R 105 of 397 ~ 26.45%
G 171 of 397 ~ 43.07%
B 121 of 397 ~ 30.48'%

%26.45
%43.07
%30.48

CMYK color model

#69AB79 color CMYK value is (39,0,29,33).

  • cyan value is 38.60%
  • magenta value is 0.00%
  • yellow value is 29.24%
  • key color value is 32.94%

CMYK: (39,0,29,33)
C39M0Y29K33 (39%, 0%, 29%, 33%)
(0.39 / 0.00 / 0.29 / 0.33)

CMYK percentages

%38.6
%0
%29.24
%32.94

Codes

Color #69AB79 in popluar color models

69 AB 79
RGB 105 171 121
HSL 135° 28.21% 54.12%
HSB/HSV 135° 38.60% 67.06%
CMYK 38.60% 0.00% 29.24%
32.94%

Color #69AB79 in popluar number systems.

HEX 69 AB 79
Decimal 105 171 121
Binary 1101001 10101011 1111001
Octal 151 253 171

Shades and tints

Shades of #69AB79

#69AB79
(105,171,121)
#609C6E
(96,156,110)
#578D63
(87,141,99)
#4E7E58
(78,126,88)
#456F4D
(69,111,77)
#3C6042
(60,96,66)
#335137
(51,81,55)
#2A422C
(42,66,44)
#213321
(33,51,33)
#182416
(24,36,22)
#0F150B
(15,21,11)
#000000
(0,0,0)

Tints of #69AB79

#69AB79
(105,171,121)
#76B285
(118,178,133)
#83B991
(131,185,145)
#90C09D
(144,192,157)
#9DC7A9
(157,199,169)
#AACEB5
(170,206,181)
#B7D5C1
(183,213,193)
#C4DCCD
(196,220,205)
#D1E3D9
(209,227,217)
#DEEAE5
(222,234,229)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69AB79 color. Also use rgb(105,171,121) instead hex code.

Text Font Color

.myTextColor { color: #69AB79; }

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

This text font color is #69AB79.

Background Color

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

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

This div background color is #69AB79.

Border color

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

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

This div border color is #69AB79.

Opacity

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

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

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

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

This text has shadow with #69AB79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #69AB79.

Preview

Color preview on black background

This text has color #69AB79 on black background.


Color preview on white background

This text has color #69AB79 on white background.


Black color preview on #69AB79 background

This text has black color on #69AB79 background.


White color preview on #69AB79 background

This text has white color on #69AB79 background.


Related colors

Complementary color

Complementary color for #hex is #965486.


I love getcolorcode.com

Triadic colors

1 #7969AB and #AB7969 with #69AB79 are triadic colors.

2 #79AB69 and #AB6979 with #69AB79 are triadic colors.