#806F0A

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

Shades of Olive #806F0A

Tints of Olive #806F0A

Color information

#806F0A (or 0x806F0A) is unknown color: approx Olive. HEX triplet: 80, 6F and 0A. RGB value is (128,111,10). Sum of RGB (Red+Green+Blue) = 128+111+10=249 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.41% from 249); Green value is 111 (43.75% from 255 or 44.58% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 128 - color contains mainly: red. Hex color #806F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806F0A is #7F90F5. Grayscale: #686868. Windows color (decimal): -8360182 or 683904. OLE color: 683904.

HSL color Cylindrical-coordinate representation of color #806F0A: hue angle of 51.36º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #806F0A is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.50.

Color convert

RGB12811110-
CMYK00.130.920.50
HSL51.36º85.51%27.06%-
HSV(B)51.36º92.19%50.2%-
XYZ14.6415.982.6-
YUV104.5774.63144.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.41%
GREEN value IS 111 (43.75% from 255) = 44.58%
BLUE value IS 10 (4.30% from 255) = 4.02%
R=51.41%
G=44.58%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.92
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281111000.130.920.5051.3685.5127.06
Hex806FA0D5C3233561b
Octal20015712015134626312633
Binary1000000011011111010011011011100110010110011101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,111,10); }

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

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

 a { background-color: rgb(128,111,10); }

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

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

 span { border-color: rgb(128,111,10); }

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