#887D0A

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

Shades of Olive #887D0A

Tints of Olive #887D0A

Color information

#887D0A (or 0x887D0A) is unknown color: approx Olive. HEX triplet: 88, 7D and 0A. RGB value is (136,125,10). Sum of RGB (Red+Green+Blue) = 136+125+10=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 125 (49.22% from 255 or 46.13% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #887D0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887D0A is #7782F5. Grayscale: #737373. Windows color (decimal): -7832310 or 687496. OLE color: 687496.

HSL color Cylindrical-coordinate representation of color #887D0A: hue angle of 54.76º 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 #887D0A is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB13612510-
CMYK00.080.930.47
HSL54.76º86.3%28.63%-
HSV(B)54.76º92.65%53.33%-
XYZ17.5419.923.21-
YUV115.1868.64142.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.18%
GREEN value IS 125 (49.22% from 255) = 46.13%
BLUE value IS 10 (4.30% from 255) = 3.69%
R=50.18%
G=46.13%
B=3.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361251000.080.930.4754.7686.328.63
Hex887DA085D2F37561d
Octal21017512010135576712635
Binary1000100011111011010010001011101101111110111101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887D0A; }

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

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

<style>
 a { background-color: #887D0A; }

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

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

<style>
 span { border-color: #887D0A; }

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

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