#8E8602

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

Shades of Olive #8E8602

Tints of Olive #8E8602

Color information

#8E8602 (or 0x8E8602) is unknown color: approx Olive. HEX triplet: 8E, 86 and 02. RGB value is (142,134,2). Sum of RGB (Red+Green+Blue) = 142+134+2=278 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.08% from 278); Green value is 134 (52.73% from 255 or 48.20% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8602 is #7179FD. Grayscale: #797979. Windows color (decimal): -7436798 or 165518. OLE color: 165518.

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

Color convert

RGB1421342-
CMYK00.060.990.44
HSL56.57º97.22%28.24%-
HSV(B)56.57º98.59%55.69%-
XYZ19.6922.813.42-
YUV121.3460.65142.73-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.08%
GREEN value IS 134 (52.73% from 255) = 48.20%
BLUE value IS 2 (1.17% from 255) = 0.72%
R=51.08%
G=48.20%
B=0.72%

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
Decimal142134200.060.990.4456.5797.2228.24
Hex8E86206632C39611c
Octal216206206143547114134
Binary10001110100001101001101100011101100111001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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