COLOR #6BAC40

HEX: #6BAC40
RGB: (107,172,64)

Color info

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

RGB color model

#6BAC40 color RGB value is (107,172,64).

  • red value is 107;
  • green value is 172;
  • blue value is 64.
RGB:
(107,172,64)
(42%,67%,25%)

RGB channels and saturation

R 107 of 255 = 42%
G 172 of 255 = 67%
B 64 of 255 = 25%

107
172
64

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

Portions of RGB colors in percentages

R + G + B =
107 + 172 + 64 = 343 (100%)
R 107 of 343 ~ 31.2%
G 172 of 343 ~ 50.15%
B 64 of 343 ~ 18.66%

%31.2
%50.15
%18.66

CMYK color model

#6BAC40 color CMYK value is (38,0,63,33).

  • cyan value is 37.79%
  • magenta value is 0.00%
  • yellow value is 62.79%
  • key color value is 32.55%
CMYK:
(38,0,63,33)
C38M0Y63K33 
(38%,0%,63%,33%)
(0.38/0.00/0.63/0.33)	

CMYK percentages

%37.79
%0
%62.79
%32.55

Codes

Color #6BAC40 in popluar color models

6BAC40
RGB10717264
HSL96°45.76%46.27%
HSB/HSV96°62.79%67.45%
CMYK37.79%0.00%62.79%
32.55%

Color #6BAC40 in popluar number systems.

HEX6BAC40
Decimal10717264
Binary1101011101011001000000
Octal153254100

Shades and tints

Shades of #6BAC40

#6BAC40
(107,172,64)
#629D3B
(98,157,59)
#598E36
(89,142,54)
#507F31
(80,127,49)
#47702C
(71,112,44)
#3E6127
(62,97,39)
#355222
(53,82,34)
#2C431D
(44,67,29)
#233418
(35,52,24)
#1A2513
(26,37,19)
#11160E
(17,22,14)
#000000
(0,0,0)

Tints of #6BAC40

#6BAC40
(107,172,64)
#78B351
(120,179,81)
#85BA62
(133,186,98)
#92C173
(146,193,115)
#9FC884
(159,200,132)
#ACCF95
(172,207,149)
#B9D6A6
(185,214,166)
#C6DDB7
(198,221,183)
#D3E4C8
(211,228,200)
#E0EBD9
(224,235,217)
#EDF2EA
(237,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BAC40 color. Also use rgb(107,172,64) instead hex code.

Text Font Color

.myTextColor { color: #6BAC40; }

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

This text font color is #6BAC40.


Background Color

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

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

This div background color is #6BAC40.


Border color

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

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

This div border color is #6BAC40.


Opacity

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

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

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

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

This text has shadow with #6BAC40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BAC40 on black background.


Color preview on white background

This text has color #6BAC40 on white background.



Black color preview on #6BAC40 background

This text has black color on #6BAC40 background.


White color preview on #6BAC40 background

This text has white color on #6BAC40 background.