#787408

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

Shades of Olive #787408

Tints of Olive #787408

Color information

#787408 (or 0x787408) is unknown color: approx Olive. HEX triplet: 78, 74 and 08. RGB value is (120,116,8). Sum of RGB (Red+Green+Blue) = 120+116+8=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 116 (45.70% from 255 or 47.54% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 120 - color contains mainly: red. Hex color #787408 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787408 is #878BF7. Grayscale: #696969. Windows color (decimal): -8883192 or 554104. OLE color: 554104.

HSL color Cylindrical-coordinate representation of color #787408: hue angle of 57.86º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #787408 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB1201168-
CMYK00.030.930.53
HSL57.86º87.5%25.1%-
HSV(B)57.86º93.33%47.06%-
XYZ14.0316.52.68-
YUV104.8873.33138.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.18%
GREEN value IS 116 (45.70% from 255) = 47.54%
BLUE value IS 8 (3.52% from 255) = 3.28%
R=49.18%
G=47.54%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120116800.030.930.5357.8687.525.1
Hex78748035D353a5819
Octal1701641003135657213031
Binary1111000111010010000111011101110101111010101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787408; }

 p { color: rgb(120,116,8); }

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

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

 a { background-color: rgb(120,116,8); }

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

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

 span { border-color: rgb(120,116,8); }

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