#747304

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

Shades of Olive #747304

Tints of Olive #747304

Color information

#747304 (or 0x747304) is unknown color: approx Olive. HEX triplet: 74, 73 and 04. RGB value is (116,115,4). Sum of RGB (Red+Green+Blue) = 116+115+4=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 115 (45.31% from 255 or 48.94% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #747304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747304 is #8B8CFB. Grayscale: #676767. Windows color (decimal): -9145596 or 291700. OLE color: 291700.

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

Color convert

RGB1161154-
CMYK00.010.970.55
HSL59.46º93.33%23.53%-
HSV(B)59.46º96.55%45.49%-
XYZ13.3615.982.5-
YUV102.6472.33137.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.36%
GREEN value IS 115 (45.31% from 255) = 48.94%
BLUE value IS 4 (1.95% from 255) = 1.70%
R=49.36%
G=48.94%
B=1.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116115400.010.970.5559.4693.3323.53
Hex747340161373b5d18
Octal164163401141677313530
Binary11101001110011100011100001110111111011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747304; }

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

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

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

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

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

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

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

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