#757100

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

Shades of Olive #757100

Tints of Olive #757100

Color information

#757100 (or 0x757100) is unknown color: approx Olive. HEX triplet: 75, 71 and 00. RGB value is (117,113,0). Sum of RGB (Red+Green+Blue) = 117+113+0=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 113 (44.53% from 255 or 49.13% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #757100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757100 is #8A8EFF. Grayscale: #656565. Windows color (decimal): -9080576 or 29045. OLE color: 29045.

HSL color Cylindrical-coordinate representation of color #757100: hue angle of 57.95º 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 #757100 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB1171130-
CMYK00.0310.54
HSL57.95º100%22.94%-
HSV(B)57.95º100%45.88%-
XYZ13.2415.592.31-
YUV101.3170.83139.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.87%
GREEN value IS 113 (44.53% from 255) = 49.13%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.87%
G=49.13%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117113000.0310.5457.9510022.94
Hex757100364363a6417
Octal165161003144667214427
Binary1110101111000100111100100110110111010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757100; }

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

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

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

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

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

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

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

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