#808209

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

Shades of Olive #808209

Tints of Olive #808209

Color information

#808209 (or 0x808209) is unknown color: approx Olive. HEX triplet: 80, 82 and 09. RGB value is (128,130,9). Sum of RGB (Red+Green+Blue) = 128+130+9=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #808209 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808209 is #7F7DF6. Grayscale: #747474. Windows color (decimal): -8355319 or 623232. OLE color: 623232.

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

Color convert

RGB1281309-
CMYK0.0200.930.49
HSL60.99º87.05%27.25%-
HSV(B)60.99º93.08%50.98%-
XYZ16.9320.573.34-
YUV115.6167.84136.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.94%
GREEN value IS 130 (51.17% from 255) = 48.69%
BLUE value IS 9 (3.91% from 255) = 3.37%
R=47.94%
G=48.69%
B=3.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12813090.0200.930.4960.9987.0527.25
Hex80829205D313d571b
Octal2002021120135617512733
Binary100000001000001010011001011101110001111101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808209; }

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

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

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

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

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

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

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

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