#806A00

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

Shades of Olive #806A00

Tints of Olive #806A00

Color information

#806A00 (or 0x806A00) is unknown color: approx Olive. HEX triplet: 80, 6A and 00. RGB value is (128,106,0). Sum of RGB (Red+Green+Blue) = 128+106+0=234 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.70% from 234); Green value is 106 (41.80% from 255 or 45.30% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 128 - color contains mainly: red. Hex color #806A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806A00 is #7F95FF. Grayscale: #646464. Windows color (decimal): -8361472 or 27264. OLE color: 27264.

HSL color Cylindrical-coordinate representation of color #806A00: hue angle of 49.69º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #806A00 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.50.

Color convert

RGB1281060-
CMYK00.1710.50
HSL49.69º100%25.1%-
HSV(B)49.69º100%50.2%-
XYZ14.0614.92.13-
YUV100.4971.29147.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.70%
GREEN value IS 106 (41.80% from 255) = 45.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.70%
G=45.30%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 1
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128106000.1710.5049.6910025.1
Hex806A00116432326419
Octal2001520021144626214431
Binary10000000110101000100011100100110010110010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806A00; }

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

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

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

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

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

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

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

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