COLOR #6CBA11

HEX: #6CBA11
RGB: (108,186,17)

Color info

#6CBA11 contains mainly green color. Web safe color of #6CBA11 is #66CC00 (or #6C0).

RGB color model

#6CBA11 color RGB value is (108,186,17).

  • red value is 108;
  • green value is 186;
  • blue value is 17.
RGB:
(108,186,17)
(42%,73%,7%)

RGB channels and saturation

R 108 of 255 = 42%
G 186 of 255 = 73%
B 17 of 255 = 7%

108
186
17

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

Portions of RGB colors in percentages

R + G + B =
108 + 186 + 17 = 311 (100%)
R 108 of 311 ~ 34.73%
G 186 of 311 ~ 59.81%
B 17 of 311 ~ 5.47%

%34.73
%59.81

CMYK color model

#6CBA11 color CMYK value is (42,0,91,27).

  • cyan value is 41.94%
  • magenta value is 0.00%
  • yellow value is 90.86%
  • key color value is 27.06%
CMYK:
(42,0,91,27)
C42M0Y91K27 
(42%,0%,91%,27%)
(0.42/0.00/0.91/0.27)	

CMYK percentages

%41.94
%0
%90.86
%27.06

Codes

Color #6CBA11 in popluar color models

6CBA11
RGB10818617
HSL88°83.25%39.80%
HSB/HSV88°90.86%72.94%
CMYK41.94%0.00%90.86%
27.06%

Color #6CBA11 in popluar number systems.

HEX6CBA11
Decimal10818617
Binary11011001011101010001
Octal15427221

Shades and tints

Shades of #6CBA11

#6CBA11
(108,186,17)
#63AA10
(99,170,16)
#5A9A0F
(90,154,15)
#518A0E
(81,138,14)
#487A0D
(72,122,13)
#3F6A0C
(63,106,12)
#365A0B
(54,90,11)
#2D4A0A
(45,74,10)
#243A09
(36,58,9)
#1B2A08
(27,42,8)
#121A07
(18,26,7)
#000000
(0,0,0)

Tints of #6CBA11

#6CBA11
(108,186,17)
#79C026
(121,192,38)
#86C63B
(134,198,59)
#93CC50
(147,204,80)
#A0D265
(160,210,101)
#ADD87A
(173,216,122)
#BADE8F
(186,222,143)
#C7E4A4
(199,228,164)
#D4EAB9
(212,234,185)
#E1F0CE
(225,240,206)
#EEF6E3
(238,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CBA11 color. Also use rgb(108,186,17) instead hex code.

Text Font Color

.myTextColor { color: #6CBA11; }

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

This text font color is #6CBA11.


Background Color

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

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

This div background color is #6CBA11.


Border color

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

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

This div border color is #6CBA11.


Opacity

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

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

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

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

This text has shadow with #6CBA11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CBA11 on black background.


Color preview on white background

This text has color #6CBA11 on white background.



Black color preview on #6CBA11 background

This text has black color on #6CBA11 background.


White color preview on #6CBA11 background

This text has white color on #6CBA11 background.