#8E8601

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

Shades of Olive #8E8601

Tints of Olive #8E8601

Color information

#8E8601 (or 0x8E8601) is unknown color: approx Olive. HEX triplet: 8E, 86 and 01. RGB value is (142,134,1). Sum of RGB (Red+Green+Blue) = 142+134+1=277 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.26% from 277); Green value is 134 (52.73% from 255 or 48.38% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8601 is #7179FE. Grayscale: #797979. Windows color (decimal): -7436799 or 99982. OLE color: 99982.

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

Color convert

RGB1421341-
CMYK00.060.990.44
HSL56.6º98.6%28.04%-
HSV(B)56.6º99.3%55.69%-
XYZ19.6922.83.39-
YUV121.2360.15142.81-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.26%
GREEN value IS 134 (52.73% from 255) = 48.38%
BLUE value IS 1 (0.78% from 255) = 0.36%
R=51.26%
G=48.38%
B=0.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142134100.060.990.4456.698.628.04
Hex8E86106632C39631c
Octal216206106143547114334
Binary1000111010000110101101100011101100111001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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