#87860D

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

Shades of Olive #87860D

Tints of Olive #87860D

Color information

#87860D (or 0x87860D) is unknown color: approx Olive. HEX triplet: 87, 86 and 0D. RGB value is (135,134,13). Sum of RGB (Red+Green+Blue) = 135+134+13=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #87860D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87860D is #7879F2. Grayscale: #787878. Windows color (decimal): -7895539 or 886407. OLE color: 886407.

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

Color convert

RGB13513413-
CMYK00.010.900.47
HSL59.51º82.43%29.02%-
HSV(B)59.51º90.37%52.94%-
XYZ18.5922.233.69-
YUV120.567.33138.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.87%
GREEN value IS 134 (52.73% from 255) = 47.52%
BLUE value IS 13 (5.47% from 255) = 4.61%
R=47.87%
G=47.52%
B=4.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351341300.010.900.4759.5182.4329.02
Hex8786D015A2F3c521d
Octal2072061501132577412235
Binary10000111100001101101011011010101111111100101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87860D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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