#746504

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

Shades of Olive #746504

Tints of Olive #746504

Color information

#746504 (or 0x746504) is unknown color: approx Olive. HEX triplet: 74, 65 and 04. RGB value is (116,101,4). Sum of RGB (Red+Green+Blue) = 116+101+4=221 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.49% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 4 (1.95% from 255 or 1.81% from 221); Max value from RGB is 116 - color contains mainly: red. Hex color #746504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746504 is #8B9AFB. Grayscale: #5E5E5E. Windows color (decimal): -9149180 or 288116. OLE color: 288116.

HSL color Cylindrical-coordinate representation of color #746504: hue angle of 51.96º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #746504 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB1161014-
CMYK00.130.970.55
HSL51.96º93.33%23.53%-
HSV(B)51.96º96.55%45.49%-
XYZ11.8813.032-
YUV94.4376.97143.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.49%
GREEN value IS 101 (39.84% from 255) = 45.70%
BLUE value IS 4 (1.95% from 255) = 1.81%
R=52.49%
G=45.70%
B=1.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116101400.130.970.5551.9693.3323.53
Hex746540D6137345d18
Octal1641454015141676413530
Binary11101001100101100011011100001110111110100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746504; }

 p { color: rgb(116,101,4); }

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

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

 a { background-color: rgb(116,101,4); }

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

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

 span { border-color: rgb(116,101,4); }

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