#78910B

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

Shades of Olive #78910B

Tints of Olive #78910B

Color information

#78910B (or 0x78910B) is unknown color: approx Olive. HEX triplet: 78, 91 and 0B. RGB value is (120,145,11). Sum of RGB (Red+Green+Blue) = 120+145+11=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 145 (57.03% from 255 or 52.54% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 145 - color contains mainly: green. Hex color #78910B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78910B is #876EF4. Grayscale: #7A7A7A. Windows color (decimal): -8875765 or 758136. OLE color: 758136.

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

Color convert

RGB12014511-
CMYK0.1700.920.43
HSL71.19º85.9%30.59%-
HSV(B)71.19º92.41%56.86%-
XYZ17.9324.274.06-
YUV122.2565.22126.4-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.48%
GREEN value IS 145 (57.03% from 255) = 52.54%
BLUE value IS 11 (4.69% from 255) = 3.99%
R=43.48%
G=52.54%
B=3.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal120145110.1700.920.4371.1985.930.59
Hex7891B1105C2B47561f
Octal170221132101345310712637
Binary111100010010001101110001010111001010111000111101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78910B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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