#746C01

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

Shades of Olive #746C01

Tints of Olive #746C01

Color information

#746C01 (or 0x746C01) is unknown color: approx Olive. HEX triplet: 74, 6C and 01. RGB value is (116,108,1). Sum of RGB (Red+Green+Blue) = 116+108+1=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 108 (42.58% from 255 or 48% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #746C01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746C01 is #8B93FE. Grayscale: #626262. Windows color (decimal): -9147391 or 93300. OLE color: 93300.

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

Color convert

RGB1161081-
CMYK00.070.990.55
HSL55.83º98.29%22.94%-
HSV(B)55.83º99.14%45.49%-
XYZ12.5714.442.15-
YUV98.1973.15140.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.56%
GREEN value IS 108 (42.58% from 255) = 48%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=51.56%
G=48%
B=0.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116108100.070.990.5555.8398.2922.94
Hex746C1076337386217
Octal164154107143677014227
Binary11101001101100101111100011110111111000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746C01; }

 p { color: rgb(116,108,1); }

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

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

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

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

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

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

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