#786604

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

Shades of Olive #786604

Tints of Olive #786604

Color information

#786604 (or 0x786604) is unknown color: approx Olive. HEX triplet: 78, 66 and 04. RGB value is (120,102,4). Sum of RGB (Red+Green+Blue) = 120+102+4=226 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.10% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 120 - color contains mainly: red. Hex color #786604 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786604 is #8799FB. Grayscale: #606060. Windows color (decimal): -8886780 or 288376. OLE color: 288376.

HSL color Cylindrical-coordinate representation of color #786604: hue angle of 50.69º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #786604 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB1201024-
CMYK00.150.970.53
HSL50.69º93.55%24.31%-
HSV(B)50.69º96.67%47.06%-
XYZ12.5213.52.06-
YUV96.2175.96144.97-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.10%
GREEN value IS 102 (40.23% from 255) = 45.13%
BLUE value IS 4 (1.95% from 255) = 1.77%
R=53.10%
G=45.13%
B=1.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120102400.150.970.5350.6993.5524.31
Hex786640F6135335e18
Octal1701464017141656313630
Binary11110001100110100011111100001110101110011101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786604; }

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

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

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

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

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

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

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

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