COLOR #75A801

HEX: #75A801
RGB: (117,168,1)

Color info

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

RGB color model

#75A801 color RGB value is (117,168,1).

  • red value is 117;
  • green value is 168;
  • blue value is 1.
RGB:
(117,168,1)
(46%,66%,0%)

RGB channels and saturation

R 117 of 255 = 46%
G 168 of 255 = 66%
B 1 of 255 = 0%

117
168
1

R + G + B ~ 37%. #75A801 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 168 + 1 = 286 (100%)
R 117 of 286 ~ 40.91%
G 168 of 286 ~ 58.74%
B 1 of 286 ~ 0.35%

%40.91
%58.74

CMYK color model

#75A801 color CMYK value is (30,0,99,34).

  • cyan value is 30.36%
  • magenta value is 0.00%
  • yellow value is 99.40%
  • key color value is 34.12%
CMYK:
(30,0,99,34)
C30M0Y99K34 
(30%,0%,99%,34%)
(0.30/0.00/0.99/0.34)	

CMYK percentages

%30.36
%0
%99.4
%34.12

Codes

Color #75A801 in popluar color models

75A801
RGB1171681
HSL78°98.82%33.14%
HSB/HSV78°99.40%65.88%
CMYK30.36%0.00%99.40%
34.12%

Color #75A801 in popluar number systems.

HEX75A801
Decimal1171681
Binary1110101101010001
Octal1652501

Shades and tints

Shades of #75A801

#75A801
(117,168,1)
#6B9901
(107,153,1)
#618A01
(97,138,1)
#577B01
(87,123,1)
#4D6C01
(77,108,1)
#435D01
(67,93,1)
#394E01
(57,78,1)
#2F3F01
(47,63,1)
#253001
(37,48,1)
#1B2101
(27,33,1)
#111201
(17,18,1)
#000000
(0,0,0)

Tints of #75A801

#75A801
(117,168,1)
#81AF18
(129,175,24)
#8DB62F
(141,182,47)
#99BD46
(153,189,70)
#A5C45D
(165,196,93)
#B1CB74
(177,203,116)
#BDD28B
(189,210,139)
#C9D9A2
(201,217,162)
#D5E0B9
(213,224,185)
#E1E7D0
(225,231,208)
#EDEEE7
(237,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A801 color. Also use rgb(117,168,1) instead hex code.

Text Font Color

.myTextColor { color: #75A801; }

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

This text font color is #75A801.


Background Color

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

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

This div background color is #75A801.


Border color

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

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

This div border color is #75A801.


Opacity

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

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

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

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

This text has shadow with #75A801 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A801 on black background.


Color preview on white background

This text has color #75A801 on white background.



Black color preview on #75A801 background

This text has black color on #75A801 background.


White color preview on #75A801 background

This text has white color on #75A801 background.