COLOR #6FA01C

HEX: #6FA01C RGB: (111,160,28)

Color info

#6FA01C contains mainly red and green colors. Web safe color of #6FA01C is #669933 (or #693).

RGB color model

#6FA01C color RGB value is (111,160,28).

RGB: (111,160,28) (44%, 63%, 11%)

RGB channels and saturation

R 111 of 255 = 44%
G 160 of 255 = 63%
B 28 of 255 = 11%

111
160
28

R + G + B ~ 39%. #6FA01C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 160 + 28 = 299 (100%)
R 111 of 299 ~ 37.12%
G 160 of 299 ~ 53.51%
B 28 of 299 ~ 9.36'%

%37.12
%53.51

CMYK color model

#6FA01C color CMYK value is (31,0,83,37).

  • cyan value is 30.63%
  • magenta value is 0.00%
  • yellow value is 82.50%
  • key color value is 37.25%

CMYK: (31,0,83,37)
C31M0Y83K37 (31%, 0%, 83%, 37%)
(0.31 / 0.00 / 0.83 / 0.37)

CMYK percentages

%30.63
%0
%82.5
%37.25

Codes

Color #6FA01C in popluar color models

6F A0 1C
RGB 111 160 28
HSL 82° 70.21% 36.86%
HSB/HSV 82° 82.50% 62.75%
CMYK 30.63% 0.00% 82.50%
37.25%

Color #6FA01C in popluar number systems.

HEX 6F A0 1C
Decimal 111 160 28
Binary 1101111 10100000 11100
Octal 157 240 34

Shades and tints

Shades of #6FA01C

#6FA01C
(111,160,28)
#65921A
(101,146,26)
#5B8418
(91,132,24)
#517616
(81,118,22)
#476814
(71,104,20)
#3D5A12
(61,90,18)
#334C10
(51,76,16)
#293E0E
(41,62,14)
#1F300C
(31,48,12)
#15220A
(21,34,10)
#0B1408
(11,20,8)
#000000
(0,0,0)

Tints of #6FA01C

#6FA01C
(111,160,28)
#7CA830
(124,168,48)
#89B044
(137,176,68)
#96B858
(150,184,88)
#A3C06C
(163,192,108)
#B0C880
(176,200,128)
#BDD094
(189,208,148)
#CAD8A8
(202,216,168)
#D7E0BC
(215,224,188)
#E4E8D0
(228,232,208)
#F1F0E4
(241,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FA01C color. Also use rgb(111,160,28) instead hex code.

Text Font Color

.myTextColor { color: #6FA01C; }

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

This text font color is #6FA01C.

Background Color

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

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

This div background color is #6FA01C.

Border color

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

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

This div border color is #6FA01C.

Opacity

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

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

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

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

This text has shadow with #6FA01C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FA01C.

Preview

Color preview on black background

This text has color #6FA01C on black background.


Color preview on white background

This text has color #6FA01C on white background.


Black color preview on #6FA01C background

This text has black color on #6FA01C background.


White color preview on #6FA01C background

This text has white color on #6FA01C background.


Related colors

Complementary color

Complementary color for #hex is #905FE3.


I love getcolorcode.com

Triadic colors

1 #1C6FA0 and #A01C6F with #6FA01C are triadic colors.

2 #1CA06F and #A06F1C with #6FA01C are triadic colors.