#86870B

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

Shades of Olive #86870B

Tints of Olive #86870B

Color information

#86870B (or 0x86870B) is unknown color: approx Olive. HEX triplet: 86, 87 and 0B. RGB value is (134,135,11). Sum of RGB (Red+Green+Blue) = 134+135+11=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 135 (53.12% from 255 or 48.21% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 135 - color contains mainly: green. Hex color #86870B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86870B is #7978F4. Grayscale: #797979. Windows color (decimal): -7960821 or 755590. OLE color: 755590.

HSL color Cylindrical-coordinate representation of color #86870B: hue angle of 60.48º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #86870B is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB13413511-
CMYK0.0100.920.47
HSL60.48º84.93%28.63%-
HSV(B)60.48º91.85%52.94%-
XYZ18.5622.423.67-
YUV120.5666.17137.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.86%
GREEN value IS 135 (53.12% from 255) = 48.21%
BLUE value IS 11 (4.69% from 255) = 3.93%
R=47.86%
G=48.21%
B=3.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134135110.0100.920.4760.4884.9328.63
Hex8687B105C2F3c551d
Octal2062071310134577412535
Binary10000110100001111011101011100101111111100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86870B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86870B; }

 p { color: rgb(134,135,11); }

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

<style>
 a { background-color: #86870B; }

 a { background-color: rgb(134,135,11); }

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

<style>
 span { border-color: #86870B; }

 span { border-color: rgb(134,135,11); }

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