COLOR #6BA065

HEX: #6BA065 RGB: (107,160,101)

Color info

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

RGB color model

#6BA065 color RGB value is (107,160,101).

RGB: (107,160,101) (42%, 63%, 40%)

RGB channels and saturation

R 107 of 255 = 42%
G 160 of 255 = 63%
B 101 of 255 = 40%

107
160
101

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

Portions of RGB colors in percentages

R + G + B = 107 + 160 + 101 = 368 (100%)
R 107 of 368 ~ 29.08%
G 160 of 368 ~ 43.48%
B 101 of 368 ~ 27.45'%

%29.08
%43.48
%27.45

CMYK color model

#6BA065 color CMYK value is (33,0,37,37).

  • cyan value is 33.13%
  • magenta value is 0.00%
  • yellow value is 36.88%
  • key color value is 37.25%

CMYK: (33,0,37,37)
C33M0Y37K37 (33%, 0%, 37%, 37%)
(0.33 / 0.00 / 0.37 / 0.37)

CMYK percentages

%33.13
%0
%36.88
%37.25

Codes

Color #6BA065 in popluar color models

6B A0 65
RGB 107 160 101
HSL 114° 23.69% 51.18%
HSB/HSV 114° 36.88% 62.75%
CMYK 33.13% 0.00% 36.88%
37.25%

Color #6BA065 in popluar number systems.

HEX 6B A0 65
Decimal 107 160 101
Binary 1101011 10100000 1100101
Octal 153 240 145

Shades and tints

Shades of #6BA065

#6BA065
(107,160,101)
#62925C
(98,146,92)
#598453
(89,132,83)
#50764A
(80,118,74)
#476841
(71,104,65)
#3E5A38
(62,90,56)
#354C2F
(53,76,47)
#2C3E26
(44,62,38)
#23301D
(35,48,29)
#1A2214
(26,34,20)
#11140B
(17,20,11)
#000000
(0,0,0)

Tints of #6BA065

#6BA065
(107,160,101)
#78A873
(120,168,115)
#85B081
(133,176,129)
#92B88F
(146,184,143)
#9FC09D
(159,192,157)
#ACC8AB
(172,200,171)
#B9D0B9
(185,208,185)
#C6D8C7
(198,216,199)
#D3E0D5
(211,224,213)
#E0E8E3
(224,232,227)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BA065 color. Also use rgb(107,160,101) instead hex code.

Text Font Color

.myTextColor { color: #6BA065; }

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

This text font color is #6BA065.

Background Color

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

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

This div background color is #6BA065.

Border color

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

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

This div border color is #6BA065.

Opacity

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

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

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

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

This text has shadow with #6BA065 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BA065.

Preview

Color preview on black background

This text has color #6BA065 on black background.


Color preview on white background

This text has color #6BA065 on white background.


Black color preview on #6BA065 background

This text has black color on #6BA065 background.


White color preview on #6BA065 background

This text has white color on #6BA065 background.


Related colors

Complementary color

Complementary color for #hex is #945F9A.


I love getcolorcode.com

Triadic colors

1 #656BA0 and #A0656B with #6BA065 are triadic colors.

2 #65A06B and #A06B65 with #6BA065 are triadic colors.