COLOR #6F9533

HEX: #6F9533 RGB: (111,149,51)

Color info

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

RGB color model

#6F9533 color RGB value is (111,149,51).

RGB: (111,149,51) (44%, 58%, 20%)

RGB channels and saturation

R 111 of 255 = 44%
G 149 of 255 = 58%
B 51 of 255 = 20%

111
149
51

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

Portions of RGB colors in percentages

R + G + B = 111 + 149 + 51 = 311 (100%)
R 111 of 311 ~ 35.69%
G 149 of 311 ~ 47.91%
B 51 of 311 ~ 16.4'%

%35.69
%47.91
%16.4

CMYK color model

#6F9533 color CMYK value is (26,0,66,42).

  • cyan value is 25.50%
  • magenta value is 0.00%
  • yellow value is 65.77%
  • key color value is 41.57%

CMYK: (26,0,66,42)
C26M0Y66K42 (26%, 0%, 66%, 42%)
(0.26 / 0.00 / 0.66 / 0.42)

CMYK percentages

%25.5
%0
%65.77
%41.57

Codes

Color #6F9533 in popluar color models

6F 95 33
RGB 111 149 51
HSL 83° 49.00% 39.22%
HSB/HSV 83° 65.77% 58.43%
CMYK 25.50% 0.00% 65.77%
41.57%

Color #6F9533 in popluar number systems.

HEX 6F 95 33
Decimal 111 149 51
Binary 1101111 10010101 110011
Octal 157 225 63

Shades and tints

Shades of #6F9533

#6F9533
(111,149,51)
#65882F
(101,136,47)
#5B7B2B
(91,123,43)
#516E27
(81,110,39)
#476123
(71,97,35)
#3D541F
(61,84,31)
#33471B
(51,71,27)
#293A17
(41,58,23)
#1F2D13
(31,45,19)
#15200F
(21,32,15)
#0B130B
(11,19,11)
#000000
(0,0,0)

Tints of #6F9533

#6F9533
(111,149,51)
#7C9E45
(124,158,69)
#89A757
(137,167,87)
#96B069
(150,176,105)
#A3B97B
(163,185,123)
#B0C28D
(176,194,141)
#BDCB9F
(189,203,159)
#CAD4B1
(202,212,177)
#D7DDC3
(215,221,195)
#E4E6D5
(228,230,213)
#F1EFE7
(241,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F9533 color. Also use rgb(111,149,51) instead hex code.

Text Font Color

.myTextColor { color: #6F9533; }

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

This text font color is #6F9533.

Background Color

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

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

This div background color is #6F9533.

Border color

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

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

This div border color is #6F9533.

Opacity

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

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

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

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

This text has shadow with #6F9533 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F9533.

Preview

Color preview on black background

This text has color #6F9533 on black background.


Color preview on white background

This text has color #6F9533 on white background.


Black color preview on #6F9533 background

This text has black color on #6F9533 background.


White color preview on #6F9533 background

This text has white color on #6F9533 background.


Related colors

Complementary color

Complementary color for #hex is #906ACC.


I love getcolorcode.com

Triadic colors

1 #336F95 and #95336F with #6F9533 are triadic colors.

2 #33956F and #956F33 with #6F9533 are triadic colors.