#78710E

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

Shades of Olive #78710E

Tints of Olive #78710E

Color information

#78710E (or 0x78710E) is unknown color: approx Olive. HEX triplet: 78, 71 and 0E. RGB value is (120,113,14). Sum of RGB (Red+Green+Blue) = 120+113+14=247 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.58% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 120 - color contains mainly: red. Hex color #78710E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78710E is #878EF1. Grayscale: #686868. Windows color (decimal): -8883954 or 946552. OLE color: 946552.

HSL color Cylindrical-coordinate representation of color #78710E: hue angle of 56.04º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #78710E is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB12011314-
CMYK00.060.880.53
HSL56.04º79.1%26.27%-
HSV(B)56.04º88.33%47.06%-
XYZ13.7315.842.75-
YUV103.8177.32139.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.58%
GREEN value IS 113 (44.53% from 255) = 45.75%
BLUE value IS 14 (5.86% from 255) = 5.67%
R=48.58%
G=45.75%
B=5.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201131400.060.880.5356.0479.126.27
Hex7871E065835384f1a
Octal1701611606130657011732
Binary11110001110001111001101011000110101111000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78710E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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