COLOR #6CB517

HEX: #6CB517
RGB: (108,181,23)

Color info

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

RGB color model

#6CB517 color RGB value is (108,181,23).

  • red value is 108;
  • green value is 181;
  • blue value is 23.
RGB:
(108,181,23)
(42%,71%,9%)

RGB channels and saturation

R 108 of 255 = 42%
G 181 of 255 = 71%
B 23 of 255 = 9%

108
181
23

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

Portions of RGB colors in percentages

R + G + B =
108 + 181 + 23 = 312 (100%)
R 108 of 312 ~ 34.62%
G 181 of 312 ~ 58.01%
B 23 of 312 ~ 7.37%

%34.62
%58.01

CMYK color model

#6CB517 color CMYK value is (40,0,87,29).

  • cyan value is 40.33%
  • magenta value is 0.00%
  • yellow value is 87.29%
  • key color value is 29.02%
CMYK:
(40,0,87,29)
C40M0Y87K29 
(40%,0%,87%,29%)
(0.40/0.00/0.87/0.29)	

CMYK percentages

%40.33
%0
%87.29
%29.02

Codes

Color #6CB517 in popluar color models

6CB517
RGB10818123
HSL88°77.45%40.00%
HSB/HSV88°87.29%70.98%
CMYK40.33%0.00%87.29%
29.02%

Color #6CB517 in popluar number systems.

HEX6CB517
Decimal10818123
Binary11011001011010110111
Octal15426527

Shades and tints

Shades of #6CB517

#6CB517
(108,181,23)
#63A515
(99,165,21)
#5A9513
(90,149,19)
#518511
(81,133,17)
#48750F
(72,117,15)
#3F650D
(63,101,13)
#36550B
(54,85,11)
#2D4509
(45,69,9)
#243507
(36,53,7)
#1B2505
(27,37,5)
#121503
(18,21,3)
#000000
(0,0,0)

Tints of #6CB517

#6CB517
(108,181,23)
#79BB2C
(121,187,44)
#86C141
(134,193,65)
#93C756
(147,199,86)
#A0CD6B
(160,205,107)
#ADD380
(173,211,128)
#BAD995
(186,217,149)
#C7DFAA
(199,223,170)
#D4E5BF
(212,229,191)
#E1EBD4
(225,235,212)
#EEF1E9
(238,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CB517 color. Also use rgb(108,181,23) instead hex code.

Text Font Color

.myTextColor { color: #6CB517; }

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

This text font color is #6CB517.


Background Color

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

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

This div background color is #6CB517.


Border color

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

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

This div border color is #6CB517.


Opacity

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

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

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

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

This text has shadow with #6CB517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CB517 on black background.


Color preview on white background

This text has color #6CB517 on white background.



Black color preview on #6CB517 background

This text has black color on #6CB517 background.


White color preview on #6CB517 background

This text has white color on #6CB517 background.