#8E860F

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

Shades of Olive #8E860F

Tints of Olive #8E860F

Color information

#8E860F (or 0x8E860F) is unknown color: approx Olive. HEX triplet: 8E, 86 and 0F. RGB value is (142,134,15). Sum of RGB (Red+Green+Blue) = 142+134+15=291 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.80% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 142 - color contains mainly: red. Hex color #8E860F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E860F is #7179F0. Grayscale: #7B7B7B. Windows color (decimal): -7436785 or 1017486. OLE color: 1017486.

HSL color Cylindrical-coordinate representation of color #8E860F: hue angle of 56.22º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8E860F is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB14213415-
CMYK00.060.890.44
HSL56.22º80.89%30.78%-
HSV(B)56.22º89.44%55.69%-
XYZ19.7722.843.82-
YUV122.8367.15141.68-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.80%
GREEN value IS 134 (52.73% from 255) = 46.05%
BLUE value IS 15 (6.25% from 255) = 5.15%
R=48.80%
G=46.05%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421341500.060.890.4456.2280.8930.78
Hex8E86F06592C38511f
Octal2162061706131547012137
Binary1000111010000110111101101011001101100111000101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E860F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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