#8E860C

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

Shades of Olive #8E860C

Tints of Olive #8E860C

Color information

#8E860C (or 0x8E860C) is unknown color: approx Olive. HEX triplet: 8E, 86 and 0C. RGB value is (142,134,12). Sum of RGB (Red+Green+Blue) = 142+134+12=288 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.31% from 288); Green value is 134 (52.73% from 255 or 46.53% from 288); Blue value is 12 (5.08% from 255 or 4.17% from 288); Max value from RGB is 142 - color contains mainly: red. Hex color #8E860C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E860C is #7179F3. Grayscale: #7A7A7A. Windows color (decimal): -7436788 or 820878. OLE color: 820878.

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

Color convert

RGB14213412-
CMYK00.060.920.44
HSL56.31º84.42%30.2%-
HSV(B)56.31º91.55%55.69%-
XYZ19.7522.833.71-
YUV122.4865.65141.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.31%
GREEN value IS 134 (52.73% from 255) = 46.53%
BLUE value IS 12 (5.08% from 255) = 4.17%
R=49.31%
G=46.53%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421341200.060.920.4456.3184.4230.2
Hex8E86C065C2C38541e
Octal2162061406134547012436
Binary1000111010000110110001101011100101100111000101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E860C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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