COLOR #6BA549

HEX: #6BA549 RGB: (107,165,73)

Color info

#6BA549 contains mainly red and green colors. Web safe color of #6BA549 is #669933 (or #693).

RGB color model

#6BA549 color RGB value is (107,165,73).

RGB: (107,165,73) (42%, 65%, 29%)

RGB channels and saturation

R 107 of 255 = 42%
G 165 of 255 = 65%
B 73 of 255 = 29%

107
165
73

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

Portions of RGB colors in percentages

R + G + B = 107 + 165 + 73 = 345 (100%)
R 107 of 345 ~ 31.01%
G 165 of 345 ~ 47.83%
B 73 of 345 ~ 21.16'%

%31.01
%47.83
%21.16

CMYK color model

#6BA549 color CMYK value is (35,0,56,35).

  • cyan value is 35.15%
  • magenta value is 0.00%
  • yellow value is 55.76%
  • key color value is 35.29%
CMYK: (35,0,56,35) C35M0Y56K35 (35%,0%,56%,35%) (0.35/0.00/0.56/0.35) 

CMYK percentages

%35.15
%0
%55.76
%35.29

Codes

Color #6BA549 in popluar color models

6B A5 49
RGB 107 165 73
HSL 98° 38.66% 46.67%
HSB/HSV 98° 55.76% 64.71%
CMYK 35.15% 0.00% 55.76%
35.29%

Color #6BA549 in popluar number systems.

HEX 6B A5 49
Decimal 107 165 73
Binary 1101011 10100101 1001001
Octal 153 245 111

Shades and tints

Shades of #6BA549

#6BA549
(107,165,73)
#629643
(98,150,67)
#59873D
(89,135,61)
#507837
(80,120,55)
#476931
(71,105,49)
#3E5A2B
(62,90,43)
#354B25
(53,75,37)
#2C3C1F
(44,60,31)
#232D19
(35,45,25)
#1A1E13
(26,30,19)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #6BA549

#6BA549
(107,165,73)
#78AD59
(120,173,89)
#85B569
(133,181,105)
#92BD79
(146,189,121)
#9FC589
(159,197,137)
#ACCD99
(172,205,153)
#B9D5A9
(185,213,169)
#C6DDB9
(198,221,185)
#D3E5C9
(211,229,201)
#E0EDD9
(224,237,217)
#EDF5E9
(237,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BA549 color. Also use rgb(107,165,73) instead hex code.

Text Font Color

.myTextColor { color: #6BA549; }

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

This text font color is #6BA549.

Background Color

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

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

This div background color is #6BA549.

Border color

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

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

This div border color is #6BA549.

Opacity

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

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

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

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

This text has shadow with #6BA549 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BA549.

Preview

Color preview on black background

This text has color #6BA549 on black background.


Color preview on white background

This text has color #6BA549 on white background.


Black color preview on #6BA549 background

This text has black color on #6BA549 background.


White color preview on #6BA549 background

This text has white color on #6BA549 background.


Related colors

Complementary color

Complementary color for #hex is #945AB6.


I love getcolorcode.com

Triadic colors

1 #496BA5 and #A5496B with #6BA549 are triadic colors.

2 #49A56B and #A56B49 with #6BA549 are triadic colors.