#756403

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

Shades of Olive #756403

Tints of Olive #756403

Color information

#756403 (or 0x756403) is unknown color: approx Olive. HEX triplet: 75, 64 and 03. RGB value is (117,100,3). Sum of RGB (Red+Green+Blue) = 117+100+3=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 100 (39.45% from 255 or 45.45% from 220); Blue value is 3 (1.56% from 255 or 1.36% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #756403 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756403 is #8A9BFC. Grayscale: #5E5E5E. Windows color (decimal): -9083901 or 222325. OLE color: 222325.

HSL color Cylindrical-coordinate representation of color #756403: hue angle of 51.05º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #756403 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB1171003-
CMYK00.150.970.54
HSL51.05º95%23.53%-
HSV(B)51.05º97.44%45.88%-
XYZ11.9112.91.95-
YUV94.0276.63144.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.18%
GREEN value IS 100 (39.45% from 255) = 45.45%
BLUE value IS 3 (1.56% from 255) = 1.36%
R=53.18%
G=45.45%
B=1.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117100300.150.970.5451.059523.53
Hex756430F6136335f18
Octal1651443017141666313730
Binary1110101110010011011111100001110110110011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756403; }

 p { color: rgb(117,100,3); }

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

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

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

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

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

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

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