COLOR #6F9800

HEX: #6F9800
RGB: (111,152,0)

Color info

#6F9800 contains only red and green colors. Web safe color of #6F9800 is #669900 (or #690).

RGB color model

#6F9800 color RGB value is (111,152,0).

  • red value is 111;
  • green value is 152;
  • blue value is 0.
RGB:
(111,152,0)
(44%,60%,0%)

RGB channels and saturation

R 111 of 255 = 44%
G 152 of 255 = 60%
B 0 of 255 = 0%

111
152
0

R + G + B ~ 35%. #6F9800 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 152 + 0 = 263 (100%)
R 111 of 263 ~ 42.21%
G 152 of 263 ~ 57.79%
B 0 of 263 ~ 0%

%42.21
%57.79

CMYK color model

#6F9800 color CMYK value is (27,0,100,40).

  • cyan value is 26.97%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 40.39%
CMYK:
(27,0,100,40)
C27M0Y100K40 
(27%,0%,100%,40%)
(0.27/0.00/1.00/0.40)	

CMYK percentages

%26.97
%0
%100
%40.39

Codes

Color #6F9800 in popluar color models

6F9800
RGB1111520
HSL76°100.00%29.80%
HSB/HSV76°100.00%59.61%
CMYK26.97%0.00%100.00%
40.39%

Color #6F9800 in popluar number systems.

HEX6F9800
Decimal1111520
Binary1101111100110000
Octal1572300

Shades and tints

Shades of #6F9800

#6F9800
(111,152,0)
#658B00
(101,139,0)
#5B7E00
(91,126,0)
#517100
(81,113,0)
#476400
(71,100,0)
#3D5700
(61,87,0)
#334A00
(51,74,0)
#293D00
(41,61,0)
#1F3000
(31,48,0)
#152300
(21,35,0)
#0B1600
(11,22,0)
#000000
(0,0,0)

Tints of #6F9800

#6F9800
(111,152,0)
#7CA117
(124,161,23)
#89AA2E
(137,170,46)
#96B345
(150,179,69)
#A3BC5C
(163,188,92)
#B0C573
(176,197,115)
#BDCE8A
(189,206,138)
#CAD7A1
(202,215,161)
#D7E0B8
(215,224,184)
#E4E9CF
(228,233,207)
#F1F2E6
(241,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F9800 color. Also use rgb(111,152,0) instead hex code.

Text Font Color

.myTextColor { color: #6F9800; }

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

This text font color is #6F9800.


Background Color

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

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

This div background color is #6F9800.


Border color

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

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

This div border color is #6F9800.


Opacity

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

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

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

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

This text has shadow with #6F9800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9800 on black background.


Color preview on white background

This text has color #6F9800 on white background.



Black color preview on #6F9800 background

This text has black color on #6F9800 background.


White color preview on #6F9800 background

This text has white color on #6F9800 background.