COLOR #6BA357

HEX: #6BA357 RGB: (107,163,87)

Color info

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

RGB color model

#6BA357 color RGB value is (107,163,87).

RGB: (107,163,87) (42%, 64%, 34%)

RGB channels and saturation

R 107 of 255 = 42%
G 163 of 255 = 64%
B 87 of 255 = 34%

107
163
87

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

Portions of RGB colors in percentages

R + G + B = 107 + 163 + 87 = 357 (100%)
R 107 of 357 ~ 29.97%
G 163 of 357 ~ 45.66%
B 87 of 357 ~ 24.37'%

%29.97
%45.66
%24.37

CMYK color model

#6BA357 color CMYK value is (34,0,47,36).

  • cyan value is 34.36%
  • magenta value is 0.00%
  • yellow value is 46.63%
  • key color value is 36.08%

CMYK: (34,0,47,36)
C34M0Y47K36 (34%, 0%, 47%, 36%)
(0.34 / 0.00 / 0.47 / 0.36)

CMYK percentages

%34.36
%0
%46.63
%36.08

Codes

Color #6BA357 in popluar color models

6B A3 57
RGB 107 163 87
HSL 104° 30.40% 49.02%
HSB/HSV 104° 46.63% 63.92%
CMYK 34.36% 0.00% 46.63%
36.08%

Color #6BA357 in popluar number systems.

HEX 6B A3 57
Decimal 107 163 87
Binary 1101011 10100011 1010111
Octal 153 243 127

Shades and tints

Shades of #6BA357

#6BA357
(107,163,87)
#629550
(98,149,80)
#598749
(89,135,73)
#507942
(80,121,66)
#476B3B
(71,107,59)
#3E5D34
(62,93,52)
#354F2D
(53,79,45)
#2C4126
(44,65,38)
#23331F
(35,51,31)
#1A2518
(26,37,24)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #6BA357

#6BA357
(107,163,87)
#78AB66
(120,171,102)
#85B375
(133,179,117)
#92BB84
(146,187,132)
#9FC393
(159,195,147)
#ACCBA2
(172,203,162)
#B9D3B1
(185,211,177)
#C6DBC0
(198,219,192)
#D3E3CF
(211,227,207)
#E0EBDE
(224,235,222)
#EDF3ED
(237,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BA357 color. Also use rgb(107,163,87) instead hex code.

Text Font Color

.myTextColor { color: #6BA357; }

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

This text font color is #6BA357.

Background Color

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

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

This div background color is #6BA357.

Border color

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

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

This div border color is #6BA357.

Opacity

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

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

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

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

This text has shadow with #6BA357 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BA357.

Preview

Color preview on black background

This text has color #6BA357 on black background.


Color preview on white background

This text has color #6BA357 on white background.


Black color preview on #6BA357 background

This text has black color on #6BA357 background.


White color preview on #6BA357 background

This text has white color on #6BA357 background.


Related colors

Complementary color

Complementary color for #hex is #945CA8.


I love getcolorcode.com

Triadic colors

1 #576BA3 and #A3576B with #6BA357 are triadic colors.

2 #57A36B and #A36B57 with #6BA357 are triadic colors.