COLOR #6BB357

HEX: #6BB357 RGB: (107,179,87)

Color info

#6BB357 contains mainly green color. Web safe color of #6BB357 is #669966 (or #696).

RGB color model

#6BB357 color RGB value is (107,179,87).

RGB: (107,179,87) (42%, 70%, 34%)

RGB channels and saturation

R 107 of 255 = 42%
G 179 of 255 = 70%
B 87 of 255 = 34%

107
179
87

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

Portions of RGB colors in percentages

R + G + B = 107 + 179 + 87 = 373 (100%)
R 107 of 373 ~ 28.69%
G 179 of 373 ~ 47.99%
B 87 of 373 ~ 23.32'%

%28.69
%47.99
%23.32

CMYK color model

#6BB357 color CMYK value is (40,0,51,30).

  • cyan value is 40.22%
  • magenta value is 0.00%
  • yellow value is 51.40%
  • key color value is 29.80%

CMYK: (40,0,51,30)
C40M0Y51K30 (40%, 0%, 51%, 30%)
(0.40 / 0.00 / 0.51 / 0.30)

CMYK percentages

%40.22
%0
%51.4
%29.8

Codes

Color #6BB357 in popluar color models

6B B3 57
RGB 107 179 87
HSL 107° 37.70% 52.16%
HSB/HSV 107° 51.40% 70.20%
CMYK 40.22% 0.00% 51.40%
29.80%

Color #6BB357 in popluar number systems.

HEX 6B B3 57
Decimal 107 179 87
Binary 1101011 10110011 1010111
Octal 153 263 127

Shades and tints

Shades of #6BB357

#6BB357
(107,179,87)
#62A350
(98,163,80)
#599349
(89,147,73)
#508342
(80,131,66)
#47733B
(71,115,59)
#3E6334
(62,99,52)
#35532D
(53,83,45)
#2C4326
(44,67,38)
#23331F
(35,51,31)
#1A2318
(26,35,24)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #6BB357

#6BB357
(107,179,87)
#78B966
(120,185,102)
#85BF75
(133,191,117)
#92C584
(146,197,132)
#9FCB93
(159,203,147)
#ACD1A2
(172,209,162)
#B9D7B1
(185,215,177)
#C6DDC0
(198,221,192)
#D3E3CF
(211,227,207)
#E0E9DE
(224,233,222)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BB357; }

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

This text font color is #6BB357.

Background Color

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

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

This div background color is #6BB357.

Border color

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

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

This div border color is #6BB357.

Opacity

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

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

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

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

This text has shadow with #6BB357 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BB357.

Preview

Color preview on black background

This text has color #6BB357 on black background.


Color preview on white background

This text has color #6BB357 on white background.


Black color preview on #6BB357 background

This text has black color on #6BB357 background.


White color preview on #6BB357 background

This text has white color on #6BB357 background.


Related colors

Complementary color

Complementary color for #hex is #944CA8.


I love getcolorcode.com

Triadic colors

1 #576BB3 and #B3576B with #6BB357 are triadic colors.

2 #57B36B and #B36B57 with #6BB357 are triadic colors.