#746301

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

Shades of Olive #746301

Tints of Olive #746301

Color information

#746301 (or 0x746301) is unknown color: approx Olive. HEX triplet: 74, 63 and 01. RGB value is (116,99,1). Sum of RGB (Red+Green+Blue) = 116+99+1=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #746301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746301 is #8B9CFE. Grayscale: #5D5D5D. Windows color (decimal): -9149695 or 90996. OLE color: 90996.

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

Color convert

RGB116991-
CMYK00.150.990.55
HSL51.13º98.29%22.94%-
HSV(B)51.13º99.14%45.49%-
XYZ11.6712.641.85-
YUV92.9176.13144.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.70%
GREEN value IS 99 (39.06% from 255) = 45.83%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=53.70%
G=45.83%
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.55
SystemRedGreenBlueCMYKHSL
Decimal11699100.150.990.5551.1398.2922.94
Hex746310F6337336217
Octal1641431017143676314227
Binary111010011000111011111100011110111110011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746301; }

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

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

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

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

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

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

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

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