COLOR #6FAF33

HEX: #6FAF33
RGB: (111,175,51)

Color info

#6FAF33 contains mainly green color. Web safe color of #6FAF33 is #669933 (or #693).

RGB color model

#6FAF33 color RGB value is (111,175,51).

  • red value is 111;
  • green value is 175;
  • blue value is 51.
RGB:
(111,175,51)
(44%,69%,20%)

RGB channels and saturation

R 111 of 255 = 44%
G 175 of 255 = 69%
B 51 of 255 = 20%

111
175
51

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

Portions of RGB colors in percentages

R + G + B =
111 + 175 + 51 = 337 (100%)
R 111 of 337 ~ 32.94%
G 175 of 337 ~ 51.93%
B 51 of 337 ~ 15.13%

%32.94
%51.93
%15.13

CMYK color model

#6FAF33 color CMYK value is (37,0,71,31).

  • cyan value is 36.57%
  • magenta value is 0.00%
  • yellow value is 70.86%
  • key color value is 31.37%
CMYK:
(37,0,71,31)
C37M0Y71K31 
(37%,0%,71%,31%)
(0.37/0.00/0.71/0.31)	

CMYK percentages

%36.57
%0
%70.86
%31.37

Codes

Color #6FAF33 in popluar color models

6FAF33
RGB11117551
HSL91°54.87%44.31%
HSB/HSV91°70.86%68.63%
CMYK36.57%0.00%70.86%
31.37%

Color #6FAF33 in popluar number systems.

HEX6FAF33
Decimal11117551
Binary110111110101111110011
Octal15725763

Shades and tints

Shades of #6FAF33

#6FAF33
(111,175,51)
#65A02F
(101,160,47)
#5B912B
(91,145,43)
#518227
(81,130,39)
#477323
(71,115,35)
#3D641F
(61,100,31)
#33551B
(51,85,27)
#294617
(41,70,23)
#1F3713
(31,55,19)
#15280F
(21,40,15)
#0B190B
(11,25,11)
#000000
(0,0,0)

Tints of #6FAF33

#6FAF33
(111,175,51)
#7CB645
(124,182,69)
#89BD57
(137,189,87)
#96C469
(150,196,105)
#A3CB7B
(163,203,123)
#B0D28D
(176,210,141)
#BDD99F
(189,217,159)
#CAE0B1
(202,224,177)
#D7E7C3
(215,231,195)
#E4EED5
(228,238,213)
#F1F5E7
(241,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FAF33; }

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

This text font color is #6FAF33.


Background Color

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

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

This div background color is #6FAF33.


Border color

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

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

This div border color is #6FAF33.


Opacity

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

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

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

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

This text has shadow with #6FAF33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FAF33 on black background.


Color preview on white background

This text has color #6FAF33 on white background.



Black color preview on #6FAF33 background

This text has black color on #6FAF33 background.


White color preview on #6FAF33 background

This text has white color on #6FAF33 background.