#808200

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

Shades of Olive #808200

Tints of Olive #808200

Color information

#808200 (or 0x808200) is unknown color: approx Olive. HEX triplet: 80, 82 and 00. RGB value is (128,130,0). Sum of RGB (Red+Green+Blue) = 128+130+0=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #808200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808200 is #7F7DFF. Grayscale: #737373. Windows color (decimal): -8355328 or 33408. OLE color: 33408.

HSL color Cylindrical-coordinate representation of color #808200: hue angle of 60.92º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #808200 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB1281300-
CMYK0.02010.49
HSL60.92º100%25.49%-
HSV(B)60.92º100%50.98%-
XYZ16.8820.553.08-
YUV114.5863.34137.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.61%
GREEN value IS 130 (51.17% from 255) = 50.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.61%
G=50.39%
B=0%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12813000.02010.4960.9210025.49
Hex808202064313d6419
Octal200202020144617514431
Binary100000001000001001001100100110001111101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808200; }

 p { color: rgb(128,130,0); }

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

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

 a { background-color: rgb(128,130,0); }

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

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

 span { border-color: rgb(128,130,0); }

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