COLOR #74AF0E

HEX: #74AF0E
RGB: (116,175,14)

Color info

#74AF0E contains mainly red and green colors. Web safe color of #74AF0E is #669900 (or #690).

RGB color model

#74AF0E color RGB value is (116,175,14).

  • red value is 116;
  • green value is 175;
  • blue value is 14.
RGB:
(116,175,14)
(45%,69%,5%)

RGB channels and saturation

R 116 of 255 = 45%
G 175 of 255 = 69%
B 14 of 255 = 5%

116
175
14

R + G + B ~ 40%. #74AF0E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 175 + 14 = 305 (100%)
R 116 of 305 ~ 38.03%
G 175 of 305 ~ 57.38%
B 14 of 305 ~ 4.59%

%38.03
%57.38

CMYK color model

#74AF0E color CMYK value is (34,0,92,31).

  • cyan value is 33.71%
  • magenta value is 0.00%
  • yellow value is 92.00%
  • key color value is 31.37%
CMYK:
(34,0,92,31)
C34M0Y92K31 
(34%,0%,92%,31%)
(0.34/0.00/0.92/0.31)	

CMYK percentages

%33.71
%0
%92
%31.37

Codes

Color #74AF0E in popluar color models

74AF0E
RGB11617514
HSL82°85.19%37.06%
HSB/HSV82°92.00%68.63%
CMYK33.71%0.00%92.00%
31.37%

Color #74AF0E in popluar number systems.

HEX74AF0E
Decimal11617514
Binary1110100101011111110
Octal16425716

Shades and tints

Shades of #74AF0E

#74AF0E
(116,175,14)
#6AA00D
(106,160,13)
#60910C
(96,145,12)
#56820B
(86,130,11)
#4C730A
(76,115,10)
#426409
(66,100,9)
#385508
(56,85,8)
#2E4607
(46,70,7)
#243706
(36,55,6)
#1A2805
(26,40,5)
#101904
(16,25,4)
#000000
(0,0,0)

Tints of #74AF0E

#74AF0E
(116,175,14)
#80B623
(128,182,35)
#8CBD38
(140,189,56)
#98C44D
(152,196,77)
#A4CB62
(164,203,98)
#B0D277
(176,210,119)
#BCD98C
(188,217,140)
#C8E0A1
(200,224,161)
#D4E7B6
(212,231,182)
#E0EECB
(224,238,203)
#ECF5E0
(236,245,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74AF0E color. Also use rgb(116,175,14) instead hex code.

Text Font Color

.myTextColor { color: #74AF0E; }

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

This text font color is #74AF0E.


Background Color

.myBgColor { background-color: #74AF0E; }

<div style="background-color:#74AF0E">Inner text</div>

This div background color is #74AF0E.


Border color

.myBorderColor { border: 1px solid #74AF0E; }

<div style="border:3px solid #74AF0E">Div</div>

This div border color is #74AF0E.


Opacity

.myOpacity80 { color: #74AF0E; opacity: 0.8; }

<p style="color:#74AF0E;opacity:0.8;">80%</p>

Text with #74AF0E 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 #74AF0E;}

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

This text has shadow with #74AF0E color.

.textShadow {text-shadow: 3px 3px 1px #74AF0E, 3px 3px 1px red;}

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

This text has shadow with #74AF0E primary color and red secondary color.


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

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

This text has shadow with #74AF0E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74AF0E on black background.


Color preview on white background

This text has color #74AF0E on white background.



Black color preview on #74AF0E background

This text has black color on #74AF0E background.


White color preview on #74AF0E background

This text has white color on #74AF0E background.