#786804

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

Shades of Olive #786804

Tints of Olive #786804

Color information

#786804 (or 0x786804) is unknown color: approx Olive. HEX triplet: 78, 68 and 04. RGB value is (120,104,4). Sum of RGB (Red+Green+Blue) = 120+104+4=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #786804 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786804 is #8797FB. Grayscale: #616161. Windows color (decimal): -8886268 or 288888. OLE color: 288888.

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

Color convert

RGB1201044-
CMYK00.130.970.53
HSL51.72º93.55%24.31%-
HSV(B)51.72º96.67%47.06%-
XYZ12.7213.92.13-
YUV97.3875.3144.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.63%
GREEN value IS 104 (41.02% from 255) = 45.61%
BLUE value IS 4 (1.95% from 255) = 1.75%
R=52.63%
G=45.61%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120104400.130.970.5351.7293.5524.31
Hex786840D6135345e18
Octal1701504015141656413630
Binary11110001101000100011011100001110101110100101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786804; }

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

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

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

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

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

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

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

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