#757000

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

Shades of Olive #757000

Tints of Olive #757000

Color information

#757000 (or 0x757000) is unknown color: approx Olive. HEX triplet: 75, 70 and 00. RGB value is (117,112,0). Sum of RGB (Red+Green+Blue) = 117+112+0=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #757000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757000 is #8A8FFF. Grayscale: #656565. Windows color (decimal): -9080832 or 28789. OLE color: 28789.

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

Color convert

RGB1171120-
CMYK00.0410.54
HSL57.44º100%22.94%-
HSV(B)57.44º100%45.88%-
XYZ13.1315.372.27-
YUV100.7371.16139.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.09%
GREEN value IS 112 (44.14% from 255) = 48.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.09%
G=48.91%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117112000.0410.5457.4410022.94
Hex75700046436396417
Octal165160004144667114427
Binary11101011110000001001100100110110111001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757000; }

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

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

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

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

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

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

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

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