#8E8A0D

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

Shades of Olive #8E8A0D

Tints of Olive #8E8A0D

Color information

#8E8A0D (or 0x8E8A0D) is unknown color: approx Olive. HEX triplet: 8E, 8A and 0D. RGB value is (142,138,13). Sum of RGB (Red+Green+Blue) = 142+138+13=293 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.46% from 293); Green value is 138 (54.30% from 255 or 47.10% from 293); Blue value is 13 (5.47% from 255 or 4.44% from 293); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8A0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8A0D is #7175F2. Grayscale: #7D7D7D. Windows color (decimal): -7435763 or 887438. OLE color: 887438.

HSL color Cylindrical-coordinate representation of color #8E8A0D: hue angle of 58.14º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8E8A0D is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB14213813-
CMYK00.030.910.44
HSL58.14º83.23%30.39%-
HSV(B)58.14º90.85%55.69%-
XYZ20.3223.963.93-
YUV124.9564.83140.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.46%
GREEN value IS 138 (54.30% from 255) = 47.10%
BLUE value IS 13 (5.47% from 255) = 4.44%
R=48.46%
G=47.10%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.91
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421381300.030.910.4458.1483.2330.39
Hex8E8AD035B2C3a531e
Octal2162121503133547212336
Binary100011101000101011010111011011101100111010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,138,13); }

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

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

 a { background-color: rgb(142,138,13); }

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

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

 span { border-color: rgb(142,138,13); }

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