#78910A

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

Shades of Olive #78910A

Tints of Olive #78910A

Color information

#78910A (or 0x78910A) is unknown color: approx Olive. HEX triplet: 78, 91 and 0A. RGB value is (120,145,10). Sum of RGB (Red+Green+Blue) = 120+145+10=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 145 (57.03% from 255 or 52.73% from 275); Blue value is 10 (4.30% from 255 or 3.64% from 275); Max value from RGB is 145 - color contains mainly: green. Hex color #78910A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78910A is #876EF5. Grayscale: #7A7A7A. Windows color (decimal): -8875766 or 692600. OLE color: 692600.

HSL color Cylindrical-coordinate representation of color #78910A: hue angle of 71.11º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #78910A is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.43.

Color convert

RGB12014510-
CMYK0.1700.930.43
HSL71.11º87.1%30.39%-
HSV(B)71.11º93.1%56.86%-
XYZ17.9324.274.03-
YUV122.1464.72126.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.64%
GREEN value IS 145 (57.03% from 255) = 52.73%
BLUE value IS 10 (4.30% from 255) = 3.64%
R=43.64%
G=52.73%
B=3.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal120145100.1700.930.4371.1187.130.39
Hex7891A1105D2B47571e
Octal170221122101355310712736
Binary111100010010001101010001010111011010111000111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78910A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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