#78730C

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

Shades of Olive #78730C

Tints of Olive #78730C

Color information

#78730C (or 0x78730C) is unknown color: approx Olive. HEX triplet: 78, 73 and 0C. RGB value is (120,115,12). Sum of RGB (Red+Green+Blue) = 120+115+12=247 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.58% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 120 - color contains mainly: red. Hex color #78730C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78730C is #878CF3. Grayscale: #696969. Windows color (decimal): -8883444 or 815992. OLE color: 815992.

HSL color Cylindrical-coordinate representation of color #78730C: hue angle of 57.22º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #78730C is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB12011512-
CMYK00.040.900.53
HSL57.22º81.82%25.88%-
HSV(B)57.22º90%47.06%-
XYZ13.9416.282.76-
YUV104.7575.66138.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.58%
GREEN value IS 115 (45.31% from 255) = 46.56%
BLUE value IS 12 (5.08% from 255) = 4.86%
R=48.58%
G=46.56%
B=4.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201151200.040.900.5357.2281.8225.88
Hex7873C045A3539521a
Octal1701631404132657112232
Binary11110001110011110001001011010110101111001101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78730C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78730C; }

 p { color: rgb(120,115,12); }

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

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

 a { background-color: rgb(120,115,12); }

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

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

 span { border-color: rgb(120,115,12); }

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