#756401

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

Shades of Olive #756401

Tints of Olive #756401

Color information

#756401 (or 0x756401) is unknown color: approx Olive. HEX triplet: 75, 64 and 01. RGB value is (117,100,1). Sum of RGB (Red+Green+Blue) = 117+100+1=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 100 (39.45% from 255 or 45.87% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #756401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756401 is #8A9BFE. Grayscale: #5E5E5E. Windows color (decimal): -9083903 or 91253. OLE color: 91253.

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

Color convert

RGB1171001-
CMYK00.150.990.54
HSL51.21º98.31%23.14%-
HSV(B)51.21º99.15%45.88%-
XYZ11.912.91.89-
YUV93.875.63144.55-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.67%
GREEN value IS 100 (39.45% from 255) = 45.87%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=53.67%
G=45.87%
B=0.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117100100.150.990.5451.2198.3123.14
Hex756410F6336336217
Octal1651441017143666314227
Binary111010111001001011111100011110110110011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756401; }

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

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

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

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

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

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

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

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