#86740E

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

Shades of Olive #86740E

Tints of Olive #86740E

Color information

#86740E (or 0x86740E) is unknown color: approx Olive. HEX triplet: 86, 74 and 0E. RGB value is (134,116,14). Sum of RGB (Red+Green+Blue) = 134+116+14=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #86740E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86740E is #798BF1. Grayscale: #6E6E6E. Windows color (decimal): -7965682 or 947334. OLE color: 947334.

HSL color Cylindrical-coordinate representation of color #86740E: hue angle of 51º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86740E is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB13411614-
CMYK00.130.900.47
HSL51º81.08%29.02%-
HSV(B)51º89.55%52.55%-
XYZ16.1617.592.96-
YUV109.7573.96145.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.76%
GREEN value IS 116 (45.70% from 255) = 43.94%
BLUE value IS 14 (5.86% from 255) = 5.30%
R=50.76%
G=43.94%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341161400.130.900.475181.0829.02
Hex8674E0D5A2F33511d
Octal20616416015132576312135
Binary1000011011101001110011011011010101111110011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86740E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86740E; }

 p { color: rgb(134,116,14); }

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

<style>
 a { background-color: #86740E; }

 a { background-color: rgb(134,116,14); }

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

<style>
 span { border-color: #86740E; }

 span { border-color: rgb(134,116,14); }

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