COLOR #69AB6A

HEX: #69AB6A RGB: (105,171,106)

Color info

#69AB6A contains mainly green color. Web safe color of #69AB6A is #669966 (or #696).

RGB color model

#69AB6A color RGB value is (105,171,106).

RGB: (105,171,106) (41%, 67%, 42%)

RGB channels and saturation

R 105 of 255 = 41%
G 171 of 255 = 67%
B 106 of 255 = 42%

105
171
106

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

Portions of RGB colors in percentages

R + G + B = 105 + 171 + 106 = 382 (100%)
R 105 of 382 ~ 27.49%
G 171 of 382 ~ 44.76%
B 106 of 382 ~ 27.75'%

%27.49
%44.76
%27.75

CMYK color model

#69AB6A color CMYK value is (39,0,38,33).

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

CMYK: (39,0,38,33)
C39M0Y38K33 (39%, 0%, 38%, 33%)
(0.39 / 0.00 / 0.38 / 0.33)

CMYK percentages

%38.6
%0
%38.01
%32.94

Codes

Color #69AB6A in popluar color models

69 AB 6A
RGB 105 171 106
HSL 121° 28.21% 54.12%
HSB/HSV 121° 38.60% 67.06%
CMYK 38.60% 0.00% 38.01%
32.94%

Color #69AB6A in popluar number systems.

HEX 69 AB 6A
Decimal 105 171 106
Binary 1101001 10101011 1101010
Octal 151 253 152

Shades and tints

Shades of #69AB6A

#69AB6A
(105,171,106)
#609C61
(96,156,97)
#578D58
(87,141,88)
#4E7E4F
(78,126,79)
#456F46
(69,111,70)
#3C603D
(60,96,61)
#335134
(51,81,52)
#2A422B
(42,66,43)
#213322
(33,51,34)
#182419
(24,36,25)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #69AB6A

#69AB6A
(105,171,106)
#76B277
(118,178,119)
#83B984
(131,185,132)
#90C091
(144,192,145)
#9DC79E
(157,199,158)
#AACEAB
(170,206,171)
#B7D5B8
(183,213,184)
#C4DCC5
(196,220,197)
#D1E3D2
(209,227,210)
#DEEADF
(222,234,223)
#EBF1EC
(235,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #69AB6A; }

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

This text font color is #69AB6A.

Background Color

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

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

This div background color is #69AB6A.

Border color

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

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

This div border color is #69AB6A.

Opacity

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

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

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

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

This text has shadow with #69AB6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #69AB6A.

Preview

Color preview on black background

This text has color #69AB6A on black background.


Color preview on white background

This text has color #69AB6A on white background.


Black color preview on #69AB6A background

This text has black color on #69AB6A background.


White color preview on #69AB6A background

This text has white color on #69AB6A background.


Related colors

Complementary color

Complementary color for #hex is #965495.


I love getcolorcode.com

Triadic colors

1 #6A69AB and #AB6A69 with #69AB6A are triadic colors.

2 #6AAB69 and #AB696A with #69AB6A are triadic colors.