#78910E

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

Shades of Olive Drab #78910E

Tints of Olive Drab #78910E

Color information

#78910E (or 0x78910E) is unknown color: approx Olive Drab. HEX triplet: 78, 91 and 0E. RGB value is (120,145,14). Sum of RGB (Red+Green+Blue) = 120+145+14=279 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.01% from 279); Green value is 145 (57.03% from 255 or 51.97% from 279); Blue value is 14 (5.86% from 255 or 5.02% from 279); Max value from RGB is 145 - color contains mainly: green. Hex color #78910E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78910E is #876EF1. Grayscale: #7B7B7B. Windows color (decimal): -8875762 or 954744. OLE color: 954744.

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

Color convert

RGB12014514-
CMYK0.1700.900.43
HSL71.45º82.39%31.18%-
HSV(B)71.45º90.34%56.86%-
XYZ17.9524.284.16-
YUV122.5966.72126.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.01%
GREEN value IS 145 (57.03% from 255) = 51.97%
BLUE value IS 14 (5.86% from 255) = 5.02%
R=43.01%
G=51.97%
B=5.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal120145140.1700.900.4371.4582.3931.18
Hex7891E1105A2B47521f
Octal170221162101325310712237
Binary111100010010001111010001010110101010111000111101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78910E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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