#86840C

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

Shades of Olive #86840C

Tints of Olive #86840C

Color information

#86840C (or 0x86840C) is unknown color: approx Olive. HEX triplet: 86, 84 and 0C. RGB value is (134,132,12). Sum of RGB (Red+Green+Blue) = 134+132+12=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 132 (51.95% from 255 or 47.48% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #86840C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86840C is #797BF3. Grayscale: #777777. Windows color (decimal): -7961588 or 820358. OLE color: 820358.

HSL color Cylindrical-coordinate representation of color #86840C: hue angle of 59.02º 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 #86840C is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB13413212-
CMYK00.010.910.47
HSL59.02º83.56%28.63%-
HSV(B)59.02º91.04%52.55%-
XYZ18.1521.63.56-
YUV118.9267.66138.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.20%
GREEN value IS 132 (51.95% from 255) = 47.48%
BLUE value IS 12 (5.08% from 255) = 4.32%
R=48.20%
G=47.48%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341321200.010.910.4759.0283.5628.63
Hex8684C015B2F3b541d
Octal2062041401133577312435
Binary10000110100001001100011011011101111111011101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86840C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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