#887C11

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

Shades of Olive #887C11

Tints of Olive #887C11

Color information

#887C11 (or 0x887C11) is unknown color: approx Olive. HEX triplet: 88, 7C and 11. RGB value is (136,124,17). Sum of RGB (Red+Green+Blue) = 136+124+17=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 124 (48.83% from 255 or 44.77% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #887C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887C11 is #7783EE. Grayscale: #737373. Windows color (decimal): -7832559 or 1145992. OLE color: 1145992.

HSL color Cylindrical-coordinate representation of color #887C11: hue angle of 53.95º degrees, saturation: 0.78, 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 #887C11 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB13612417-
CMYK00.090.870.47
HSL53.95º77.78%30%-
HSV(B)53.95º87.5%53.33%-
XYZ17.4619.693.41-
YUV115.3972.48142.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.10%
GREEN value IS 124 (48.83% from 255) = 44.77%
BLUE value IS 17 (7.03% from 255) = 6.14%
R=49.10%
G=44.77%
B=6.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361241700.090.870.4753.9577.7830
Hex887C1109572F364e1e
Octal21017421011127576611636
Binary10001000111110010001010011010111101111110110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,124,17); }

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

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

 a { background-color: rgb(136,124,17); }

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

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

 span { border-color: rgb(136,124,17); }

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