#86820C

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

Shades of Olive #86820C

Tints of Olive #86820C

Color information

#86820C (or 0x86820C) is unknown color: approx Olive. HEX triplet: 86, 82 and 0C. RGB value is (134,130,12). Sum of RGB (Red+Green+Blue) = 134+130+12=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #86820C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86820C is #797DF3. Grayscale: #767676. Windows color (decimal): -7962100 or 819846. OLE color: 819846.

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

Color convert

RGB13413012-
CMYK00.030.910.47
HSL58.03º83.56%28.63%-
HSV(B)58.03º91.04%52.55%-
XYZ17.8821.063.47-
YUV117.7468.33139.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.55%
GREEN value IS 130 (51.17% from 255) = 47.10%
BLUE value IS 12 (5.08% from 255) = 4.35%
R=48.55%
G=47.10%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341301200.030.910.4758.0383.5628.63
Hex8682C035B2F3a541d
Octal2062021403133577212435
Binary100001101000001011000111011011101111111010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86820C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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