#757501

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

Shades of Olive #757501

Tints of Olive #757501

Color information

#757501 (or 0x757501) is unknown color: approx Olive. HEX triplet: 75, 75 and 01. RGB value is (117,117,1). Sum of RGB (Red+Green+Blue) = 117+117+1=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 117 (46.09% from 255 or 49.79% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757501 is #8A8AFE. Grayscale: #686868. Windows color (decimal): -9079551 or 95605. OLE color: 95605.

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

Color convert

RGB1171171-
CMYK000.990.54
HSL60º98.31%23.14%-
HSV(B)60º99.15%45.88%-
XYZ13.716.512.49-
YUV103.7870137.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.79%
GREEN value IS 117 (46.09% from 255) = 49.79%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=49.79%
G=49.79%
B=0.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171171000.990.546098.3123.14
Hex757510063363c6217
Octal165165100143667414227
Binary111010111101011001100011110110111100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757501; }

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

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

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

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

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

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

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

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