#746B01

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

Shades of Olive #746B01

Tints of Olive #746B01

Color information

#746B01 (or 0x746B01) is unknown color: approx Olive. HEX triplet: 74, 6B and 01. RGB value is (116,107,1). Sum of RGB (Red+Green+Blue) = 116+107+1=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 107 (42.19% from 255 or 47.77% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #746B01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746B01 is #8B94FE. Grayscale: #626262. Windows color (decimal): -9147647 or 93044. OLE color: 93044.

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

Color convert

RGB1161071-
CMYK00.080.990.55
HSL55.3º98.29%22.94%-
HSV(B)55.3º99.14%45.49%-
XYZ12.4714.232.12-
YUV97.6173.48141.12-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.79%
GREEN value IS 107 (42.19% from 255) = 47.77%
BLUE value IS 1 (0.78% from 255) = 0.45%
R=51.79%
G=47.77%
B=0.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116107100.080.990.5555.398.2922.94
Hex746B1086337376217
Octal1641531010143676714227
Binary111010011010111010001100011110111110111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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