#86800C

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

Shades of Olive #86800C

Tints of Olive #86800C

Color information

#86800C (or 0x86800C) is unknown color: approx Olive. HEX triplet: 86, 80 and 0C. RGB value is (134,128,12). Sum of RGB (Red+Green+Blue) = 134+128+12=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 128 (50.39% from 255 or 46.72% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #86800C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86800C is #797FF3. Grayscale: #757575. Windows color (decimal): -7962612 or 819334. OLE color: 819334.

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

Color convert

RGB13412812-
CMYK00.040.910.47
HSL57.05º83.56%28.63%-
HSV(B)57.05º91.04%52.55%-
XYZ17.6220.533.38-
YUV116.5768.99140.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.91%
GREEN value IS 128 (50.39% from 255) = 46.72%
BLUE value IS 12 (5.08% from 255) = 4.38%
R=48.91%
G=46.72%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341281200.040.910.4757.0583.5628.63
Hex8680C045B2F39541d
Octal2062001404133577112435
Binary1000011010000000110001001011011101111111001101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86800C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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