#8E820E

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

Shades of Olive #8E820E

Tints of Olive #8E820E

Color information

#8E820E (or 0x8E820E) is unknown color: approx Olive. HEX triplet: 8E, 82 and 0E. RGB value is (142,130,14). Sum of RGB (Red+Green+Blue) = 142+130+14=286 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.65% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 14 (5.86% from 255 or 4.90% from 286); Max value from RGB is 142 - color contains mainly: red. Hex color #8E820E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E820E is #717DF1. Grayscale: #787878. Windows color (decimal): -7437810 or 950926. OLE color: 950926.

HSL color Cylindrical-coordinate representation of color #8E820E: hue angle of 54.38º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E820E is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB14213014-
CMYK00.080.900.44
HSL54.38º82.05%30.59%-
HSV(B)54.38º90.14%55.69%-
XYZ19.2221.753.6-
YUV120.3667.98143.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.65%
GREEN value IS 130 (51.17% from 255) = 45.45%
BLUE value IS 14 (5.86% from 255) = 4.90%
R=49.65%
G=45.45%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421301400.080.900.4454.3882.0530.59
Hex8E82E085A2C36521f
Octal21620216010132546612237
Binary10001110100000101110010001011010101100110110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E820E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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