COLOR #6CAC0D

HEX: #6CAC0D
RGB: (108,172,13)

Color info

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

RGB color model

#6CAC0D color RGB value is (108,172,13).

  • red value is 108;
  • green value is 172;
  • blue value is 13.
RGB:
(108,172,13)
(42%,67%,5%)

RGB channels and saturation

R 108 of 255 = 42%
G 172 of 255 = 67%
B 13 of 255 = 5%

108
172
13

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

Portions of RGB colors in percentages

R + G + B =
108 + 172 + 13 = 293 (100%)
R 108 of 293 ~ 36.86%
G 172 of 293 ~ 58.7%
B 13 of 293 ~ 4.44%

%36.86
%58.7

CMYK color model

#6CAC0D color CMYK value is (37,0,92,33).

  • cyan value is 37.21%
  • magenta value is 0.00%
  • yellow value is 92.44%
  • key color value is 32.55%
CMYK:
(37,0,92,33)
C37M0Y92K33 
(37%,0%,92%,33%)
(0.37/0.00/0.92/0.33)	

CMYK percentages

%37.21
%0
%92.44
%32.55

Codes

Color #6CAC0D in popluar color models

6CAC0D
RGB10817213
HSL84°85.95%36.27%
HSB/HSV84°92.44%67.45%
CMYK37.21%0.00%92.44%
32.55%

Color #6CAC0D in popluar number systems.

HEX6CAC0D
Decimal10817213
Binary1101100101011001101
Octal15425415

Shades and tints

Shades of #6CAC0D

#6CAC0D
(108,172,13)
#639D0C
(99,157,12)
#5A8E0B
(90,142,11)
#517F0A
(81,127,10)
#487009
(72,112,9)
#3F6108
(63,97,8)
#365207
(54,82,7)
#2D4306
(45,67,6)
#243405
(36,52,5)
#1B2504
(27,37,4)
#121603
(18,22,3)
#000000
(0,0,0)

Tints of #6CAC0D

#6CAC0D
(108,172,13)
#79B323
(121,179,35)
#86BA39
(134,186,57)
#93C14F
(147,193,79)
#A0C865
(160,200,101)
#ADCF7B
(173,207,123)
#BAD691
(186,214,145)
#C7DDA7
(199,221,167)
#D4E4BD
(212,228,189)
#E1EBD3
(225,235,211)
#EEF2E9
(238,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CAC0D color. Also use rgb(108,172,13) instead hex code.

Text Font Color

.myTextColor { color: #6CAC0D; }

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

This text font color is #6CAC0D.


Background Color

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

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

This div background color is #6CAC0D.


Border color

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

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

This div border color is #6CAC0D.


Opacity

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

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

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

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

This text has shadow with #6CAC0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CAC0D on black background.


Color preview on white background

This text has color #6CAC0D on white background.



Black color preview on #6CAC0D background

This text has black color on #6CAC0D background.


White color preview on #6CAC0D background

This text has white color on #6CAC0D background.