COLOR #6BA539

HEX: #6BA539 RGB: (107,165,57)

Color info

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

RGB color model

#6BA539 color RGB value is (107,165,57).

RGB: (107,165,57) (42%, 65%, 22%)

RGB channels and saturation

R 107 of 255 = 42%
G 165 of 255 = 65%
B 57 of 255 = 22%

107
165
57

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

Portions of RGB colors in percentages

R + G + B = 107 + 165 + 57 = 329 (100%)
R 107 of 329 ~ 32.52%
G 165 of 329 ~ 50.15%
B 57 of 329 ~ 17.33'%

%32.52
%50.15
%17.33

CMYK color model

#6BA539 color CMYK value is (35,0,65,35).

  • cyan value is 35.15%
  • magenta value is 0.00%
  • yellow value is 65.45%
  • key color value is 35.29%

CMYK: (35,0,65,35)
C35M0Y65K35 (35%, 0%, 65%, 35%)
(0.35 / 0.00 / 0.65 / 0.35)

CMYK percentages

%35.15
%0
%65.45
%35.29

Codes

Color #6BA539 in popluar color models

6B A5 39
RGB 107 165 57
HSL 92° 48.65% 43.53%
HSB/HSV 92° 65.45% 64.71%
CMYK 35.15% 0.00% 65.45%
35.29%

Color #6BA539 in popluar number systems.

HEX 6B A5 39
Decimal 107 165 57
Binary 1101011 10100101 111001
Octal 153 245 71

Shades and tints

Shades of #6BA539

#6BA539
(107,165,57)
#629634
(98,150,52)
#59872F
(89,135,47)
#50782A
(80,120,42)
#476925
(71,105,37)
#3E5A20
(62,90,32)
#354B1B
(53,75,27)
#2C3C16
(44,60,22)
#232D11
(35,45,17)
#1A1E0C
(26,30,12)
#110F07
(17,15,7)
#000000
(0,0,0)

Tints of #6BA539

#6BA539
(107,165,57)
#78AD4B
(120,173,75)
#85B55D
(133,181,93)
#92BD6F
(146,189,111)
#9FC581
(159,197,129)
#ACCD93
(172,205,147)
#B9D5A5
(185,213,165)
#C6DDB7
(198,221,183)
#D3E5C9
(211,229,201)
#E0EDDB
(224,237,219)
#EDF5ED
(237,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BA539; }

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

This text font color is #6BA539.

Background Color

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

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

This div background color is #6BA539.

Border color

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

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

This div border color is #6BA539.

Opacity

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

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

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

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

This text has shadow with #6BA539 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BA539.

Preview

Color preview on black background

This text has color #6BA539 on black background.


Color preview on white background

This text has color #6BA539 on white background.


Black color preview on #6BA539 background

This text has black color on #6BA539 background.


White color preview on #6BA539 background

This text has white color on #6BA539 background.


Related colors

Complementary color

Complementary color for #hex is #945AC6.


I love getcolorcode.com

Triadic colors

1 #396BA5 and #A5396B with #6BA539 are triadic colors.

2 #39A56B and #A56B39 with #6BA539 are triadic colors.