#808206

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

Shades of Olive #808206

Tints of Olive #808206

Color information

#808206 (or 0x808206) is unknown color: approx Olive. HEX triplet: 80, 82 and 06. RGB value is (128,130,6). Sum of RGB (Red+Green+Blue) = 128+130+6=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #808206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808206 is #7F7DF9. Grayscale: #737373. Windows color (decimal): -8355322 or 426624. OLE color: 426624.

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

Color convert

RGB1281306-
CMYK0.0200.950.49
HSL60.97º91.18%26.67%-
HSV(B)60.97º95.38%50.98%-
XYZ16.9220.573.25-
YUV115.2766.34137.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.48%
GREEN value IS 130 (51.17% from 255) = 49.24%
BLUE value IS 6 (2.73% from 255) = 2.27%
R=48.48%
G=49.24%
B=2.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12813060.0200.950.4960.9791.1826.67
Hex80826205F313d5b1b
Octal200202620137617513333
Binary10000000100000101101001011111110001111101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808206; }

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

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

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

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

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

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

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

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