COLOR #75B00A

HEX: #75B00A RGB: (117,176,10)

Color info

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

RGB color model

#75B00A color RGB value is (117,176,10).

RGB: (117,176,10) (46%, 69%, 4%)

RGB channels and saturation

R 117 of 255 = 46%
G 176 of 255 = 69%
B 10 of 255 = 4%

117
176
10

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

Portions of RGB colors in percentages

R + G + B = 117 + 176 + 10 = 303 (100%)
R 117 of 303 ~ 38.61%
G 176 of 303 ~ 58.09%
B 10 of 303 ~ 3.3'%

%38.61
%58.09

CMYK color model

#75B00A color CMYK value is (34,0,94,31).

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

CMYK: (34,0,94,31)
C34M0Y94K31 (34%, 0%, 94%, 31%)
(0.34 / 0.00 / 0.94 / 0.31)

CMYK percentages

%33.52
%0
%94.32
%30.98

Codes

Color #75B00A in popluar color models

75 B0 0A
RGB 117 176 10
HSL 81° 89.25% 36.47%
HSB/HSV 81° 94.32% 69.02%
CMYK 33.52% 0.00% 94.32%
30.98%

Color #75B00A in popluar number systems.

HEX 75 B0 0A
Decimal 117 176 10
Binary 1110101 10110000 1010
Octal 165 260 12

Shades and tints

Shades of #75B00A

#75B00A
(117,176,10)
#6BA00A
(107,160,10)
#61900A
(97,144,10)
#57800A
(87,128,10)
#4D700A
(77,112,10)
#43600A
(67,96,10)
#39500A
(57,80,10)
#2F400A
(47,64,10)
#25300A
(37,48,10)
#1B200A
(27,32,10)
#11100A
(17,16,10)
#000000
(0,0,0)

Tints of #75B00A

#75B00A
(117,176,10)
#81B720
(129,183,32)
#8DBE36
(141,190,54)
#99C54C
(153,197,76)
#A5CC62
(165,204,98)
#B1D378
(177,211,120)
#BDDA8E
(189,218,142)
#C9E1A4
(201,225,164)
#D5E8BA
(213,232,186)
#E1EFD0
(225,239,208)
#EDF6E6
(237,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75B00A; }

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

This text font color is #75B00A.

Background Color

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

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

This div background color is #75B00A.

Border color

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

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

This div border color is #75B00A.

Opacity

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

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

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

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

This text has shadow with #75B00A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75B00A.

Preview

Color preview on black background

This text has color #75B00A on black background.


Color preview on white background

This text has color #75B00A on white background.


Black color preview on #75B00A background

This text has black color on #75B00A background.


White color preview on #75B00A background

This text has white color on #75B00A background.


Related colors

Complementary color

Complementary color for #hex is #8A4FF5.


I love getcolorcode.com

Triadic colors

1 #0A75B0 and #B00A75 with #75B00A are triadic colors.

2 #0AB075 and #B0750A with #75B00A are triadic colors.