COLOR #6BAA0F

HEX: #6BAA0F
RGB: (107,170,15)

Color info

#6BAA0F contains mainly green color. Web safe color of #6BAA0F is #669900 (or #690).

RGB color model

#6BAA0F color RGB value is (107,170,15).

  • red value is 107;
  • green value is 170;
  • blue value is 15.
RGB:
(107,170,15)
(42%,67%,6%)

RGB channels and saturation

R 107 of 255 = 42%
G 170 of 255 = 67%
B 15 of 255 = 6%

107
170
15

R + G + B ~ 38%. #6BAA0F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 170 + 15 = 292 (100%)
R 107 of 292 ~ 36.64%
G 170 of 292 ~ 58.22%
B 15 of 292 ~ 5.14%

%36.64
%58.22

CMYK color model

#6BAA0F color CMYK value is (37,0,91,33).

  • cyan value is 37.06%
  • magenta value is 0.00%
  • yellow value is 91.18%
  • key color value is 33.33%
CMYK:
(37,0,91,33)
C37M0Y91K33 
(37%,0%,91%,33%)
(0.37/0.00/0.91/0.33)	

CMYK percentages

%37.06
%0
%91.18
%33.33

Codes

Color #6BAA0F in popluar color models

6BAA0F
RGB10717015
HSL84°83.78%36.27%
HSB/HSV84°91.18%66.67%
CMYK37.06%0.00%91.18%
33.33%

Color #6BAA0F in popluar number systems.

HEX6BAA0F
Decimal10717015
Binary1101011101010101111
Octal15325217

Shades and tints

Shades of #6BAA0F

#6BAA0F
(107,170,15)
#629B0E
(98,155,14)
#598C0D
(89,140,13)
#507D0C
(80,125,12)
#476E0B
(71,110,11)
#3E5F0A
(62,95,10)
#355009
(53,80,9)
#2C4108
(44,65,8)
#233207
(35,50,7)
#1A2306
(26,35,6)
#111405
(17,20,5)
#000000
(0,0,0)

Tints of #6BAA0F

#6BAA0F
(107,170,15)
#78B124
(120,177,36)
#85B839
(133,184,57)
#92BF4E
(146,191,78)
#9FC663
(159,198,99)
#ACCD78
(172,205,120)
#B9D48D
(185,212,141)
#C6DBA2
(198,219,162)
#D3E2B7
(211,226,183)
#E0E9CC
(224,233,204)
#EDF0E1
(237,240,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BAA0F color. Also use rgb(107,170,15) instead hex code.

Text Font Color

.myTextColor { color: #6BAA0F; }

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

This text font color is #6BAA0F.


Background Color

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

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

This div background color is #6BAA0F.


Border color

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

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

This div border color is #6BAA0F.


Opacity

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

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

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

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

This text has shadow with #6BAA0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BAA0F on black background.


Color preview on white background

This text has color #6BAA0F on white background.



Black color preview on #6BAA0F background

This text has black color on #6BAA0F background.


White color preview on #6BAA0F background

This text has white color on #6BAA0F background.