#808E02

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

Shades of Olive #808E02

Tints of Olive #808E02

Color information

#808E02 (or 0x808E02) is unknown color: approx Olive. HEX triplet: 80, 8E and 02. RGB value is (128,142,2). Sum of RGB (Red+Green+Blue) = 128+142+2=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 142 (55.86% from 255 or 52.21% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 142 - color contains mainly: green. Hex color #808E02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808E02 is #7F71FD. Grayscale: #7A7A7A. Windows color (decimal): -8352254 or 167552. OLE color: 167552.

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

Color convert

RGB1281422-
CMYK0.1000.990.44
HSL66º97.22%28.24%-
HSV(B)66º98.59%55.69%-
XYZ18.5923.943.7-
YUV121.8560.36132.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.06%
GREEN value IS 142 (55.86% from 255) = 52.21%
BLUE value IS 2 (1.17% from 255) = 0.74%
R=47.06%
G=52.21%
B=0.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12814220.1000.990.446697.2228.24
Hex808E2A0632C42611c
Octal20021621201435410214134
Binary1000000010001110101010011000111011001000010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808E02; }

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

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

<style>
 a { background-color: #808E02; }

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

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

<style>
 span { border-color: #808E02; }

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

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