#8E7001

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

Shades of Olive #8E7001

Tints of Olive #8E7001

Color information

#8E7001 (or 0x8E7001) is unknown color: approx Olive. HEX triplet: 8E, 70 and 01. RGB value is (142,112,1). Sum of RGB (Red+Green+Blue) = 142+112+1=255 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.69% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7001 is #718FFE. Grayscale: #6C6C6C. Windows color (decimal): -7442431 or 94350. OLE color: 94350.

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

Color convert

RGB1421121-
CMYK00.210.990.44
HSL47.23º98.6%28.04%-
HSV(B)47.23º99.3%55.69%-
XYZ16.9517.342.48-
YUV108.3267.44152.03-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.69%
GREEN value IS 112 (44.14% from 255) = 43.92%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=55.69%
G=43.92%
B=0.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142112100.210.990.4447.2398.628.04
Hex8E701015632C2f631c
Octal2161601025143545714334
Binary10001110111000010101011100011101100101111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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