COLOR #75984B

HEX: #75984B RGB: (117,152,75)

Color info

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

RGB color model

#75984B color RGB value is (117,152,75).

RGB: (117,152,75) (46%, 60%, 29%)

RGB channels and saturation

R 117 of 255 = 46%
G 152 of 255 = 60%
B 75 of 255 = 29%

117
152
75

R + G + B ~ 45%. #75984B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 152 + 75 = 344 (100%)
R 117 of 344 ~ 34.01%
G 152 of 344 ~ 44.19%
B 75 of 344 ~ 21.8'%

%34.01
%44.19
%21.8

CMYK color model

#75984B color CMYK value is (23,0,51,40).

  • cyan value is 23.03%
  • magenta value is 0.00%
  • yellow value is 50.66%
  • key color value is 40.39%
CMYK: (23,0,51,40) C23M0Y51K40 (23%,0%,51%,40%) (0.23/0.00/0.51/0.40) 

CMYK percentages

%23.03
%0
%50.66
%40.39

Codes

Color #75984B in popluar color models

75 98 4B
RGB 117 152 75
HSL 87° 33.92% 44.51%
HSB/HSV 87° 50.66% 59.61%
CMYK 23.03% 0.00% 50.66%
40.39%

Color #75984B in popluar number systems.

HEX 75 98 4B
Decimal 117 152 75
Binary 1110101 10011000 1001011
Octal 165 230 113

Shades and tints

Shades of #75984B

#75984B
(117,152,75)
#6B8B45
(107,139,69)
#617E3F
(97,126,63)
#577139
(87,113,57)
#4D6433
(77,100,51)
#43572D
(67,87,45)
#394A27
(57,74,39)
#2F3D21
(47,61,33)
#25301B
(37,48,27)
#1B2315
(27,35,21)
#11160F
(17,22,15)
#000000
(0,0,0)

Tints of #75984B

#75984B
(117,152,75)
#81A15B
(129,161,91)
#8DAA6B
(141,170,107)
#99B37B
(153,179,123)
#A5BC8B
(165,188,139)
#B1C59B
(177,197,155)
#BDCEAB
(189,206,171)
#C9D7BB
(201,215,187)
#D5E0CB
(213,224,203)
#E1E9DB
(225,233,219)
#EDF2EB
(237,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75984B color. Also use rgb(117,152,75) instead hex code.

Text Font Color

.myTextColor { color: #75984B; }

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

This text font color is #75984B.

Background Color

.myBgColor { background-color: #75984B; }

<div style="background-color:#75984B">Inner text</div>

This div background color is #75984B.

Border color

.myBorderColor { border: 1px solid #75984B; }

<div style="border:3px solid #75984B">Div</div>

This div border color is #75984B.

Opacity

.myOpacity80 { color: #75984B; opacity: 0.8; }

<p style="color:#75984B;opacity:0.8;">80%</p>

Text with #75984B 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 #75984B;}

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

This text has shadow with #75984B color.


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

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

This text has shadow with #75984B primary color and red secondary color.


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

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

This text has shadow with #75984B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #75984B.

Preview

Color preview on black background

This text has color #75984B on black background.


Color preview on white background

This text has color #75984B on white background.


Black color preview on #75984B background

This text has black color on #75984B background.


White color preview on #75984B background

This text has white color on #75984B background.


Related colors

Complementary color

Complementary color for #hex is #8A67B4.


I love getcolorcode.com

Triadic colors

1 #4B7598 and #984B75 with #75984B are triadic colors.

2 #4B9875 and #98754B with #75984B are triadic colors.