COLOR #6BAB4D

HEX: #6BAB4D
RGB: (107,171,77)

Color info

#6BAB4D contains mainly green color. Web safe color of #6BAB4D is #669933 (or #693).

RGB color model

#6BAB4D color RGB value is (107,171,77).

  • red value is 107;
  • green value is 171;
  • blue value is 77.
RGB:
(107,171,77)
(42%,67%,30%)

RGB channels and saturation

R 107 of 255 = 42%
G 171 of 255 = 67%
B 77 of 255 = 30%

107
171
77

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

Portions of RGB colors in percentages

R + G + B =
107 + 171 + 77 = 355 (100%)
R 107 of 355 ~ 30.14%
G 171 of 355 ~ 48.17%
B 77 of 355 ~ 21.69%

%30.14
%48.17
%21.69

CMYK color model

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

  • cyan value is 37.43%
  • magenta value is 0.00%
  • yellow value is 54.97%
  • key color value is 32.94%
CMYK:
(37,0,55,33)
C37M0Y55K33 
(37%,0%,55%,33%)
(0.37/0.00/0.55/0.33)	

CMYK percentages

%37.43
%0
%54.97
%32.94

Codes

Color #6BAB4D in popluar color models

6BAB4D
RGB10717177
HSL101°37.90%48.63%
HSB/HSV101°54.97%67.06%
CMYK37.43%0.00%54.97%
32.94%

Color #6BAB4D in popluar number systems.

HEX6BAB4D
Decimal10717177
Binary1101011101010111001101
Octal153253115

Shades and tints

Shades of #6BAB4D

#6BAB4D
(107,171,77)
#629C46
(98,156,70)
#598D3F
(89,141,63)
#507E38
(80,126,56)
#476F31
(71,111,49)
#3E602A
(62,96,42)
#355123
(53,81,35)
#2C421C
(44,66,28)
#233315
(35,51,21)
#1A240E
(26,36,14)
#111507
(17,21,7)
#000000
(0,0,0)

Tints of #6BAB4D

#6BAB4D
(107,171,77)
#78B25D
(120,178,93)
#85B96D
(133,185,109)
#92C07D
(146,192,125)
#9FC78D
(159,199,141)
#ACCE9D
(172,206,157)
#B9D5AD
(185,213,173)
#C6DCBD
(198,220,189)
#D3E3CD
(211,227,205)
#E0EADD
(224,234,221)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BAB4D color. Also use rgb(107,171,77) instead hex code.

Text Font Color

.myTextColor { color: #6BAB4D; }

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

This text font color is #6BAB4D.


Background Color

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

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

This div background color is #6BAB4D.


Border color

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

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

This div border color is #6BAB4D.


Opacity

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

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

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

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

This text has shadow with #6BAB4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BAB4D on black background.


Color preview on white background

This text has color #6BAB4D on white background.



Black color preview on #6BAB4D background

This text has black color on #6BAB4D background.


White color preview on #6BAB4D background

This text has white color on #6BAB4D background.