#78760A

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

Shades of Olive #78760A

Tints of Olive #78760A

Color information

#78760A (or 0x78760A) is unknown color: approx Olive. HEX triplet: 78, 76 and 0A. RGB value is (120,118,10). Sum of RGB (Red+Green+Blue) = 120+118+10=248 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.39% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 120 - color contains mainly: red. Hex color #78760A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78760A is #8789F5. Grayscale: #6A6A6A. Windows color (decimal): -8882678 or 685688. OLE color: 685688.

HSL color Cylindrical-coordinate representation of color #78760A: hue angle of 58.91º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #78760A is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB12011810-
CMYK00.020.920.53
HSL58.91º84.62%25.49%-
HSV(B)58.91º91.67%47.06%-
XYZ14.2816.972.81-
YUV106.2973.66137.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.39%
GREEN value IS 118 (46.48% from 255) = 47.58%
BLUE value IS 10 (4.30% from 255) = 4.03%
R=48.39%
G=47.58%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201181000.020.920.5358.9184.6225.49
Hex7876A025C353b5519
Octal1701661202134657312531
Binary1111000111011010100101011100110101111011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78760A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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