#808606

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

Shades of Olive #808606

Tints of Olive #808606

Color information

#808606 (or 0x808606) is unknown color: approx Olive. HEX triplet: 80, 86 and 06. RGB value is (128,134,6). Sum of RGB (Red+Green+Blue) = 128+134+6=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 134 (52.73% from 255 or 50% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 134 - color contains mainly: green. Hex color #808606 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808606 is #7F79F9. Grayscale: #767676. Windows color (decimal): -8354298 or 427648. OLE color: 427648.

HSL color Cylindrical-coordinate representation of color #808606: hue angle of 62.81º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #808606 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB1281346-
CMYK0.0400.960.47
HSL62.81º91.43%27.45%-
HSV(B)62.81º95.52%52.55%-
XYZ17.4621.653.43-
YUV117.6165.01135.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.76%
GREEN value IS 134 (52.73% from 255) = 50%
BLUE value IS 6 (2.73% from 255) = 2.24%
R=47.76%
G=50%
B=2.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12813460.0400.960.4762.8191.4327.45
Hex8086640602F3f5b1b
Octal200206640140577713333
Binary100000001000011011010001100000101111111111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808606; }

 p { color: rgb(128,134,6); }

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

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

 a { background-color: rgb(128,134,6); }

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

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

 span { border-color: rgb(128,134,6); }

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