#87880D

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

Shades of Olive #87880D

Tints of Olive #87880D

Color information

#87880D (or 0x87880D) is unknown color: approx Olive. HEX triplet: 87, 88 and 0D. RGB value is (135,136,13). Sum of RGB (Red+Green+Blue) = 135+136+13=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 136 (53.52% from 255 or 47.89% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 136 - color contains mainly: green. Hex color #87880D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87880D is #7877F2. Grayscale: #7A7A7A. Windows color (decimal): -7895027 or 886919. OLE color: 886919.

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

Color convert

RGB13513613-
CMYK0.0100.900.47
HSL60.49º82.55%29.22%-
HSV(B)60.49º90.44%53.33%-
XYZ18.8722.793.78-
YUV121.6866.67137.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.54%
GREEN value IS 136 (53.52% from 255) = 47.89%
BLUE value IS 13 (5.47% from 255) = 4.58%
R=47.54%
G=47.89%
B=4.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135136130.0100.900.4760.4982.5529.22
Hex8788D105A2F3c531d
Octal2072101510132577412335
Binary10000111100010001101101011010101111111100101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87880D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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