#78710D

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

Shades of Olive #78710D

Tints of Olive #78710D

Color information

#78710D (or 0x78710D) is unknown color: approx Olive. HEX triplet: 78, 71 and 0D. RGB value is (120,113,13). Sum of RGB (Red+Green+Blue) = 120+113+13=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #78710D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78710D is #878EF2. Grayscale: #686868. Windows color (decimal): -8883955 or 881016. OLE color: 881016.

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

Color convert

RGB12011313-
CMYK00.060.890.53
HSL56.07º80.45%26.08%-
HSV(B)56.07º89.17%47.06%-
XYZ13.7215.832.71-
YUV103.6976.82139.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.78%
GREEN value IS 113 (44.53% from 255) = 45.93%
BLUE value IS 13 (5.47% from 255) = 5.28%
R=48.78%
G=45.93%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201131300.060.890.5356.0780.4526.08
Hex7871D06593538501a
Octal1701611506131657012032
Binary11110001110001110101101011001110101111000101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78710D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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