#87800B

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

Shades of Olive #87800B

Tints of Olive #87800B

Color information

#87800B (or 0x87800B) is unknown color: approx Olive. HEX triplet: 87, 80 and 0B. RGB value is (135,128,11). Sum of RGB (Red+Green+Blue) = 135+128+11=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 128 (50.39% from 255 or 46.72% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 135 - color contains mainly: red. Hex color #87800B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87800B is #787FF4. Grayscale: #757575. Windows color (decimal): -7897077 or 753799. OLE color: 753799.

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

Color convert

RGB13512811-
CMYK00.050.920.47
HSL56.61º84.93%28.63%-
HSV(B)56.61º91.85%52.94%-
XYZ17.7720.613.36-
YUV116.7668.32141.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.27%
GREEN value IS 128 (50.39% from 255) = 46.72%
BLUE value IS 11 (4.69% from 255) = 4.01%
R=49.27%
G=46.72%
B=4.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351281100.050.920.4756.6184.9328.63
Hex8780B055C2F39551d
Octal2072001305134577112535
Binary1000011110000000101101011011100101111111001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87800B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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