#788E0C

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

Shades of Olive #788E0C

Tints of Olive #788E0C

Color information

#788E0C (or 0x788E0C) is unknown color: approx Olive. HEX triplet: 78, 8E and 0C. RGB value is (120,142,12). Sum of RGB (Red+Green+Blue) = 120+142+12=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 142 (55.86% from 255 or 51.82% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 142 - color contains mainly: green. Hex color #788E0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788E0C is #8771F3. Grayscale: #797979. Windows color (decimal): -8876532 or 822904. OLE color: 822904.

HSL color Cylindrical-coordinate representation of color #788E0C: hue angle of 70.15º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #788E0C is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB12014212-
CMYK0.1500.920.44
HSL70.15º84.42%30.2%-
HSV(B)70.15º91.55%55.69%-
XYZ17.4923.373.94-
YUV120.666.71127.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.80%
GREEN value IS 142 (55.86% from 255) = 51.82%
BLUE value IS 12 (5.08% from 255) = 4.38%
R=43.80%
G=51.82%
B=4.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal120142120.1500.920.4470.1584.4230.2
Hex788ECF05C2C46541e
Octal170216141701345410612436
Binary11110001000111011001111010111001011001000110101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788E0C; }

 p { color: rgb(120,142,12); }

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

<style>
 a { background-color: #788E0C; }

 a { background-color: rgb(120,142,12); }

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

<style>
 span { border-color: #788E0C; }

 span { border-color: rgb(120,142,12); }

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