#78720C

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

Shades of Olive #78720C

Tints of Olive #78720C

Color information

#78720C (or 0x78720C) is unknown color: approx Olive. HEX triplet: 78, 72 and 0C. RGB value is (120,114,12). Sum of RGB (Red+Green+Blue) = 120+114+12=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #78720C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78720C is #878DF3. Grayscale: #686868. Windows color (decimal): -8883700 or 815736. OLE color: 815736.

HSL color Cylindrical-coordinate representation of color #78720C: hue angle of 56.67º 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 #78720C is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB12011412-
CMYK00.050.900.53
HSL56.67º81.82%25.88%-
HSV(B)56.67º90%47.06%-
XYZ13.8316.052.72-
YUV104.1775.99139.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.78%
GREEN value IS 114 (44.92% from 255) = 46.34%
BLUE value IS 12 (5.08% from 255) = 4.88%
R=48.78%
G=46.34%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201141200.050.900.5356.6781.8225.88
Hex7872C055A3539521a
Octal1701621405132657112232
Binary11110001110010110001011011010110101111001101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78720C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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