#87860B

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

Shades of Olive #87860B

Tints of Olive #87860B

Color information

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

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

Color convert

RGB13513411-
CMYK00.010.920.47
HSL59.52º84.93%28.63%-
HSV(B)59.52º91.85%52.94%-
XYZ18.5822.233.63-
YUV120.2866.33138.5-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351341100.010.920.4759.5284.9328.63
Hex8786B015C2F3c551d
Octal2072061301134577412535
Binary10000111100001101011011011100101111111100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87860B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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