COLOR #6BA480

HEX: #6BA480 RGB: (107,164,128)

Color info

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

RGB color model

#6BA480 color RGB value is (107,164,128).

RGB: (107,164,128) (42%, 64%, 50%)

RGB channels and saturation

R 107 of 255 = 42%
G 164 of 255 = 64%
B 128 of 255 = 50%

107
164
128

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

Portions of RGB colors in percentages

R + G + B = 107 + 164 + 128 = 399 (100%)
R 107 of 399 ~ 26.82%
G 164 of 399 ~ 41.1%
B 128 of 399 ~ 32.08'%

%26.82
%41.1
%32.08

CMYK color model

#6BA480 color CMYK value is (35,0,22,36).

  • cyan value is 34.76%
  • magenta value is 0.00%
  • yellow value is 21.95%
  • key color value is 35.69%

CMYK: (35,0,22,36)
C35M0Y22K36 (35%, 0%, 22%, 36%)
(0.35 / 0.00 / 0.22 / 0.36)

CMYK percentages

%34.76
%0
%21.95
%35.69

Codes

Color #6BA480 in popluar color models

6B A4 80
RGB 107 164 128
HSL 142° 23.85% 53.14%
HSB/HSV 142° 34.76% 64.31%
CMYK 34.76% 0.00% 21.95%
35.69%

Color #6BA480 in popluar number systems.

HEX 6B A4 80
Decimal 107 164 128
Binary 1101011 10100100 10000000
Octal 153 244 200

Shades and tints

Shades of #6BA480

#6BA480
(107,164,128)
#629675
(98,150,117)
#59886A
(89,136,106)
#507A5F
(80,122,95)
#476C54
(71,108,84)
#3E5E49
(62,94,73)
#35503E
(53,80,62)
#2C4233
(44,66,51)
#233428
(35,52,40)
#1A261D
(26,38,29)
#111812
(17,24,18)
#000000
(0,0,0)

Tints of #6BA480

#6BA480
(107,164,128)
#78AC8B
(120,172,139)
#85B496
(133,180,150)
#92BCA1
(146,188,161)
#9FC4AC
(159,196,172)
#ACCCB7
(172,204,183)
#B9D4C2
(185,212,194)
#C6DCCD
(198,220,205)
#D3E4D8
(211,228,216)
#E0ECE3
(224,236,227)
#EDF4EE
(237,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BA480 color. Also use rgb(107,164,128) instead hex code.

Text Font Color

.myTextColor { color: #6BA480; }

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

This text font color is #6BA480.

Background Color

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

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

This div background color is #6BA480.

Border color

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

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

This div border color is #6BA480.

Opacity

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

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

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

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

This text has shadow with #6BA480 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BA480.

Preview

Color preview on black background

This text has color #6BA480 on black background.


Color preview on white background

This text has color #6BA480 on white background.


Black color preview on #6BA480 background

This text has black color on #6BA480 background.


White color preview on #6BA480 background

This text has white color on #6BA480 background.


Related colors

Complementary color

Complementary color for #hex is #945B7F.


I love getcolorcode.com

Triadic colors

1 #806BA4 and #A4806B with #6BA480 are triadic colors.

2 #80A46B and #A46B80 with #6BA480 are triadic colors.