#78710C

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

Shades of Olive #78710C

Tints of Olive #78710C

Color information

#78710C (or 0x78710C) is unknown color: approx Olive. HEX triplet: 78, 71 and 0C. RGB value is (120,113,12). Sum of RGB (Red+Green+Blue) = 120+113+12=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #78710C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78710C is #878EF3. Grayscale: #676767. Windows color (decimal): -8883956 or 815480. OLE color: 815480.

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

Color convert

RGB12011312-
CMYK00.060.900.53
HSL56.11º81.82%25.88%-
HSV(B)56.11º90%47.06%-
XYZ13.7215.832.68-
YUV103.5876.32139.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.98%
GREEN value IS 113 (44.53% from 255) = 46.12%
BLUE value IS 12 (5.08% from 255) = 4.90%
R=48.98%
G=46.12%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201131200.060.900.5356.1181.8225.88
Hex7871C065A3538521a
Octal1701611406132657012232
Binary11110001110001110001101011010110101111000101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78710C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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