COLOR #6F9652

HEX: #6F9652
RGB: (111,150,82)

Color info

#6F9652 contains mainly red and green colors. Web safe color of #6F9652 is #669966 (or #696).

RGB color model

#6F9652 color RGB value is (111,150,82).

  • red value is 111;
  • green value is 150;
  • blue value is 82.
RGB:
(111,150,82)
(44%,59%,32%)

RGB channels and saturation

R 111 of 255 = 44%
G 150 of 255 = 59%
B 82 of 255 = 32%

111
150
82

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

Portions of RGB colors in percentages

R + G + B =
111 + 150 + 82 = 343 (100%)
R 111 of 343 ~ 32.36%
G 150 of 343 ~ 43.73%
B 82 of 343 ~ 23.91%

%32.36
%43.73
%23.91

CMYK color model

#6F9652 color CMYK value is (26,0,45,41).

  • cyan value is 26.00%
  • magenta value is 0.00%
  • yellow value is 45.33%
  • key color value is 41.18%
CMYK:
(26,0,45,41)
C26M0Y45K41 
(26%,0%,45%,41%)
(0.26/0.00/0.45/0.41)	

CMYK percentages

%26
%0
%45.33
%41.18

Codes

Color #6F9652 in popluar color models

6F9652
RGB11115082
HSL94°29.31%45.49%
HSB/HSV94°45.33%58.82%
CMYK26.00%0.00%45.33%
41.18%

Color #6F9652 in popluar number systems.

HEX6F9652
Decimal11115082
Binary1101111100101101010010
Octal157226122

Shades and tints

Shades of #6F9652

#6F9652
(111,150,82)
#65894B
(101,137,75)
#5B7C44
(91,124,68)
#516F3D
(81,111,61)
#476236
(71,98,54)
#3D552F
(61,85,47)
#334828
(51,72,40)
#293B21
(41,59,33)
#1F2E1A
(31,46,26)
#152113
(21,33,19)
#0B140C
(11,20,12)
#000000
(0,0,0)

Tints of #6F9652

#6F9652
(111,150,82)
#7C9F61
(124,159,97)
#89A870
(137,168,112)
#96B17F
(150,177,127)
#A3BA8E
(163,186,142)
#B0C39D
(176,195,157)
#BDCCAC
(189,204,172)
#CAD5BB
(202,213,187)
#D7DECA
(215,222,202)
#E4E7D9
(228,231,217)
#F1F0E8
(241,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F9652 color. Also use rgb(111,150,82) instead hex code.

Text Font Color

.myTextColor { color: #6F9652; }

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

This text font color is #6F9652.


Background Color

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

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

This div background color is #6F9652.


Border color

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

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

This div border color is #6F9652.


Opacity

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

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

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

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

This text has shadow with #6F9652 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9652 on black background.


Color preview on white background

This text has color #6F9652 on white background.



Black color preview on #6F9652 background

This text has black color on #6F9652 background.


White color preview on #6F9652 background

This text has white color on #6F9652 background.