#746E01

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

Shades of Olive #746E01

Tints of Olive #746E01

Color information

#746E01 (or 0x746E01) is unknown color: approx Olive. HEX triplet: 74, 6E and 01. RGB value is (116,110,1). Sum of RGB (Red+Green+Blue) = 116+110+1=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 110 (43.36% from 255 or 48.46% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #746E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746E01 is #8B91FE. Grayscale: #636363. Windows color (decimal): -9146879 or 93812. OLE color: 93812.

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

Color convert

RGB1161101-
CMYK00.050.990.55
HSL56.87º98.29%22.94%-
HSV(B)56.87º99.14%45.49%-
XYZ12.7814.872.22-
YUV99.3772.49139.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.10%
GREEN value IS 110 (43.36% from 255) = 48.46%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=51.10%
G=48.46%
B=0.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116110100.050.990.5556.8798.2922.94
Hex746E1056337396217
Octal164156105143677114227
Binary11101001101110101011100011110111111001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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