COLOR #75A01D

HEX: #75A01D
RGB: (117,160,29)

Color info

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

RGB color model

#75A01D color RGB value is (117,160,29).

  • red value is 117;
  • green value is 160;
  • blue value is 29.
RGB:
(117,160,29)
(46%,63%,11%)

RGB channels and saturation

R 117 of 255 = 46%
G 160 of 255 = 63%
B 29 of 255 = 11%

117
160
29

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

Portions of RGB colors in percentages

R + G + B =
117 + 160 + 29 = 306 (100%)
R 117 of 306 ~ 38.24%
G 160 of 306 ~ 52.29%
B 29 of 306 ~ 9.48%

%38.24
%52.29

CMYK color model

#75A01D color CMYK value is (27,0,82,37).

  • cyan value is 26.88%
  • magenta value is 0.00%
  • yellow value is 81.88%
  • key color value is 37.25%
CMYK:
(27,0,82,37)
C27M0Y82K37 
(27%,0%,82%,37%)
(0.27/0.00/0.82/0.37)	

CMYK percentages

%26.88
%0
%81.88
%37.25

Codes

Color #75A01D in popluar color models

75A01D
RGB11716029
HSL80°69.31%37.06%
HSB/HSV80°81.88%62.75%
CMYK26.88%0.00%81.88%
37.25%

Color #75A01D in popluar number systems.

HEX75A01D
Decimal11716029
Binary11101011010000011101
Octal16524035

Shades and tints

Shades of #75A01D

#75A01D
(117,160,29)
#6B921B
(107,146,27)
#618419
(97,132,25)
#577617
(87,118,23)
#4D6815
(77,104,21)
#435A13
(67,90,19)
#394C11
(57,76,17)
#2F3E0F
(47,62,15)
#25300D
(37,48,13)
#1B220B
(27,34,11)
#111409
(17,20,9)
#000000
(0,0,0)

Tints of #75A01D

#75A01D
(117,160,29)
#81A831
(129,168,49)
#8DB045
(141,176,69)
#99B859
(153,184,89)
#A5C06D
(165,192,109)
#B1C881
(177,200,129)
#BDD095
(189,208,149)
#C9D8A9
(201,216,169)
#D5E0BD
(213,224,189)
#E1E8D1
(225,232,209)
#EDF0E5
(237,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A01D color. Also use rgb(117,160,29) instead hex code.

Text Font Color

.myTextColor { color: #75A01D; }

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

This text font color is #75A01D.


Background Color

.myBgColor { background-color: #75A01D; }

<div style="background-color:#75A01D">Inner text</div>

This div background color is #75A01D.


Border color

.myBorderColor { border: 1px solid #75A01D; }

<div style="border:3px solid #75A01D">Div</div>

This div border color is #75A01D.


Opacity

.myOpacity80 { color: #75A01D; opacity: 0.8; }

<p style="color:#75A01D;opacity:0.8;">80%</p>

Text with #75A01D 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 #75A01D;}

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

This text has shadow with #75A01D color.

.textShadow {text-shadow: 3px 3px 1px #75A01D, 3px 3px 1px red;}

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

This text has shadow with #75A01D primary color and red secondary color.


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

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

This text has shadow with #75A01D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A01D on black background.


Color preview on white background

This text has color #75A01D on white background.



Black color preview on #75A01D background

This text has black color on #75A01D background.


White color preview on #75A01D background

This text has white color on #75A01D background.