#8E8001

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

Shades of Olive #8E8001

Tints of Olive #8E8001

Color information

#8E8001 (or 0x8E8001) is unknown color: approx Olive. HEX triplet: 8E, 80 and 01. RGB value is (142,128,1). Sum of RGB (Red+Green+Blue) = 142+128+1=271 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.40% from 271); Green value is 128 (50.39% from 255 or 47.23% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8001 is #717FFE. Grayscale: #767676. Windows color (decimal): -7438335 or 98446. OLE color: 98446.

HSL color Cylindrical-coordinate representation of color #8E8001: hue angle of 54.04º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E8001 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB1421281-
CMYK00.100.990.44
HSL54.04º98.6%28.04%-
HSV(B)54.04º99.3%55.69%-
XYZ18.8821.193.12-
YUV117.7162.14145.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.40%
GREEN value IS 128 (50.39% from 255) = 47.23%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=52.40%
G=47.23%
B=0.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142128100.100.990.4454.0498.628.04
Hex8E8010A632C36631c
Octal2162001012143546614334
Binary10001110100000001010101100011101100110110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,128,1); }

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

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

 a { background-color: rgb(142,128,1); }

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

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

 span { border-color: rgb(142,128,1); }

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