#87880A

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

Shades of Olive #87880A

Tints of Olive #87880A

Color information

#87880A (or 0x87880A) is unknown color: approx Olive. HEX triplet: 87, 88 and 0A. RGB value is (135,136,10). Sum of RGB (Red+Green+Blue) = 135+136+10=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 136 (53.52% from 255 or 48.40% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 136 - color contains mainly: green. Hex color #87880A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87880A is #7877F5. Grayscale: #797979. Windows color (decimal): -7895030 or 690311. OLE color: 690311.

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

Color convert

RGB13513610-
CMYK0.0100.930.47
HSL60.48º86.3%28.63%-
HSV(B)60.48º92.65%53.33%-
XYZ18.8522.783.69-
YUV121.3465.17137.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.04%
GREEN value IS 136 (53.52% from 255) = 48.40%
BLUE value IS 10 (4.30% from 255) = 3.56%
R=48.04%
G=48.40%
B=3.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135136100.0100.930.4760.4886.328.63
Hex8788A105D2F3c561d
Octal2072101210135577412635
Binary10000111100010001010101011101101111111100101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87880A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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