#757500

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

Shades of Olive #757500

Tints of Olive #757500

Color information

#757500 (or 0x757500) is unknown color: approx Olive. HEX triplet: 75, 75 and 00. RGB value is (117,117,0). Sum of RGB (Red+Green+Blue) = 117+117+0=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 117 (46.09% from 255 or 50% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757500 is #8A8AFF. Grayscale: #686868. Windows color (decimal): -9079552 or 30069. OLE color: 30069.

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

Color convert

RGB1171170-
CMYK0010.54
HSL60º100%22.94%-
HSV(B)60º100%45.88%-
XYZ13.716.52.46-
YUV103.6669.5137.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50%
GREEN value IS 117 (46.09% from 255) = 50%
BLUE value IS 0 (0.39% from 255) = 0%
R=50%
G=50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711700010.546010022.94
Hex757500064363c6417
Octal165165000144667414427
Binary111010111101010001100100110110111100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757500; }

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

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

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

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

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

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

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

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