#757400

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

Shades of Olive #757400

Tints of Olive #757400

Color information

#757400 (or 0x757400) is unknown color: approx Olive. HEX triplet: 75, 74 and 00. RGB value is (117,116,0). Sum of RGB (Red+Green+Blue) = 117+116+0=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 116 (45.70% from 255 or 49.79% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #757400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757400 is #8A8BFF. Grayscale: #676767. Windows color (decimal): -9079808 or 29813. OLE color: 29813.

HSL color Cylindrical-coordinate representation of color #757400: hue angle of 59.49º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #757400 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB1171160-
CMYK00.0110.54
HSL59.49º100%22.94%-
HSV(B)59.49º100%45.88%-
XYZ13.5816.272.43-
YUV103.0769.83137.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.21%
GREEN value IS 116 (45.70% from 255) = 49.79%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.21%
G=49.79%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117116000.0110.5459.4910022.94
Hex757400164363b6417
Octal165164001144667314427
Binary111010111101000011100100110110111011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757400; }

 p { color: rgb(117,116,0); }

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

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

 a { background-color: rgb(117,116,0); }

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

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

 span { border-color: rgb(117,116,0); }

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