COLOR #758F09

HEX: #758F09
RGB: (117,143,9)

Color info

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

RGB color model

#758F09 color RGB value is (117,143,9).

  • red value is 117;
  • green value is 143;
  • blue value is 9.
RGB:
(117,143,9)
(46%,56%,4%)

RGB channels and saturation

R 117 of 255 = 46%
G 143 of 255 = 56%
B 9 of 255 = 4%

117
143
9

R + G + B ~ 35%. #758F09 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 143 + 9 = 269 (100%)
R 117 of 269 ~ 43.49%
G 143 of 269 ~ 53.16%
B 9 of 269 ~ 3.35%

%43.49
%53.16

CMYK color model

#758F09 color CMYK value is (18,0,94,44).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 93.71%
  • key color value is 43.92%
CMYK:
(18,0,94,44)
C18M0Y94K44 
(18%,0%,94%,44%)
(0.18/0.00/0.94/0.44)	

CMYK percentages

%18.18
%0
%93.71
%43.92

Codes

Color #758F09 in popluar color models

758F09
RGB1171439
HSL72°88.16%29.80%
HSB/HSV72°93.71%56.08%
CMYK18.18%0.00%93.71%
43.92%

Color #758F09 in popluar number systems.

HEX758F09
Decimal1171439
Binary1110101100011111001
Octal16521711

Shades and tints

Shades of #758F09

#758F09
(117,143,9)
#6B8209
(107,130,9)
#617509
(97,117,9)
#576809
(87,104,9)
#4D5B09
(77,91,9)
#434E09
(67,78,9)
#394109
(57,65,9)
#2F3409
(47,52,9)
#252709
(37,39,9)
#1B1A09
(27,26,9)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #758F09

#758F09
(117,143,9)
#81991F
(129,153,31)
#8DA335
(141,163,53)
#99AD4B
(153,173,75)
#A5B761
(165,183,97)
#B1C177
(177,193,119)
#BDCB8D
(189,203,141)
#C9D5A3
(201,213,163)
#D5DFB9
(213,223,185)
#E1E9CF
(225,233,207)
#EDF3E5
(237,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758F09 color. Also use rgb(117,143,9) instead hex code.

Text Font Color

.myTextColor { color: #758F09; }

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

This text font color is #758F09.


Background Color

.myBgColor { background-color: #758F09; }

<div style="background-color:#758F09">Inner text</div>

This div background color is #758F09.


Border color

.myBorderColor { border: 1px solid #758F09; }

<div style="border:3px solid #758F09">Div</div>

This div border color is #758F09.


Opacity

.myOpacity80 { color: #758F09; opacity: 0.8; }

<p style="color:#758F09;opacity:0.8;">80%</p>

Text with #758F09 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 #758F09;}

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

This text has shadow with #758F09 color.

.textShadow {text-shadow: 3px 3px 1px #758F09, 3px 3px 1px red;}

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

This text has shadow with #758F09 primary color and red secondary color.


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

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

This text has shadow with #758F09 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758F09 on black background.


Color preview on white background

This text has color #758F09 on white background.



Black color preview on #758F09 background

This text has black color on #758F09 background.


White color preview on #758F09 background

This text has white color on #758F09 background.