COLOR #6F9F3C

HEX: #6F9F3C RGB: (111,159,60)

Color info

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

RGB color model

#6F9F3C color RGB value is (111,159,60).

RGB: (111,159,60) (44%, 62%, 24%)

RGB channels and saturation

R 111 of 255 = 44%
G 159 of 255 = 62%
B 60 of 255 = 24%

111
159
60

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

Portions of RGB colors in percentages

R + G + B = 111 + 159 + 60 = 330 (100%)
R 111 of 330 ~ 33.64%
G 159 of 330 ~ 48.18%
B 60 of 330 ~ 18.18'%

%33.64
%48.18
%18.18

CMYK color model

#6F9F3C color CMYK value is (30,0,62,38).

  • cyan value is 30.19%
  • magenta value is 0.00%
  • yellow value is 62.26%
  • key color value is 37.65%

CMYK: (30,0,62,38)
C30M0Y62K38 (30%, 0%, 62%, 38%)
(0.30 / 0.00 / 0.62 / 0.38)

CMYK percentages

%30.19
%0
%62.26
%37.65

Codes

Color #6F9F3C in popluar color models

6F 9F 3C
RGB 111 159 60
HSL 89° 45.21% 42.94%
HSB/HSV 89° 62.26% 62.35%
CMYK 30.19% 0.00% 62.26%
37.65%

Color #6F9F3C in popluar number systems.

HEX 6F 9F 3C
Decimal 111 159 60
Binary 1101111 10011111 111100
Octal 157 237 74

Shades and tints

Shades of #6F9F3C

#6F9F3C
(111,159,60)
#659137
(101,145,55)
#5B8332
(91,131,50)
#51752D
(81,117,45)
#476728
(71,103,40)
#3D5923
(61,89,35)
#334B1E
(51,75,30)
#293D19
(41,61,25)
#1F2F14
(31,47,20)
#15210F
(21,33,15)
#0B130A
(11,19,10)
#000000
(0,0,0)

Tints of #6F9F3C

#6F9F3C
(111,159,60)
#7CA74D
(124,167,77)
#89AF5E
(137,175,94)
#96B76F
(150,183,111)
#A3BF80
(163,191,128)
#B0C791
(176,199,145)
#BDCFA2
(189,207,162)
#CAD7B3
(202,215,179)
#D7DFC4
(215,223,196)
#E4E7D5
(228,231,213)
#F1EFE6
(241,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F9F3C color. Also use rgb(111,159,60) instead hex code.

Text Font Color

.myTextColor { color: #6F9F3C; }

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

This text font color is #6F9F3C.

Background Color

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

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

This div background color is #6F9F3C.

Border color

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

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

This div border color is #6F9F3C.

Opacity

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

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

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

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

This text has shadow with #6F9F3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F9F3C.

Preview

Color preview on black background

This text has color #6F9F3C on black background.


Color preview on white background

This text has color #6F9F3C on white background.


Black color preview on #6F9F3C background

This text has black color on #6F9F3C background.


White color preview on #6F9F3C background

This text has white color on #6F9F3C background.


Related colors

Complementary color

Complementary color for #hex is #9060C3.


I love getcolorcode.com

Triadic colors

1 #3C6F9F and #9F3C6F with #6F9F3C are triadic colors.

2 #3C9F6F and #9F6F3C with #6F9F3C are triadic colors.