COLOR #6BA975

HEX: #6BA975 RGB: (107,169,117)

Color info

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

RGB color model

#6BA975 color RGB value is (107,169,117).

RGB: (107,169,117) (42%, 66%, 46%)

RGB channels and saturation

R 107 of 255 = 42%
G 169 of 255 = 66%
B 117 of 255 = 46%

107
169
117

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

Portions of RGB colors in percentages

R + G + B = 107 + 169 + 117 = 393 (100%)
R 107 of 393 ~ 27.23%
G 169 of 393 ~ 43%
B 117 of 393 ~ 29.77'%

%27.23
%43
%29.77

CMYK color model

#6BA975 color CMYK value is (37,0,31,34).

  • cyan value is 36.69%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 33.73%

CMYK: (37,0,31,34)
C37M0Y31K34 (37%, 0%, 31%, 34%)
(0.37 / 0.00 / 0.31 / 0.34)

CMYK percentages

%36.69
%0
%30.77
%33.73

Codes

Color #6BA975 in popluar color models

6B A9 75
RGB 107 169 117
HSL 130° 26.50% 54.12%
HSB/HSV 130° 36.69% 66.27%
CMYK 36.69% 0.00% 30.77%
33.73%

Color #6BA975 in popluar number systems.

HEX 6B A9 75
Decimal 107 169 117
Binary 1101011 10101001 1110101
Octal 153 251 165

Shades and tints

Shades of #6BA975

#6BA975
(107,169,117)
#629A6B
(98,154,107)
#598B61
(89,139,97)
#507C57
(80,124,87)
#476D4D
(71,109,77)
#3E5E43
(62,94,67)
#354F39
(53,79,57)
#2C402F
(44,64,47)
#233125
(35,49,37)
#1A221B
(26,34,27)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #6BA975

#6BA975
(107,169,117)
#78B081
(120,176,129)
#85B78D
(133,183,141)
#92BE99
(146,190,153)
#9FC5A5
(159,197,165)
#ACCCB1
(172,204,177)
#B9D3BD
(185,211,189)
#C6DAC9
(198,218,201)
#D3E1D5
(211,225,213)
#E0E8E1
(224,232,225)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BA975 color. Also use rgb(107,169,117) instead hex code.

Text Font Color

.myTextColor { color: #6BA975; }

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

This text font color is #6BA975.

Background Color

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

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

This div background color is #6BA975.

Border color

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

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

This div border color is #6BA975.

Opacity

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

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

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

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

This text has shadow with #6BA975 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BA975.

Preview

Color preview on black background

This text has color #6BA975 on black background.


Color preview on white background

This text has color #6BA975 on white background.


Black color preview on #6BA975 background

This text has black color on #6BA975 background.


White color preview on #6BA975 background

This text has white color on #6BA975 background.


Related colors

Complementary color

Complementary color for #hex is #94568A.


I love getcolorcode.com

Triadic colors

1 #756BA9 and #A9756B with #6BA975 are triadic colors.

2 #75A96B and #A96B75 with #6BA975 are triadic colors.