COLOR #75B03F

HEX: #75B03F RGB: (117,176,63)

Color info

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

RGB color model

#75B03F color RGB value is (117,176,63).

RGB: (117,176,63) (46%, 69%, 25%)

RGB channels and saturation

R 117 of 255 = 46%
G 176 of 255 = 69%
B 63 of 255 = 25%

117
176
63

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

Portions of RGB colors in percentages

R + G + B = 117 + 176 + 63 = 356 (100%)
R 117 of 356 ~ 32.87%
G 176 of 356 ~ 49.44%
B 63 of 356 ~ 17.7'%

%32.87
%49.44
%17.7

CMYK color model

#75B03F color CMYK value is (34,0,64,31).

  • cyan value is 33.52%
  • magenta value is 0.00%
  • yellow value is 64.20%
  • key color value is 30.98%

CMYK: (34,0,64,31)
C34M0Y64K31 (34%, 0%, 64%, 31%)
(0.34 / 0.00 / 0.64 / 0.31)

CMYK percentages

%33.52
%0
%64.2
%30.98

Codes

Color #75B03F in popluar color models

75 B0 3F
RGB 117 176 63
HSL 91° 47.28% 46.86%
HSB/HSV 91° 64.20% 69.02%
CMYK 33.52% 0.00% 64.20%
30.98%

Color #75B03F in popluar number systems.

HEX 75 B0 3F
Decimal 117 176 63
Binary 1110101 10110000 111111
Octal 165 260 77

Shades and tints

Shades of #75B03F

#75B03F
(117,176,63)
#6BA03A
(107,160,58)
#619035
(97,144,53)
#578030
(87,128,48)
#4D702B
(77,112,43)
#436026
(67,96,38)
#395021
(57,80,33)
#2F401C
(47,64,28)
#253017
(37,48,23)
#1B2012
(27,32,18)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #75B03F

#75B03F
(117,176,63)
#81B750
(129,183,80)
#8DBE61
(141,190,97)
#99C572
(153,197,114)
#A5CC83
(165,204,131)
#B1D394
(177,211,148)
#BDDAA5
(189,218,165)
#C9E1B6
(201,225,182)
#D5E8C7
(213,232,199)
#E1EFD8
(225,239,216)
#EDF6E9
(237,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75B03F color. Also use rgb(117,176,63) instead hex code.

Text Font Color

.myTextColor { color: #75B03F; }

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

This text font color is #75B03F.

Background Color

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

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

This div background color is #75B03F.

Border color

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

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

This div border color is #75B03F.

Opacity

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

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

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

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

This text has shadow with #75B03F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75B03F.

Preview

Color preview on black background

This text has color #75B03F on black background.


Color preview on white background

This text has color #75B03F on white background.


Black color preview on #75B03F background

This text has black color on #75B03F background.


White color preview on #75B03F background

This text has white color on #75B03F background.


Related colors

Complementary color

Complementary color for #hex is #8A4FC0.


I love getcolorcode.com

Triadic colors

1 #3F75B0 and #B03F75 with #75B03F are triadic colors.

2 #3FB075 and #B0753F with #75B03F are triadic colors.