#86800A

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

Shades of Olive #86800A

Tints of Olive #86800A

Color information

#86800A (or 0x86800A) is unknown color: approx Olive. HEX triplet: 86, 80 and 0A. RGB value is (134,128,10). Sum of RGB (Red+Green+Blue) = 134+128+10=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 128 (50.39% from 255 or 47.06% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #86800A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86800A is #797FF5. Grayscale: #747474. Windows color (decimal): -7962614 or 688262. OLE color: 688262.

HSL color Cylindrical-coordinate representation of color #86800A: hue angle of 57.1º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86800A is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB13412810-
CMYK00.040.930.47
HSL57.1º86.11%28.24%-
HSV(B)57.1º92.54%52.55%-
XYZ17.6120.533.32-
YUV116.3467.99140.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.26%
GREEN value IS 128 (50.39% from 255) = 47.06%
BLUE value IS 10 (4.30% from 255) = 3.68%
R=49.26%
G=47.06%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341281000.040.930.4757.186.1128.24
Hex8680A045D2F39561c
Octal2062001204135577112634
Binary1000011010000000101001001011101101111111001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86800A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86800A; }

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

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

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

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

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

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

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

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