#746604

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

Shades of Olive #746604

Tints of Olive #746604

Color information

#746604 (or 0x746604) is unknown color: approx Olive. HEX triplet: 74, 66 and 04. RGB value is (116,102,4). Sum of RGB (Red+Green+Blue) = 116+102+4=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 102 (40.23% from 255 or 45.95% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #746604 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746604 is #8B99FB. Grayscale: #5F5F5F. Windows color (decimal): -9148924 or 288372. OLE color: 288372.

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

Color convert

RGB1161024-
CMYK00.120.970.55
HSL52.5º93.33%23.53%-
HSV(B)52.5º96.55%45.49%-
XYZ11.9813.222.04-
YUV95.0176.64142.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.25%
GREEN value IS 102 (40.23% from 255) = 45.95%
BLUE value IS 4 (1.95% from 255) = 1.80%
R=52.25%
G=45.95%
B=1.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116102400.120.970.5552.593.3323.53
Hex746640C6137345d18
Octal1641464014141676413530
Binary11101001100110100011001100001110111110100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746604; }

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

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

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

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

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

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

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

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