#887710

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

Shades of Olive #887710

Tints of Olive #887710

Color information

#887710 (or 0x887710) is unknown color: approx Olive. HEX triplet: 88, 77 and 10. RGB value is (136,119,16). Sum of RGB (Red+Green+Blue) = 136+119+16=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #887710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887710 is #7788EF. Grayscale: #707070. Windows color (decimal): -7833840 or 1079176. OLE color: 1079176.

HSL color Cylindrical-coordinate representation of color #887710: hue angle of 51.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 #887710 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB13611916-
CMYK00.120.880.47
HSL51.5º78.95%29.8%-
HSV(B)51.5º88.24%53.33%-
XYZ16.8418.473.17-
YUV112.3473.63144.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.18%
GREEN value IS 119 (46.88% from 255) = 43.91%
BLUE value IS 16 (6.64% from 255) = 5.90%
R=50.18%
G=43.91%
B=5.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361191600.120.880.4751.578.9529.8
Hex8877100C582F334f1e
Octal21016720014130576311736
Binary10001000111011110000011001011000101111110011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887710; }

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

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

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

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

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

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

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

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