COLOR #6BA169

HEX: #6BA169 RGB: (107,161,105)

Color info

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

RGB color model

#6BA169 color RGB value is (107,161,105).

RGB: (107,161,105) (42%, 63%, 41%)

RGB channels and saturation

R 107 of 255 = 42%
G 161 of 255 = 63%
B 105 of 255 = 41%

107
161
105

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

Portions of RGB colors in percentages

R + G + B = 107 + 161 + 105 = 373 (100%)
R 107 of 373 ~ 28.69%
G 161 of 373 ~ 43.16%
B 105 of 373 ~ 28.15'%

%28.69
%43.16
%28.15

CMYK color model

#6BA169 color CMYK value is (34,0,35,37).

  • cyan value is 33.54%
  • magenta value is 0.00%
  • yellow value is 34.78%
  • key color value is 36.86%

CMYK: (34,0,35,37)
C34M0Y35K37 (34%, 0%, 35%, 37%)
(0.34 / 0.00 / 0.35 / 0.37)

CMYK percentages

%33.54
%0
%34.78
%36.86

Codes

Color #6BA169 in popluar color models

6B A1 69
RGB 107 161 105
HSL 118° 22.95% 52.16%
HSB/HSV 118° 34.78% 63.14%
CMYK 33.54% 0.00% 34.78%
36.86%

Color #6BA169 in popluar number systems.

HEX 6B A1 69
Decimal 107 161 105
Binary 1101011 10100001 1101001
Octal 153 241 151

Shades and tints

Shades of #6BA169

#6BA169
(107,161,105)
#629360
(98,147,96)
#598557
(89,133,87)
#50774E
(80,119,78)
#476945
(71,105,69)
#3E5B3C
(62,91,60)
#354D33
(53,77,51)
#2C3F2A
(44,63,42)
#233121
(35,49,33)
#1A2318
(26,35,24)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #6BA169

#6BA169
(107,161,105)
#78A976
(120,169,118)
#85B183
(133,177,131)
#92B990
(146,185,144)
#9FC19D
(159,193,157)
#ACC9AA
(172,201,170)
#B9D1B7
(185,209,183)
#C6D9C4
(198,217,196)
#D3E1D1
(211,225,209)
#E0E9DE
(224,233,222)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BA169 color. Also use rgb(107,161,105) instead hex code.

Text Font Color

.myTextColor { color: #6BA169; }

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

This text font color is #6BA169.

Background Color

.myBgColor { background-color: #6BA169; }

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

This div background color is #6BA169.

Border color

.myBorderColor { border: 1px solid #6BA169; }

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

This div border color is #6BA169.

Opacity

.myOpacity80 { color: #6BA169; opacity: 0.8; }

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

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

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

This text has shadow with #6BA169 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BA169.

Preview

Color preview on black background

This text has color #6BA169 on black background.


Color preview on white background

This text has color #6BA169 on white background.


Black color preview on #6BA169 background

This text has black color on #6BA169 background.


White color preview on #6BA169 background

This text has white color on #6BA169 background.


Related colors

Complementary color

Complementary color for #hex is #945E96.


I love getcolorcode.com

Triadic colors

1 #696BA1 and #A1696B with #6BA169 are triadic colors.

2 #69A16B and #A16B69 with #6BA169 are triadic colors.