#78760E

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

Shades of Olive #78760E

Tints of Olive #78760E

Color information

#78760E (or 0x78760E) is unknown color: approx Olive. HEX triplet: 78, 76 and 0E. RGB value is (120,118,14). Sum of RGB (Red+Green+Blue) = 120+118+14=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #78760E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78760E is #8789F1. Grayscale: #6B6B6B. Windows color (decimal): -8882674 or 947832. OLE color: 947832.

HSL color Cylindrical-coordinate representation of color #78760E: hue angle of 58.87º 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 #78760E is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB12011814-
CMYK00.020.880.53
HSL58.87º79.1%26.27%-
HSV(B)58.87º88.33%47.06%-
XYZ14.316.982.94-
YUV106.7475.66137.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.62%
GREEN value IS 118 (46.48% from 255) = 46.83%
BLUE value IS 14 (5.86% from 255) = 5.56%
R=47.62%
G=46.83%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201181400.020.880.5358.8779.126.27
Hex7876E0258353b4f1a
Octal1701661602130657311732
Binary1111000111011011100101011000110101111011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78760E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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