#757310

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

Shades of Olive #757310

Tints of Olive #757310

Color information

#757310 (or 0x757310) is unknown color: approx Olive. HEX triplet: 75, 73 and 10. RGB value is (117,115,16). Sum of RGB (Red+Green+Blue) = 117+115+16=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #757310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757310 is #8A8CEF. Grayscale: #686868. Windows color (decimal): -9080048 or 1078133. OLE color: 1078133.

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

Color convert

RGB11711516-
CMYK00.020.860.54
HSL58.81º75.94%26.08%-
HSV(B)58.81º86.32%45.88%-
XYZ13.5616.082.88-
YUV104.3178.16137.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.18%
GREEN value IS 115 (45.31% from 255) = 46.37%
BLUE value IS 16 (6.64% from 255) = 6.45%
R=47.18%
G=46.37%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171151600.020.860.5458.8175.9426.08
Hex7573100256363b4c1a
Octal1651632002126667311432
Binary11101011110011100000101010110110110111011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757310; }

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

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

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

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

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

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

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

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