#808409

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

Shades of Olive #808409

Tints of Olive #808409

Color information

#808409 (or 0x808409) is unknown color: approx Olive. HEX triplet: 80, 84 and 09. RGB value is (128,132,9). Sum of RGB (Red+Green+Blue) = 128+132+9=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 132 (51.95% from 255 or 49.07% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 132 - color contains mainly: green. Hex color #808409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808409 is #7F7BF6. Grayscale: #757575. Windows color (decimal): -8354807 or 623744. OLE color: 623744.

HSL color Cylindrical-coordinate representation of color #808409: hue angle of 61.95º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #808409 is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB1281329-
CMYK0.0300.930.48
HSL61.95º87.23%27.65%-
HSV(B)61.95º93.18%51.76%-
XYZ17.221.113.43-
YUV116.7867.17136-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.58%
GREEN value IS 132 (51.95% from 255) = 49.07%
BLUE value IS 9 (3.91% from 255) = 3.35%
R=47.58%
G=49.07%
B=3.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12813290.0300.930.4861.9587.2327.65
Hex80849305D303e571c
Octal2002041130135607612734
Binary100000001000010010011101011101110000111110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808409; }

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

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

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

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

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

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

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

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