#8E820B

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

Shades of Olive #8E820B

Tints of Olive #8E820B

Color information

#8E820B (or 0x8E820B) is unknown color: approx Olive. HEX triplet: 8E, 82 and 0B. RGB value is (142,130,11). Sum of RGB (Red+Green+Blue) = 142+130+11=283 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.18% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 142 - color contains mainly: red. Hex color #8E820B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E820B is #717DF4. Grayscale: #787878. Windows color (decimal): -7437813 or 754318. OLE color: 754318.

HSL color Cylindrical-coordinate representation of color #8E820B: hue angle of 54.5º degrees, saturation: 0.86, 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 #8E820B is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB14213011-
CMYK00.080.920.44
HSL54.5º85.62%30%-
HSV(B)54.5º92.25%55.69%-
XYZ19.221.743.5-
YUV120.0266.48143.68-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.18%
GREEN value IS 130 (51.17% from 255) = 45.94%
BLUE value IS 11 (4.69% from 255) = 3.89%
R=50.18%
G=45.94%
B=3.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421301100.080.920.4454.585.6230
Hex8E82B085C2C37561e
Octal21620213010134546712636
Binary10001110100000101011010001011100101100110111101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E820B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E820B; }

 p { color: rgb(142,130,11); }

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

<style>
 a { background-color: #8E820B; }

 a { background-color: rgb(142,130,11); }

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

<style>
 span { border-color: #8E820B; }

 span { border-color: rgb(142,130,11); }

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