COLOR #6BAF1C

HEX: #6BAF1C
RGB: (107,175,28)

Color info

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

RGB color model

#6BAF1C color RGB value is (107,175,28).

  • red value is 107;
  • green value is 175;
  • blue value is 28.
RGB:
(107,175,28)
(42%,69%,11%)

RGB channels and saturation

R 107 of 255 = 42%
G 175 of 255 = 69%
B 28 of 255 = 11%

107
175
28

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

Portions of RGB colors in percentages

R + G + B =
107 + 175 + 28 = 310 (100%)
R 107 of 310 ~ 34.52%
G 175 of 310 ~ 56.45%
B 28 of 310 ~ 9.03%

%34.52
%56.45

CMYK color model

#6BAF1C color CMYK value is (39,0,84,31).

  • cyan value is 38.86%
  • magenta value is 0.00%
  • yellow value is 84.00%
  • key color value is 31.37%
CMYK:
(39,0,84,31)
C39M0Y84K31 
(39%,0%,84%,31%)
(0.39/0.00/0.84/0.31)	

CMYK percentages

%38.86
%0
%84
%31.37

Codes

Color #6BAF1C in popluar color models

6BAF1C
RGB10717528
HSL88°72.41%39.80%
HSB/HSV88°84.00%68.63%
CMYK38.86%0.00%84.00%
31.37%

Color #6BAF1C in popluar number systems.

HEX6BAF1C
Decimal10717528
Binary11010111010111111100
Octal15325734

Shades and tints

Shades of #6BAF1C

#6BAF1C
(107,175,28)
#62A01A
(98,160,26)
#599118
(89,145,24)
#508216
(80,130,22)
#477314
(71,115,20)
#3E6412
(62,100,18)
#355510
(53,85,16)
#2C460E
(44,70,14)
#23370C
(35,55,12)
#1A280A
(26,40,10)
#111908
(17,25,8)
#000000
(0,0,0)

Tints of #6BAF1C

#6BAF1C
(107,175,28)
#78B630
(120,182,48)
#85BD44
(133,189,68)
#92C458
(146,196,88)
#9FCB6C
(159,203,108)
#ACD280
(172,210,128)
#B9D994
(185,217,148)
#C6E0A8
(198,224,168)
#D3E7BC
(211,231,188)
#E0EED0
(224,238,208)
#EDF5E4
(237,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BAF1C color. Also use rgb(107,175,28) instead hex code.

Text Font Color

.myTextColor { color: #6BAF1C; }

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

This text font color is #6BAF1C.


Background Color

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

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

This div background color is #6BAF1C.


Border color

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

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

This div border color is #6BAF1C.


Opacity

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

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

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

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

This text has shadow with #6BAF1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BAF1C on black background.


Color preview on white background

This text has color #6BAF1C on white background.



Black color preview on #6BAF1C background

This text has black color on #6BAF1C background.


White color preview on #6BAF1C background

This text has white color on #6BAF1C background.