#887D10

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

Shades of Olive #887D10

Tints of Olive #887D10

Color information

#887D10 (or 0x887D10) is unknown color: approx Olive. HEX triplet: 88, 7D and 10. RGB value is (136,125,16). Sum of RGB (Red+Green+Blue) = 136+125+16=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 125 (49.22% from 255 or 45.13% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #887D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887D10 is #7782EF. Grayscale: #747474. Windows color (decimal): -7832304 or 1080712. OLE color: 1080712.

HSL color Cylindrical-coordinate representation of color #887D10: hue angle of 54.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #887D10 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB13612516-
CMYK00.080.880.47
HSL54.5º78.95%29.8%-
HSV(B)54.5º88.24%53.33%-
XYZ17.5819.943.41-
YUV115.8671.64142.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.10%
GREEN value IS 125 (49.22% from 255) = 45.13%
BLUE value IS 16 (6.64% from 255) = 5.78%
R=49.10%
G=45.13%
B=5.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361251600.080.880.4754.578.9529.8
Hex887D1008582F364f1e
Octal21017520010130576611736
Binary10001000111110110000010001011000101111110110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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