#8E8003

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

Shades of Olive #8E8003

Tints of Olive #8E8003

Color information

#8E8003 (or 0x8E8003) is unknown color: approx Olive. HEX triplet: 8E, 80 and 03. RGB value is (142,128,3). Sum of RGB (Red+Green+Blue) = 142+128+3=273 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.01% from 273); Green value is 128 (50.39% from 255 or 46.89% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8003 is #717FFC. Grayscale: #767676. Windows color (decimal): -7438333 or 229518. OLE color: 229518.

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

Color convert

RGB1421283-
CMYK00.100.980.44
HSL53.96º95.86%28.43%-
HSV(B)53.96º97.89%55.69%-
XYZ18.8921.23.18-
YUV117.9463.14145.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.01%
GREEN value IS 128 (50.39% from 255) = 46.89%
BLUE value IS 3 (1.56% from 255) = 1.10%
R=52.01%
G=46.89%
B=1.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.98
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142128300.100.980.4453.9695.8628.43
Hex8E8030A622C36601c
Octal2162003012142546614034
Binary100011101000000011010101100010101100110110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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