#757309

Color #757309 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #757309

Tints of Olive #757309

Color information

#757309 (or 0x757309) is unknown color: approx Olive. HEX triplet: 75, 73 and 09. RGB value is (117,115,9). Sum of RGB (Red+Green+Blue) = 117+115+9=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 115 (45.31% from 255 or 47.72% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #757309 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757309 is #8A8CF6. Grayscale: #676767. Windows color (decimal): -9080055 or 619381. OLE color: 619381.

HSL color Cylindrical-coordinate representation of color #757309: hue angle of 58.89º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #757309 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB1171159-
CMYK00.020.920.54
HSL58.89º85.71%24.71%-
HSV(B)58.89º92.31%45.88%-
XYZ13.5216.062.65-
YUV103.5174.66137.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 48.55%
GREEN value IS 115 (45.31% from 255) = 47.72%
BLUE value IS 9 (3.91% from 255) = 3.73%
R=48.55%
G=47.72%
B=3.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117115900.020.920.5458.8985.7124.71
Hex75739025C363b5619
Octal1651631102134667312631
Binary1110101111001110010101011100110110111011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757309; }

 p { color: rgb(117,115,9); }

 H1.HeaderClassName
 {
   color: #757309;
 }
 .AnyTagClassName
 {
   color: #757309;
 }
</style>
background-color css

<style>
 a { background-color: #757309; }

 a { background-color: rgb(117,115,9); }

 div.DivClassName
 {
   background-color: #757309;
 }
 .BgClassName
 {
   background-color: #757309;
 }
</style>
border-color css

<style>
 span { border-color: #757309; }

 span { border-color: rgb(117,115,9); }

 td.TdClassName
 {
   border-color: #757309;
 }
 .TagClassName
 {
   border-color: #757309;
 }
</style>